summaryrefslogtreecommitdiff
path: root/libaacs
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-06-14 21:17:50 +0000
committerTim Biermann <tbier@posteo.de>2020-06-15 09:44:01 +0000
commitd25cfe667438b3ccb42e0ee9c0fe8987818ea4f6 (patch)
tree99d58869b1e0b25b3871adca46a8366ad5b345dd /libaacs
parent4f22e7701df748252f6762b65ca0cc2852b6895c (diff)
downloadcontrib-d25cfe667438b3ccb42e0ee9c0fe8987818ea4f6.tar.gz
contrib-d25cfe667438b3ccb42e0ee9c0fe8987818ea4f6.tar.xz
libaacs: initial commit, version 0.10.0
Diffstat (limited to 'libaacs')
-rw-r--r--libaacs/.footprint16
-rw-r--r--libaacs/.signature5
-rw-r--r--libaacs/Pkgfile17
3 files changed, 38 insertions, 0 deletions
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.bz2)
+
+build() {
+ cd $name-$version
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit