commit d721512

hovercats  ·  2025-01-11 17:30:37 +0000 UTC
parent 8486db0
gstreamer: switch to muon
3 files changed,  +5, -4
+4, -2
 1@@ -4,7 +4,7 @@ export DESTDIR="$1"
 2 
 3 patch -p1 < 0001-fix-incompatability-with-byacc.patch
 4 
 5-meson setup \
 6+muon setup \
 7 	-Dprefix=/usr \
 8 	-Dlibexecdir=/usr/lib \
 9 	-Dbuildtype=release \
10@@ -14,10 +14,12 @@ meson setup \
11 	-Dexamples=disabled \
12 	-Ddoc=disabled \
13 	-Dtests=disabled \
14+	-Dpkg_config_path=/usr/lib/pkgconfig \
15+	-Ddefault_library=shared \
16 	build
17 
18 samu -C build
19-samu -C build install
20+muon -C build install
21 
22 # Compress manpages
23 find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+0, -1
1@@ -1,2 +1 @@
2 glib
3-meson make
+1, -1
1@@ -1 +1 @@
2-1.24.7 3
3+1.24.7 4