Bugfix update to xine-lib-1.1.20.1.
from Brad (maintainer)
This commit is contained in:
parent
6af241a403
commit
b7fec019a2
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.84 2011/11/16 00:43:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.85 2012/01/05 08:52:26 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= multimedia decoding library
|
||||
|
||||
DISTNAME= xine-lib-1.1.20
|
||||
DISTNAME= xine-lib-1.1.20.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
@ -48,19 +48,13 @@ LIB_DEPENDS= audio/faad \
|
||||
devel/sdl \
|
||||
multimedia/libdvdnav \
|
||||
multimedia/libtheora \
|
||||
graphics/ffmpeg \
|
||||
graphics/ffmpeg>=20111126 \
|
||||
graphics/libmng \
|
||||
graphics/vcdimager
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
PKG_ARGS+= -Di386=1
|
||||
.else
|
||||
PKG_ARGS+= -Di386=0
|
||||
.endif
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GROFF = Yes
|
||||
USE_GROFF= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.68
|
||||
CONFIGURE_ARGS+=--disable-aalib \
|
||||
@ -98,6 +92,5 @@ NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
@find ${PREFIX}/lib/xine/plugins -name '*.a' -print | xargs rm
|
||||
@rm ${PREFIX}/lib/libxine.la
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (xine-lib-1.1.20.tar.xz) = rPtuCBiP1grYj/g4MdWS1w==
|
||||
RMD160 (xine-lib-1.1.20.tar.xz) = A5p9DuTmXOIHVdSrv7+a9uF6N8U=
|
||||
SHA1 (xine-lib-1.1.20.tar.xz) = Hb1I4UETc5EBQpOR1F9l679lGfw=
|
||||
SHA256 (xine-lib-1.1.20.tar.xz) = 2mXaWDH1uT8CtOwQBJ6vBEz5mUTi/Y4S1JTczv7hJOs=
|
||||
SIZE (xine-lib-1.1.20.tar.xz) = 5957256
|
||||
MD5 (xine-lib-1.1.20.1.tar.xz) = kPYZCExpK0r/IMj50SWRSA==
|
||||
RMD160 (xine-lib-1.1.20.1.tar.xz) = 2yfk1wi5SFXXN20QseXPYNLlMtc=
|
||||
SHA1 (xine-lib-1.1.20.1.tar.xz) = V3U3vzqlCnCMfkh+SASuPB+AN5Y=
|
||||
SHA256 (xine-lib-1.1.20.1.tar.xz) = 5MdAkcioNlIsPIPAdHVEJKzJHhdNHYGO4NI/gXM3x8Q=
|
||||
SIZE (xine-lib-1.1.20.1.tar.xz) = 5948420
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.9 2011/11/16 00:43:17 sthen Exp $
|
||||
--- configure.ac.orig Sun Jul 25 10:37:30 2010
|
||||
+++ configure.ac Wed Sep 28 03:18:47 2011
|
||||
@@ -565,9 +565,9 @@ t q
|
||||
$OpenBSD: patch-configure_ac,v 1.10 2012/01/05 08:52:26 ajacoutot Exp $
|
||||
--- configure.ac.orig Sun Jan 1 12:30:52 2012
|
||||
+++ configure.ac Sun Jan 1 17:19:01 2012
|
||||
@@ -558,9 +558,9 @@ t q
|
||||
b
|
||||
:q
|
||||
q"
|
||||
@ -13,16 +13,7 @@ $OpenBSD: patch-configure_ac,v 1.9 2011/11/16 00:43:17 sthen Exp $
|
||||
AC_DEFINE_UNQUOTED([LIBXV_SO], "${x_lib_location:-libXv.so}", [The soname of libXv, needed for dlopen()])
|
||||
|
||||
|
||||
@@ -1309,7 +1309,7 @@ if test "x$enable_a52dec" = "xno"; then
|
||||
AC_MSG_RESULT([a52dec support disabled])
|
||||
elif test "x$external_a52dec" = "xyes"; then
|
||||
have_a52="yes"
|
||||
- AC_CHECK_HEADERS([a52dec/a52.h a52dec/a52_internal.h],, have_a52="no",
|
||||
+ AC_CHECK_HEADERS([a52dec/a52.h],, have_a52="no",
|
||||
[
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
@@ -1402,9 +1402,10 @@ if test "x$with_mng" = "xyes"; then
|
||||
@@ -1395,9 +1395,10 @@ if test "x$with_mng" = "xyes"; then
|
||||
AC_CHECK_LIB(mng, mng_initialize,
|
||||
[ AC_CHECK_HEADER(libmng.h,
|
||||
[ have_libmng=yes
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_audio_out_audio_file_out_c,v 1.1 2011/11/16 00:43:17 sthen Exp $
|
||||
--- src/audio_out/audio_file_out.c.orig Sat Nov 12 22:09:55 2011
|
||||
+++ src/audio_out/audio_file_out.c Sat Nov 12 22:17:03 2011
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <math.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
+#include <sys/stat.h>
|
||||
|
||||
#include "xine_internal.h"
|
||||
#include "xineutils.h"
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.i386,v 1.4 2010/01/05 11:48:51 sthen Exp $
|
||||
lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_tvtime.so
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2011/11/16 00:43:17 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2012/01/05 08:52:26 ajacoutot Exp $
|
||||
@conflict xine-lib-arts-*
|
||||
@conflict xine-lib-esd-*
|
||||
@conflict xine-lib-jack-*
|
||||
@ -6,7 +6,6 @@
|
||||
@pkgpath ${BASE_PKGPATH},-esd
|
||||
@pkgpath ${BASE_PKGPATH},-jack
|
||||
@pkgpath ${BASE_PKGPATH},-main
|
||||
%%i386%%
|
||||
bin/xine-config
|
||||
@bin bin/xine-list-1.1
|
||||
include/xine/
|
||||
@ -50,6 +49,7 @@ include/xine/xineutils.h
|
||||
include/xine/xmllexer.h
|
||||
include/xine/xmlparser.h
|
||||
lib/libxine.a
|
||||
lib/libxine.la
|
||||
@lib lib/libxine.so.${LIBxine_VERSION}
|
||||
lib/pkgconfig/libxine.pc
|
||||
lib/xine/
|
||||
@ -62,6 +62,7 @@ lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_goom.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_mosaico.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_planar.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_switch.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_tvtime.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/post/xineplug_post_visualizations.so
|
||||
@comment lib/xine/plugins/${XINEAPI_REV}/vidix/
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_ao_out_file.so
|
||||
@ -123,6 +124,7 @@ lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_http.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_mms.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_net.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_pnm.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_pvr.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_rtp.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_rtsp.so
|
||||
lib/xine/plugins/${XINEAPI_REV}/xineplug_inp_stdin_fifo.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user