Commit 10eb3b2
0
plików
+0
dodanych
-0
usuniętych
@@ -205,7 +205,16 @@ footprint_gstreamer_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-x
205
205
-rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/gstreamer-1.0.mo\ndrwxr-xr-x\troot/root\tusr/share/locale/zh_TW/\n\
206
206
drwxr-xr-x\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/gstreamer-1.0.mo\n"
207
207
build: |
208
- meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gstreamer-1.28.6 builddir -Dgst_debug=false -Dpackage-origin=https://downloads.nutyx.org/
208
+ meson setup --prefix /usr \
209
+ --buildtype plain \
210
+ --libexecdir lib \
211
+ --sbindir bin \
212
+ -D b_pie=true \
213
+ -D gst_debug=false \
214
+ -D introspection=disabled \
215
+ -D package-origin=https://downloads.nutyx.org/ \
216
+ gstreamer-1.28.6 builddir
217
+
209
218
meson compile -C builddir
210
219
package: |
211
220
install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING