mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Upgrade to 1.5.4
PR: 24008 Submitted by: MAINTAINER
This commit is contained in:
parent
1657710323
commit
7fe1bb8259
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36603
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xsidplay
|
||||
PORTVERSION= 1.5.2
|
||||
PORTVERSION= 1.5.4
|
||||
CATEGORIES= audio emulators
|
||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \
|
||||
http://www.freenix.no/~anders/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xsidplay-1_5_2.tgz) = 4cd00c3b17a133379ecace9b36d3d81d
|
||||
MD5 (xsidplay-1_5_4.tgz) = ce3551a55e24c64adfb16bd8c4e4b29f
|
||||
|
@ -1,11 +1,19 @@
|
||||
--- configure.orig Mon Sep 18 19:55:14 2000
|
||||
+++ configure Tue Sep 19 00:48:06 2000
|
||||
@@ -1480,7 +1480,7 @@
|
||||
# Check whether --with-qt-dir or --without-qt-dir was given.
|
||||
if test "${with_qt_dir+set}" = set; then
|
||||
withval="$with_qt_dir"
|
||||
- ac_qt_includes="$withval"/include
|
||||
+ ac_qt_includes="$withval"/include/qt2
|
||||
ac_qt_libraries="$withval"/lib
|
||||
|
||||
--- configure.orig Fri Oct 27 00:40:22 2000
|
||||
+++ configure Tue Dec 12 02:14:04 2000
|
||||
@@ -1629,14 +1629,14 @@
|
||||
|
||||
|
||||
|
||||
-if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
|
||||
+if test -z "$qt_includes"; then
|
||||
QT_INCLUDES="";
|
||||
else
|
||||
QT_INCLUDES="-I$qt_includes"
|
||||
all_includes="$QT_INCLUDES $all_includes"
|
||||
fi
|
||||
|
||||
-if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
|
||||
+if test -z "$qt_libraries"; then
|
||||
QT_LDFLAGS=""
|
||||
else
|
||||
QT_LDFLAGS="-L$qt_libraries"
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/songlendb/Makefile.in.old Sun Oct 22 22:36:00 2000
|
||||
+++ src/songlendb/Makefile.in Sun Oct 22 22:36:21 2000
|
||||
@@ -95,7 +95,7 @@
|
||||
LIBRARIES = $(noinst_LIBRARIES)
|
||||
|
||||
|
||||
-DEFS = @DEFS@ -I. -I$(srcdir)
|
||||
+DEFS = @DEFS@ -I. -I$(srcdir) -I$(LOCALBASE)/include
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
@ -1,11 +1,11 @@
|
||||
--- src/Makefile.in.old Sun Oct 22 22:35:17 2000
|
||||
+++ src/Makefile.in Sun Oct 22 22:35:31 2000
|
||||
--- src/Makefile.in.orig Fri Oct 27 00:51:21 2000
|
||||
+++ src/Makefile.in Tue Dec 12 01:43:35 2000
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
bin_PROGRAMS = xsidplay
|
||||
|
||||
-xsidplay_LDADD = audio/libaudio.a stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a @SIDPLAY_LDFLAGS@ -lsidplay @QT_LDFLAGS@ -lqt
|
||||
+xsidplay_LDADD = audio/libaudio.a stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a @SIDPLAY_LDFLAGS@ -lsidplay @QT_LDFLAGS@ -L$(X11BASE)/lib -lqt2
|
||||
+xsidplay_LDADD = audio/libaudio.a stilview/libstilview.a songlendb/libsonglendb.a tools/libtools.a widgets/libwidgets.a @SIDPLAY_LDFLAGS@ -lsidplay @QT_LDFLAGS@ -lqt2
|
||||
|
||||
|
||||
xsidplay_SOURCES = $(BUILT_SOURCES) AudioDialog.cpp AudioDialog.h AudioDialogData.cpp AudioDialogData.h ConfigC.cpp ConfigC.h ConfigFile.cpp ConfigFile.h ConfigFileOld.cpp ConfigFileOld.h EmuDialog.cpp EmuDialog.h EmuDialogData.cpp EmuDialogData.h FilterDialog.cpp FilterDialog.h FilterDialogData.cpp FilterDialogData.h GlobalIcon.h HVSC_Dialog.cpp HVSC_Dialog.h HVSC_DialogData.cpp HVSC_DialogData.h HVSC_Config.h HistoryDialog.cpp HistoryDialog.h HistoryDialogData.cpp HistoryDialogData.h HistoryFile.cpp HistoryFile.h HistoryItem.h MainDialog.cpp MainDialog.h MainDialogData.cpp MainDialogData.h MixerConfig.h MixerDialog.cpp MixerDialog.h MixerDialogData.cpp MixerDialogData.h Player.h Player.cpp Playlist.cpp Playlist.h PlaylistDialog.cpp PlaylistDialog.h PlaylistDialogData.cpp PlaylistDialogData.h PlaylistEditDialog.cpp PlaylistEditDialog.h PlaylistEditDialogData.cpp PlaylistEditDialogData.h PlaylistCheck.cpp PlaylistCheck.h PlaylistItem.h PlaylistOptDialog.cpp PlaylistOptDialog.h StilDialog.cpp StilDialog.h WaveViewDialog.cpp WaveViewDialog.h WaveViewDialogData.cpp WaveViewDialogData.h WidgetOffset.cpp WidgetOffset.h myTimer.h filenames.h xsidplay.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user