ports/contrib (3.5): libaacs: initial commit, version 0.10.0
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit d25cfe667438b3ccb42e0ee9c0fe8987818ea4f6 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 14 21:17:50 2020 +0000 libaacs: initial commit, version 0.10.0 diff --git a/libaacs/.footprint b/libaacs/.footprint new file mode 100644 index 000000000..4dcccfb3c --- /dev/null +++ b/libaacs/.footprint @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/aacs_info +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libaacs/ +-rw-r--r-- root/root usr/include/libaacs/aacs-version.h +-rw-r--r-- root/root usr/include/libaacs/aacs.h +-rw-r--r-- root/root usr/include/libaacs/filesystem.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libaacs.a +-rwxr-xr-x root/root usr/lib/libaacs.la +lrwxrwxrwx root/root usr/lib/libaacs.so -> libaacs.so.0.7.0 +lrwxrwxrwx root/root usr/lib/libaacs.so.0 -> libaacs.so.0.7.0 +-rwxr-xr-x root/root usr/lib/libaacs.so.0.7.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libaacs.pc diff --git a/libaacs/.signature b/libaacs/.signature new file mode 100644 index 000000000..3e1d6d746 --- /dev/null +++ b/libaacs/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF38Yq+9NeSjoh8rJUd7cHmyT43SMSk1kLSGkdxY2ghzFCFVrnfAzQWGTwCYAGLvhuufOylqDJGwDsyib+VDX89Qk= +SHA256 (Pkgfile) = 8242e51cd4fe8d773b497d915a1e95edc1d7edf4da1669c8f15864d31499930a +SHA256 (.footprint) = f524fe314be36dd7e83c7d7c5019f9de229a86404f9790948c42909f5cd789e6 +SHA256 (libaacs-0.10.0.tar.bz2) = 93f6b19ef71e6f73e77bd7535946c09c45330e9b42e832a63a1d6b042f6b12fe diff --git a/libaacs/Pkgfile b/libaacs/Pkgfile new file mode 100644 index 000000000..36f7f7605 --- /dev/null +++ b/libaacs/Pkgfile @@ -0,0 +1,17 @@ +# Description: a research project to implement the Advanced Access Content System specification +# URL: https://www.videolan.org/developers/libaacs.html +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: libgcrypt + +name=libaacs +version=0.10.0 +release=1 +source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar...) + +build() { + cd $name-$version + ./bootstrap + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu