diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2011-07-01 10:13:22 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2011-07-01 10:13:22 +0000 |
commit | eb1c2e8fe7eb41b6b790b25cbdac2722af71dd11 (patch) | |
tree | e47f43fcb3858ab9a266b28dff961d0cafd75fcf /emulators/pcsxr/files | |
parent | e6a3328b18df87e42fd86b24d533a9697f9c03c0 (diff) | |
download | ports-eb1c2e8fe7eb41b6b790b25cbdac2722af71dd11.tar.gz ports-eb1c2e8fe7eb41b6b790b25cbdac2722af71dd11.zip |
Update to 1.9.92.r68256
Notes
Notes:
svn path=/head/; revision=276776
Diffstat (limited to 'emulators/pcsxr/files')
7 files changed, 35 insertions, 47 deletions
diff --git a/emulators/pcsxr/files/patch-data-Makefile.am b/emulators/pcsxr/files/patch-data-Makefile.am deleted file mode 100644 index 4debb039c79b..000000000000 --- a/emulators/pcsxr/files/patch-data-Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ ---- data/Makefile.am.orig 2010-05-26 06:02:22.954270724 +0000 -+++ data/Makefile.am 2010-05-26 06:02:46.484204835 +0000 -@@ -1,5 +1,5 @@ - glade_DATA = pcsx.glade2 --gladedir = $(datadir)/pcsx -+gladedir = $(datadir)/pcsxr - - desktopdir = $(datadir)/applications - desktop_DATA = pcsx.desktop diff --git a/emulators/pcsxr/files/patch-gui-Makefile.am b/emulators/pcsxr/files/patch-gui-Makefile.am index a7551daf3434..f91db9f81a1d 100644 --- a/emulators/pcsxr/files/patch-gui-Makefile.am +++ b/emulators/pcsxr/files/patch-gui-Makefile.am @@ -1,9 +1,6 @@ ---- gui/Makefile.am.orig 2011-01-25 07:07:29.144904305 +0100 -+++ gui/Makefile.am 2011-01-25 07:15:13.989942292 +0100 -@@ -1,10 +1,10 @@ --AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\"${datadir}/pcsx/\" \ -+AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\"${datadir}/pcsxr/\" \ - -DPIXMAPDIR=\"${datadir}/pixmaps/\" \ +--- gui/Makefile.am.orig 2011-06-30 08:47:19.000000000 +0200 ++++ gui/Makefile.am 2011-06-30 11:43:02.263535649 +0200 +@@ -3,8 +3,8 @@ -DLOCALE_DIR=\"${datadir}/locale/\" \ $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ -I$(top_srcdir)/libpcsxcore -I$(top_srcdir)/include \ @@ -12,12 +9,12 @@ + -DPSEMU_DATA_DIR=\"${datadir}/pcsxr\" \ + -DDEF_PLUGIN_DIR=\"${libdir}/pcsxr\" - bin_PROGRAMS = pcsx + bin_PROGRAMS = pcsxr -@@ -21,4 +21,5 @@ +@@ -29,4 +29,5 @@ - pcsx_LDADD = \ + pcsxr_LDADD = \ ../libpcsxcore/libpcsxcore.a \ - $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst + $(GTK2_LIBS) $(GLADE2_LIBS) -lz -lm -lXext -lXtst -lGL -+pcsx_LDFLAGS = -pthread ++pcsxr_LDFLAGS = -pthread diff --git a/emulators/pcsxr/files/patch-plugins-bladesio1-Makefile.am b/emulators/pcsxr/files/patch-plugins-bladesio1-Makefile.am index 752f87ee863b..5419051e7050 100644 --- a/emulators/pcsxr/files/patch-plugins-bladesio1-Makefile.am +++ b/emulators/pcsxr/files/patch-plugins-bladesio1-Makefile.am @@ -1,5 +1,5 @@ ---- plugins/bladesio1/Makefile.am.orig 2011-01-25 07:30:23.176137395 +0100 -+++ plugins/bladesio1/Makefile.am 2011-01-25 16:41:47.451078804 +0100 +--- plugins/bladesio1/Makefile.am.orig 2011-06-30 08:51:19.659732652 +0200 ++++ plugins/bladesio1/Makefile.am 2011-06-30 08:52:16.694874269 +0200 @@ -1,5 +1,5 @@ -bindir = @libdir@/games/psemu/ -libdir = @libdir@/games/psemu/ @@ -14,13 +14,13 @@ AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ - -DDATADIR=\"${datadir}/psemu/\" \ + -DDATADIR=\"${datadir}/pcsxr/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS) \ -I../../libpcsxcore -I../../include @@ -16,5 +16,5 @@ - cfgBladeSio1_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) + cfgBladeSio1_LDADD = $(GTK2_LIBS) - glade_DATA = sio1.glade2 + glade_DATA = sio1.ui -gladedir = $(datadir)/psemu/ -+gladedir = $(datadir)/pcsxr ++gladedir = $(datadir)/pcsxr/ EXTRA_DIST = $(glade_DATA) diff --git a/emulators/pcsxr/files/patch-plugins-dfcdrom-Makefile.am b/emulators/pcsxr/files/patch-plugins-dfcdrom-Makefile.am index 5e41486f13b7..7257a326dff1 100644 --- a/emulators/pcsxr/files/patch-plugins-dfcdrom-Makefile.am +++ b/emulators/pcsxr/files/patch-plugins-dfcdrom-Makefile.am @@ -1,5 +1,5 @@ ---- plugins/dfcdrom/Makefile.am.orig 2011-01-26 14:37:30.887292632 +0100 -+++ plugins/dfcdrom/Makefile.am 2011-01-26 14:40:33.221965684 +0100 +--- plugins/dfcdrom/Makefile.am.orig 2011-06-30 08:55:41.398655616 +0200 ++++ plugins/dfcdrom/Makefile.am 2011-06-30 08:57:01.844014733 +0200 @@ -1,5 +1,5 @@ -bindir = @libdir@/games/psemu/ -libdir = @libdir@/games/psemu/ @@ -15,7 +15,7 @@ -libDFCdrom_la_LDFLAGS = -module -avoid-version -libDFCdrom_la_LIBADD = -lpthread +libDFCdrom_la_LDFLAGS = -module -avoid-version -pthread -+libDFCdrom_la_LIBADD = ++libDFCdrom_la_LIBADD = if USE_LIBCDIO libDFCdrom_la_CFLAGS += -DUSE_LIBCDIO=1 $(LIBCDIO_CFLAGS) @@ -25,13 +25,13 @@ AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ - -DDATADIR=\"${datadir}/psemu/\" \ + -DDATADIR=\"${datadir}/pcsxr/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS) \ -I../../libpcsxcore -I../../include @@ -31,5 +31,5 @@ - cfgDFCdrom_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) + cfgDFCdrom_LDADD = $(GTK2_LIBS) - glade_DATA = cdrcfg-0.1df/dfcdrom.glade2 + glade_DATA = cdrcfg-0.1df/dfcdrom.ui -gladedir = $(datadir)/psemu/ -+gladedir = $(datadir)/pcsxr ++gladedir = $(datadir)/pcsxr/ EXTRA_DIST = $(glade_DATA) diff --git a/emulators/pcsxr/files/patch-plugins-dfinput-Makefile.am b/emulators/pcsxr/files/patch-plugins-dfinput-Makefile.am index 219ce8f8ca0b..100f8d5ef0cf 100644 --- a/emulators/pcsxr/files/patch-plugins-dfinput-Makefile.am +++ b/emulators/pcsxr/files/patch-plugins-dfinput-Makefile.am @@ -1,5 +1,5 @@ ---- plugins/dfinput/Makefile.am.orig 2011-01-21 18:22:58.498759182 +0100 -+++ plugins/dfinput/Makefile.am 2011-01-21 18:23:49.747937779 +0100 +--- plugins/dfinput/Makefile.am.orig 2011-06-30 08:58:33.770048349 +0200 ++++ plugins/dfinput/Makefile.am 2011-06-30 09:00:09.852609400 +0200 @@ -1,14 +1,14 @@ -bindir = @libdir@/games/psemu/ -libdir = @libdir@/games/psemu/ @@ -8,7 +8,7 @@ lib_LTLIBRARIES = libDFInput.la - libDFInput_la_SOURCES = cfg.c pad.c pad.h sdljoy.c xkb.c analog.c + libDFInput_la_SOURCES = cfg.c pad.c pad.h sdljoy.c xkb.c analog.c util.c util.h -libDFInput_la_LDFLAGS = -module -avoid-version -libDFInput_la_LIBADD = -lpthread -lX11 $(SDL_LIBS) +libDFInput_la_LDFLAGS = -module -avoid-version -pthread diff --git a/emulators/pcsxr/files/patch-plugins-dfsound-Makefile.am b/emulators/pcsxr/files/patch-plugins-dfsound-Makefile.am index 13f787a557b2..38551197b1b6 100644 --- a/emulators/pcsxr/files/patch-plugins-dfsound-Makefile.am +++ b/emulators/pcsxr/files/patch-plugins-dfsound-Makefile.am @@ -1,5 +1,5 @@ ---- plugins/dfsound/Makefile.am.orig 2011-01-21 18:22:58.487759739 +0100 -+++ plugins/dfsound/Makefile.am 2011-01-21 18:24:59.271659928 +0100 +--- plugins/dfsound/Makefile.am.orig 2011-07-01 09:14:20.495315356 +0200 ++++ plugins/dfsound/Makefile.am 2011-07-01 09:13:24.000000000 +0200 @@ -1,15 +1,15 @@ AM_CPPFLAGS = -I../../include @@ -10,7 +10,7 @@ lib_LTLIBRARIES = libDFSound.la - libDFSound_la_SOURCES = spu.c cfg.c dma.c freeze.c registers.c + libDFSound_la_SOURCES = adsr.c adsr.h spu.c spu.h cfg.c cfg.h dma.c dma.h gauss_i.h freeze.c reverb.c reverb.h registers.c registers.h externals.c externals.h dsoundoss.h psemuxa.h regs.h xa.c xa.h stdafx.h libDFSound_la_CPPFLAGS = $(AM_CPPFLAGS) -libDFSound_la_LDFLAGS = -module -avoid-version @@ -20,17 +20,17 @@ if SOUND_ALSA libDFSound_la_SOURCES += alsa.c -@@ -41,11 +41,11 @@ +@@ -47,11 +47,11 @@ bin_PROGRAMS = cfgDFSound cfgDFSound_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ - -DDATADIR=\"${datadir}/psemu/\" \ + -DDATADIR=\"${datadir}/pcsxr/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) $(AM_CPPFLAGS) + $(GTK2_CFLAGS) $(AM_CPPFLAGS) cfgDFSound_SOURCES = spucfg-0.1df/main.c - cfgDFSound_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) + cfgDFSound_LDADD = $(GTK2_LIBS) - glade_DATA = spucfg-0.1df/dfsound.glade2 + glade_DATA = spucfg-0.1df/dfsound.ui -gladedir = $(datadir)/psemu/ +gladedir = $(datadir)/pcsxr/ EXTRA_DIST = $(glade_DATA) diff --git a/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am b/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am index 1367ad217314..ca79539170b9 100644 --- a/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am +++ b/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am @@ -1,12 +1,12 @@ ---- plugins/dfxvideo/Makefile.am.orig 2011-01-21 18:16:02.202890852 +0100 -+++ plugins/dfxvideo/Makefile.am 2011-01-21 18:17:12.618830029 +0100 +--- plugins/dfxvideo/Makefile.am.orig 2011-06-30 09:12:42.916385383 +0200 ++++ plugins/dfxvideo/Makefile.am 2011-06-30 09:14:44.735162351 +0200 @@ -7,13 +7,13 @@ $(STRIP_FPIC) $(NASM) -f elf -d ELF -I${srcdir}/ $< AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ - -DDATADIR=\"${datadir}/psemu/\" \ + -DDATADIR=\"${datadir}/pcsxr/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS)\ -I../../libpcsxcore \ -I../../include @@ -18,9 +18,9 @@ lib_LTLIBRARIES = libDFXVideo.la @@ -30,5 +30,5 @@ - cfgDFXVideo_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) -lXext + cfgDFXVideo_LDADD = $(GTK2_LIBS) -lXext - glade_DATA = gpucfg-0.1df/dfxvideo.glade2 + glade_DATA = gpucfg-0.1df/dfxvideo.ui -gladedir = $(datadir)/psemu/ +gladedir = $(datadir)/pcsxr/ EXTRA_DIST = $(glade_DATA) |