← recipes

Commit ef1349f

0
plików
+0
dodanych
-0
usuniętych
@@ -8,11 +8,9 @@ license:
8 8 - LGPL
9 9 depends:
10 10 - iso-codes
11 -- gstreamer
12 11 makedepends:
13 12 - meson
14 13 - ninja
15 -- gstreamer
16 14 - alsa-lib
17 15 - gobject-introspection
18 16 - libtheora
@@ -23,13 +21,14 @@ makedepends:
23 21 - gtk3
24 22 source:
25 23 - 'https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.xz'
24 +- 'https://wrapdb.mesonbuild.com/gstreamer/gstreamer-${pkgver}-1.wrap'
26 25 sha256sums:
27 26 - 0ba699c7c6c66f4ba640be78cb38a24715add9683f3e3a199f5369dc5a4f04ac
27 +- SKIP
28 28
29 29 build: |
30 - # Użyj systemowego GStreamera zamiast szukać subprojektu
31 - export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
32 -
30 + # Rozpakuj source
31 + tar -xf gst-plugins-base-${pkgver}.tar.xz
33 32 mv gst-plugins-base-${pkgver} ${pkgname}-${pkgver}
34 33 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -Db_pie=true -Dpackage-origin=http://repo.paganlinux.eu/ builddir ${pkgname}-${pkgver}
35 34 meson compile -C builddir