← recipes

Commit 0b668cc

0
plików
+0
dodanych
-0
usuniętych
@@ -21,13 +21,11 @@ makedepends:
21 21 - gtk3
22 22 source:
23 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'
25 24 sha256sums:
26 25 - 0ba699c7c6c66f4ba640be78cb38a24715add9683f3e3a199f5369dc5a4f04ac
27 -- SKIP
28 26
29 27 build: |
30 - # Rozpakuj source
28 + # Rozpakuj plugin
31 29 tar -xf gst-plugins-base-${pkgver}.tar.xz
32 30 mv gst-plugins-base-${pkgver} ${pkgname}-${pkgver}
33 31 meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -Db_pie=true -Dpackage-origin=http://repo.paganlinux.eu/ builddir ${pkgname}-${pkgver}