aboutsummaryrefslogtreecommitdiffstats
path: root/audio/arts
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-01-09 03:32:36 +0800
committerlofi <lofi@FreeBSD.org>2006-01-09 03:32:36 +0800
commit45ac8c84561611e230ff77f0da69b703896dbe60 (patch)
treec42c2360158e278de50b6b936586613abfb09f6a /audio/arts
parentc249b791479123e2a078f1edd661a02e2be364e5 (diff)
downloadfreebsd-ports-gnome-45ac8c84561611e230ff77f0da69b703896dbe60.tar.gz
freebsd-ports-gnome-45ac8c84561611e230ff77f0da69b703896dbe60.tar.zst
freebsd-ports-gnome-45ac8c84561611e230ff77f0da69b703896dbe60.zip
Update to KDE 3.5.0
Diffstat (limited to 'audio/arts')
-rw-r--r--audio/arts/Makefile2
-rw-r--r--audio/arts/distinfo5
-rw-r--r--audio/arts/files/patch-mcop-mcoputils.cc10
-rw-r--r--audio/arts/files/patch-soundserver-Makefile.in16
4 files changed, 23 insertions, 10 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index b52515453fb7..1db221d043f9 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= arts
-PORTVERSION= 1.4.3
+PORTVERSION= 1.5.0
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
diff --git a/audio/arts/distinfo b/audio/arts/distinfo
index aa38422d4220..9581847e777a 100644
--- a/audio/arts/distinfo
+++ b/audio/arts/distinfo
@@ -1,2 +1,3 @@
-MD5 (KDE/arts-1.4.3.tar.bz2) = 58585969a9a33784601122c77bd15a1e
-SIZE (KDE/arts-1.4.3.tar.bz2) = 945025
+MD5 (KDE/arts-1.5.0.tar.bz2) = e90a32ee47d5cdc51fe1b7f6f6c0df63
+SHA256 (KDE/arts-1.5.0.tar.bz2) = 9c5c8ebe90f71e0c9788c1e41fbb3456953e5eaf92adf722a635fb2a86f954d0
+SIZE (KDE/arts-1.5.0.tar.bz2) = 949415
diff --git a/audio/arts/files/patch-mcop-mcoputils.cc b/audio/arts/files/patch-mcop-mcoputils.cc
new file mode 100644
index 000000000000..6b3db7470c03
--- /dev/null
+++ b/audio/arts/files/patch-mcop-mcoputils.cc
@@ -0,0 +1,10 @@
+--- mcop/mcoputils.cc.orig Wed Nov 30 18:34:17 2005
++++ mcop/mcoputils.cc Wed Nov 30 18:35:02 2005
+@@ -32,6 +32,7 @@
+ #include <errno.h>
+ #include <config.h>
+ #include <ctype.h>
++#include <stdio.h>
+ #include <map>
+
+ using namespace std;
diff --git a/audio/arts/files/patch-soundserver-Makefile.in b/audio/arts/files/patch-soundserver-Makefile.in
index d4a5af6e938e..f61dd7124b3b 100644
--- a/audio/arts/files/patch-soundserver-Makefile.in
+++ b/audio/arts/files/patch-soundserver-Makefile.in
@@ -1,6 +1,6 @@
---- soundserver/Makefile.in.orig Fri Mar 4 10:58:22 2005
-+++ soundserver/Makefile.in Wed Mar 16 04:32:04 2005
-@@ -46,7 +46,7 @@
+--- soundserver/Makefile.in.orig Sun Nov 20 20:55:24 2005
++++ soundserver/Makefile.in Wed Nov 30 01:33:05 2005
+@@ -44,7 +44,7 @@
host_triplet = @host@
target_triplet = @target@
bin_PROGRAMS = artsd$(EXEEXT) artsplay$(EXEEXT) artscat$(EXEEXT) \
@@ -9,7 +9,7 @@
subdir = soundserver
DIST_COMMON = $(artsinclude_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/artsversion-new.h.in
-@@ -192,12 +192,12 @@
+@@ -190,12 +190,12 @@
$(libartswavplayobject_la_SOURCES) $(libkmedia2_la_SOURCES) \
$(libkmedia2_idl_la_SOURCES) $(libsoundserver_idl_la_SOURCES) \
$(artscat_SOURCES) $(artsd_SOURCES) $(artsplay_SOURCES) \
@@ -24,17 +24,19 @@
mcopclassDATA_INSTALL = $(INSTALL_DATA)
mcoptypeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(mcopclass_DATA) $(mcoptype_DATA)
-@@ -539,9 +539,6 @@
+@@ -540,11 +540,6 @@
artsplay_LDFLAGS = $(USE_THREADS)
artsplay_SOURCES = artsplay.cc
artsplay_COMPILE_FIRST = soundserver.h artsversion.h
-artswrapper_SOURCES = artswrapper.c
+-artswrapper_CFLAGS = $(KDE_USE_FPIE)
-artswrapper_INCLUDES = -I$(top_builddir) -DEXECUTE=\"$(artsdpath)\"
-artswrapper_LDADD = $(LIBPOSIX4)
+-artswrapper_LDFLAGS = $(KDE_USE_PIE)
artsshell_LDADD = libsoundserver_idl.la $(LIBPTHREAD)
artsshell_LDFLAGS = $(USE_THREADS)
artsshell_SOURCES = artsshell.cc tradercheck.cc
-@@ -553,10 +550,6 @@
+@@ -556,10 +551,6 @@
mcopclassdir = $(libdir)/mcop/Arts
mcopclass_DATA = FileInputStream.mcopclass $(WAV_MCOPCLASS) GSLPlayObject.mcopclass
@@ -45,7 +47,7 @@
######## install idl typeinfo files
mcoptypedir = $(libdir)/mcop
mcoptype_DATA = soundserver.mcoptype soundserver.mcopclass \
-@@ -707,9 +700,6 @@
+@@ -710,9 +701,6 @@
artsshell$(EXEEXT): $(artsshell_OBJECTS) $(artsshell_DEPENDENCIES)
@rm -f artsshell$(EXEEXT)
$(CXXLINK) $(artsshell_LDFLAGS) $(artsshell_OBJECTS) $(artsshell_LDADD) $(LIBS)