commit 4b769f91e437285bcc60b8e1080a2c76be9d8464 Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 30 10:49:40 2022 +0000 libaom: renamed to aom diff --git a/libaom/.footprint b/libaom/.footprint deleted file mode 100644 index 3eac29e22..000000000 --- a/libaom/.footprint +++ /dev/null @@ -1,23 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/aomdec --rwxr-xr-x root/root usr/bin/aomenc -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/aom/ --rw-r--r-- root/root usr/include/aom/aom.h --rw-r--r-- root/root usr/include/aom/aom_codec.h --rw-r--r-- root/root usr/include/aom/aom_decoder.h --rw-r--r-- root/root usr/include/aom/aom_encoder.h --rw-r--r-- root/root usr/include/aom/aom_external_partition.h --rw-r--r-- root/root usr/include/aom/aom_frame_buffer.h --rw-r--r-- root/root usr/include/aom/aom_image.h --rw-r--r-- root/root usr/include/aom/aom_integer.h --rw-r--r-- root/root usr/include/aom/aomcx.h --rw-r--r-- root/root usr/include/aom/aomdx.h -drwxr-xr-x root/root usr/lib64/ --rw-r--r-- root/root usr/lib64/libaom.a -lrwxrwxrwx root/root usr/lib64/libaom.so -> libaom.so.3 -lrwxrwxrwx root/root usr/lib64/libaom.so.3 -> libaom.so.3.5.0 --rwxr-xr-x root/root usr/lib64/libaom.so.3.5.0 -drwxr-xr-x root/root usr/lib64/pkgconfig/ --rw-r--r-- root/root usr/lib64/pkgconfig/aom.pc diff --git a/libaom/.signature b/libaom/.signature deleted file mode 100644 index 345eedca1..000000000 --- a/libaom/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30ZNb1D2yIUzXlu77E3Zyq/cO4MLqplTUa+73cLVFlu11dHPQAvPXwtmWWscDLd2ozirPWhZhzKrcIXMougfTwA= -SHA256 (Pkgfile) = f73a6a38df3024422382db9cff2044478e40417e9755849d0a39e52b15578ab9 -SHA256 (.footprint) = fd93b0c612b09d72dc00945122ac8b9fe75a4e190ca0106bf52c91a2a51803fd -SHA256 (libaom-3.5.0.tar.gz) = d37dbee372e2430a7efde813984ae6d78bdf1fc4080ebe32457c9115408b0738 diff --git a/libaom/Pkgfile b/libaom/Pkgfile deleted file mode 100644 index de4c70c11..000000000 --- a/libaom/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: Alliance for Open Media video codec -# URL: https://aomedia.org/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: cmake ninja yasm - -name=libaom -version=3.5.0 -release=1 -source=(https://storage.googleapis.com/aom-releases/$name-$version.tar.gz) - -build() { - cmake -S $name-$version -B build -G Ninja \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=1 \ - -DENABLE_TESTS=0 - - cmake --build build - DESTDIR="$PKG" cmake --install build -}