this is a built but totally untested update to
libblueray.

my motivation for the update is that newer mpv
versions need at least 0.3.0

please test this with vlc, mplayer, xine
and actual BD discs :)  (i dont have a drive).

-f
-- 
honesty: fear of being caught.
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/libbluray/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    21 Mar 2013 08:46:33 -0000      1.5
+++ Makefile    10 Sep 2014 10:21:26 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =           Yes
 
 COMMENT =              library supporting Blu-ray playback
 
-V =                    0.2.3
+V =                    0.6.0
 DISTNAME =             libbluray-${V}
 CATEGORIES =           multimedia
 
@@ -19,7 +19,7 @@ EXTRACT_SUFX =                .tar.bz2
 # LGPL v2.1
 PERMIT_PACKAGE_CDROM = Yes
 
-SHARED_LIBS +=         bluray          1.0     # 3.0
+SHARED_LIBS +=         bluray          2.0     # 7.0
 WANTLIB +=             c m pthread xml2 z
 
 MODULES =              converters/libiconv
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/libbluray/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    25 Sep 2012 22:00:00 -0000      1.2
+++ distinfo    10 Sep 2014 10:21:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (libbluray-0.2.3.tar.bz2) = LGXPsCruwxch+epl7iwIWpv+Fj6Z3QG1LMs/U7ogXuo=
-SIZE (libbluray-0.2.3.tar.bz2) = 465239
+SHA256 (libbluray-0.6.0.tar.bz2) = Ynu9pXpmuxOsiE80R62T/A3PnOgnHlR/9Iv3fK4JU38=
+SIZE (libbluray-0.6.0.tar.bz2) = 645412
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure     25 Sep 2012 22:00:00 -0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.3 2012/09/25 22:00:00 brad Exp $
---- configure.orig     Fri Aug 17 07:31:41 2012
-+++ configure  Mon Sep  3 18:14:35 2012
-@@ -12563,8 +12563,6 @@ fi
- 
- # use optimizations
- if [ $use_optimizations = "yes" ]; then
--  check_cc_options -O3 && \
--    SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -O3"
-   check_cc_options -fomit-frame-pointer && \
-     SET_OPTIMIZATIONS="$SET_OPTIMIZATIONS -fomit-frame-pointer"
- fi

Reply via email to