Here is an update to libaacs 0.4.0.
Some bug fixes and some new functions which the next libbluray
will want - aacs_open2().
Note: untested as I do not have any BD gear.
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/libaacs/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 30 Mar 2012 13:35:42 -0000 1.2
+++ Makefile 8 May 2012 05:35:59 -0000
@@ -4,9 +4,8 @@ SHARED_ONLY = Yes
COMMENT = AACS support library for Blu-ray playback
-V = 0.3.1
+V = 0.4.0
DISTNAME = libaacs-${V}
-REVISION = 0
CATEGORIES = multimedia
@@ -21,7 +20,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Free speech issue
PERMIT_DISTFILES_FTP = Yes
-SHARED_LIBS += aacs 0.0 # 0.0
+SHARED_LIBS += aacs 1.0 # 2.0
WANTLIB += gcrypt gpg-error pthread
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/libaacs/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 30 Mar 2012 13:15:59 -0000 1.1.1.1
+++ distinfo 8 May 2012 05:33:21 -0000
@@ -1,5 +1,5 @@
-MD5 (libaacs-0.3.1.tar.bz2) = iOJBCz3jT7cFhvxcsHb/gw==
-RMD160 (libaacs-0.3.1.tar.bz2) = 1sqbRRkQYLbAeREh/coA5Xhddac=
-SHA1 (libaacs-0.3.1.tar.bz2) = FBZA/la0aUCmr5OalA68d7fHhGo=
-SHA256 (libaacs-0.3.1.tar.bz2) = Z4MK1xi2CA4B+Cpmi7pDYIrWbYALupiBLG78JaxbJFU=
-SIZE (libaacs-0.3.1.tar.bz2) = 294705
+MD5 (libaacs-0.4.0.tar.bz2) = koyXf13ztZJ4yF0RhtOxSA==
+RMD160 (libaacs-0.4.0.tar.bz2) = MfA/vsowhF0ZD4AkB6Pw9ot+MVk=
+SHA1 (libaacs-0.4.0.tar.bz2) = uazpY8KGXowjjTsi+h7BLuHBlWk=
+SHA256 (libaacs-0.4.0.tar.bz2) = DT2zJ+LripzrC2JDOAZQJycebNdkBu371dSpMYLAfv0=
+SIZE (libaacs-0.4.0.tar.bz2) = 284923
Index: patches/patch-configure
===================================================================
RCS file: /home/cvs/ports/multimedia/libaacs/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-configure
--- patches/patch-configure 30 Mar 2012 13:15:59 -0000 1.1.1.1
+++ patches/patch-configure 8 May 2012 05:33:45 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1.1.1 2012/03/30 13:15:59 phessler Exp $
---- configure.orig Mon Mar 26 20:02:18 2012
-+++ configure Mon Mar 26 20:02:34 2012
-@@ -12502,13 +12502,13 @@ fi
+--- configure.orig Mon May 7 06:48:18 2012
++++ configure Tue May 8 01:33:37 2012
+@@ -12498,13 +12498,13 @@ fi
done
@@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2012
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -12543,7 +12543,7 @@ if test "x$ac_cv_lib_pthread_pthread_mutex_init" = xye
+@@ -12539,7 +12539,7 @@ if test "x$ac_cv_lib_pthread_pthread_mutex_init" = xye
#define HAVE_LIBPTHREAD 1
_ACEOF
@@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2012
else
as_fn_error $? "$library_not_found" "$LINENO" 5
-@@ -12808,8 +12808,6 @@ fi
+@@ -12804,8 +12804,6 @@ fi
# use optimizations
if [ $use_optimizations = "yes" ]; then
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/multimedia/libaacs/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 30 Mar 2012 13:15:59 -0000 1.1.1.1
+++ pkg/PLIST 8 May 2012 05:38:11 -0000
@@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/03/30 13:15:59 phessler Exp $
+@bin bin/aacs_info
include/libaacs/
include/libaacs/aacs-version.h
include/libaacs/aacs.h
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.