orc: build orc-test as its needed for gst-plugins-base
This commit is contained in:
parent
8fb9fb410f
commit
d1e9c4094d
@ -1,8 +1,14 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/orc-bugreport
|
||||
-rwxr-xr-x root/root usr/bin/orcc
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/orc-0.4/
|
||||
drwxr-xr-x root/root usr/include/orc-0.4/orc-test/
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orcarray.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orcprofile.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orcrandom.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc-test/orctest.h
|
||||
drwxr-xr-x root/root usr/include/orc-0.4/orc/
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orc-stdint.h
|
||||
-rw-r--r-- root/root usr/include/orc-0.4/orc/orc.h
|
||||
@ -40,8 +46,12 @@ drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/liborc-0.4.so -> liborc-0.4.so.0
|
||||
lrwxrwxrwx root/root usr/lib/liborc-0.4.so.0 -> liborc-0.4.so.0.34.0
|
||||
-rwxr-xr-x root/root usr/lib/liborc-0.4.so.0.34.0
|
||||
lrwxrwxrwx root/root usr/lib/liborc-test-0.4.so -> liborc-test-0.4.so.0
|
||||
lrwxrwxrwx root/root usr/lib/liborc-test-0.4.so.0 -> liborc-test-0.4.so.0.34.0
|
||||
-rwxr-xr-x root/root usr/lib/liborc-test-0.4.so.0.34.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/orc-0.4.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/orc-test-0.4.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/orc.m4
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/U1GD93gnQx/HQg73H75wFFXpYvv6+3pX/j5S2y8/YcfXiQX0cKZRNAmgiatNeGcz3X83RY/ToO72PgX+Tl6Ugc=
|
||||
SHA256 (Pkgfile) = 6f5c14b28f6df220c27df09fc93a0067e4531083288a79015bbfcb208b12e068
|
||||
SHA256 (.footprint) = 4a1b98e4b9697de96d8a6df2fca0585ac0a742e10f7de8cb64d529a90eff2187
|
||||
RWSE3ohX2g5d/WMOKfuZslJEI8wJYApubXNbuDfIQhiq8ooQpivvrdNfcH6BKuRgh+pOKheudtcmxYf+oIttNSz2qpJzJUC5JQk=
|
||||
SHA256 (Pkgfile) = 1c4ebafba256b6df18b42a70018f2f6f4cea90eb3ec606db676ec42ee7177d97
|
||||
SHA256 (.footprint) = db292c5bb7ed354279067e13ba2bfac07ace72d75f5f3355193ea79b48204fb5
|
||||
SHA256 (orc-0.4.34.tar.xz) = 8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=orc
|
||||
version=0.4.34
|
||||
release=2
|
||||
release=3
|
||||
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
@ -17,7 +17,6 @@ build() {
|
||||
-D benchmarks=disabled \
|
||||
-D examples=disabled \
|
||||
-D gtk_doc=disabled \
|
||||
-D orc-test=disabled \
|
||||
-D tests=disabled
|
||||
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user