Commit 0b503fa
0
plików
+0
dodanych
-0
usuniętych
@@ -8,6 +8,7 @@ license:
8
8
- LGPL
9
9
depends:
10
10
- iso-codes
11
+- gstreamer
11
12
makedepends:
12
13
- meson
13
14
- ninja
@@ -26,6 +27,9 @@ sha256sums:
26
27
- 0ba699c7c6c66f4ba640be78cb38a24715add9683f3e3a199f5369dc5a4f04ac
27
28
28
29
build: |
30
+ # Użyj systemowego GStreamera zamiast szukać subprojektu
31
+ export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
32
+
29
33
mv gst-plugins-base-${pkgver} ${pkgname}-${pkgver}
30
34
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -Db_pie=true -Dpackage-origin=http://repo.paganlinux.eu/ builddir ${pkgname}-${pkgver}
31
35
meson compile -C builddir