mr_bones_ 15/02/19 01:06:02
Modified: daphne-1.0-vorbisfilefix.patch
daphne-1.0-typefix.patch
Added: daphne-1.0-system-lmpeg2.patch
Log:
tidy; use system libmpeg2 with patch from arttuv69 (bug #258332); improve deps
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 games-emulation/daphne/files/daphne-1.0-vorbisfilefix.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-vorbisfilefix.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-vorbisfilefix.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-vorbisfilefix.patch?r1=1.1&r2=1.2
Index: daphne-1.0-vorbisfilefix.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-emulation/daphne/files/daphne-1.0-vorbisfilefix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- daphne-1.0-vorbisfilefix.patch 19 Sep 2008 14:54:20 -0000 1.1
+++ daphne-1.0-vorbisfilefix.patch 19 Feb 2015 01:06:02 -0000 1.2
@@ -1,3 +1,5 @@
+Fix no sound issue with >=media-libs/libvorbis-1.2.0
+
diff -ruN v_1_0.orig/src/ldp-out/ldp-vldp-audio.cpp
v_1_0/src/ldp-out/ldp-vldp-audio.cpp
--- v_1_0.orig/src/ldp-out/ldp-vldp-audio.cpp 2008-01-29 18:04:07.000000000
+0100
+++ v_1_0/src/ldp-out/ldp-vldp-audio.cpp 2008-09-19 13:43:10.000000000
+0200
1.2 games-emulation/daphne/files/daphne-1.0-typefix.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-typefix.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-typefix.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-typefix.patch?r1=1.1&r2=1.2
Index: daphne-1.0-typefix.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-emulation/daphne/files/daphne-1.0-typefix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- daphne-1.0-typefix.patch 19 Sep 2008 14:54:20 -0000 1.1
+++ daphne-1.0-typefix.patch 19 Feb 2015 01:06:02 -0000 1.2
@@ -1,3 +1,5 @@
+amd64 does not like int pointers
+
diff -ruN v_1_0.orig/src/ldp-in/ldv1000.cpp v_1_0/src/ldp-in/ldv1000.cpp
--- v_1_0.orig/src/ldp-in/ldv1000.cpp 2008-01-29 18:04:34.000000000 +0100
+++ v_1_0/src/ldp-in/ldv1000.cpp 2008-09-19 14:29:40.000000000 +0200
1.1 games-emulation/daphne/files/daphne-1.0-system-lmpeg2.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-system-lmpeg2.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/daphne/files/daphne-1.0-system-lmpeg2.patch?rev=1.1&content-type=text/plain
Index: daphne-1.0-system-lmpeg2.patch
===================================================================
diff -ur v_1_0.old/src/vldp2/Makefile.am v_1_0/src/vldp2/Makefile.am
--- v_1_0.old/src/vldp2/Makefile.am 2009-12-29 18:04:15.000000000 +0200
+++ v_1_0/src/vldp2/Makefile.am 2009-12-29 18:10:42.000000000 +0200
@@ -1,3 +1,3 @@
-SUBDIRS = autotools include libmpeg2 libvo doc src vc++ test
+SUBDIRS = autotools
EXTRA_DIST = bootstrap
diff -ur v_1_0.old/src/vldp2/Makefile.in v_1_0/src/vldp2/Makefile.in
--- v_1_0.old/src/vldp2/Makefile.in 2009-12-29 18:04:15.000000000 +0200
+++ v_1_0/src/vldp2/Makefile.in 2009-12-29 18:10:51.000000000 +0200
@@ -128,7 +128,7 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-SUBDIRS = autotools include libmpeg2 libvo doc src vc++ test
+SUBDIRS = autotools
EXTRA_DIST = bootstrap
subdir = .
diff -ur v_1_0.old/src/vldp2/Makefile.linux v_1_0/src/vldp2/Makefile.linux
--- v_1_0.old/src/vldp2/Makefile.linux 2009-12-29 18:04:15.000000000 +0200
+++ v_1_0/src/vldp2/Makefile.linux 2009-12-29 18:13:12.000000000 +0200
@@ -14,14 +14,9 @@
DFLAGS = -O3 -march=i686 -fomit-frame-pointer -funroll-loops
CFLAGS = ${DFLAGS} `sdl-config --cflags` -I./include
-LIBS = `sdl-config --libs`
+LIBS = `sdl-config --libs` -lmpeg2
-OBJS = vldp/vldp.o vldp/vldp_internal.o vldp/mpegscan.o \
- libmpeg2/cpu_accel.o libmpeg2/alloc.o libmpeg2/cpu_state.o \
- libmpeg2/decode.o libmpeg2/header.o libmpeg2/motion_comp.o \
- libmpeg2/idct.o libmpeg2/idct_mmx.o libmpeg2/motion_comp_mmx.o \
- libmpeg2/slice.o \
- libvo/video_out.o libvo/video_out_null.o
+OBJS = vldp/vldp.o vldp/vldp_internal.o vldp/mpegscan.o
LIBNAME = libvldp2.so