commit 287bfe5e470c6a3dced746032c1c04d15e6b3717 Author: Tim Biermann <tbier@posteo.de> Date: Tue Aug 22 18:46:23 2023 +0200 orc: build orc-test as its needed for gst-plugins-base diff --git a/orc/.footprint b/orc/.footprint index ff1d62308..047a34a25 100644 --- a/orc/.footprint +++ b/orc/.footprint @@ -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 diff --git a/orc/.signature b/orc/.signature index 961983c09..93b7abd61 100644 --- a/orc/.signature +++ b/orc/.signature @@ -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 diff --git a/orc/Pkgfile b/orc/Pkgfile index 7e1093a40..b06cacb6d 100644 --- a/orc/Pkgfile +++ b/orc/Pkgfile @@ -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}