aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2/files
diff options
context:
space:
mode:
authoralexbl <alexbl@FreeBSD.org>2006-09-27 23:07:34 +0800
committeralexbl <alexbl@FreeBSD.org>2006-09-27 23:07:34 +0800
commitdbd91444b0c5a3d492fa2613404772b385185002 (patch)
tree6004ed2d0f66d517c84babe57d01972a9a398d12 /audio/xmms2/files
parent636cc389e3ea2bcae1258c6fc43e5959589d2be7 (diff)
downloadfreebsd-ports-gnome-dbd91444b0c5a3d492fa2613404772b385185002.tar.gz
freebsd-ports-gnome-dbd91444b0c5a3d492fa2613404772b385185002.tar.zst
freebsd-ports-gnome-dbd91444b0c5a3d492fa2613404772b385185002.zip
- update to 0.2DrGonzo
- Changelog at http://wiki.xmms2.xmms.se/index.php/Release:DrGonzo Approved by: novel (mentor)
Diffstat (limited to 'audio/xmms2/files')
-rw-r--r--audio/xmms2/files/patch-SConstruct13
-rw-r--r--audio/xmms2/files/patch-src_plugins_faad_Plugin8
-rw-r--r--audio/xmms2/files/patch-src_xmms_Program18
3 files changed, 26 insertions, 13 deletions
diff --git a/audio/xmms2/files/patch-SConstruct b/audio/xmms2/files/patch-SConstruct
new file mode 100644
index 000000000000..6904c8357ce6
--- /dev/null
+++ b/audio/xmms2/files/patch-SConstruct
@@ -0,0 +1,13 @@
+--- SConstruct.orig Tue Sep 26 21:07:58 2006
++++ SConstruct Tue Sep 26 21:08:16 2006
+@@ -182,8 +182,8 @@
+ base_env.add_manpage(1, 'doc/xmms2.1')
+ base_env.add_manpage(8, 'doc/xmms2d.8')
+ base_env.add_manpage(1, 'doc/xmms2-et.1')
+-base_env.add_manpage(1, 'doc/xmms2-launcher.8')
+-base_env.add_manpage(1, 'doc/xmms2-mdns-avahi.8')
++base_env.add_manpage(8, 'doc/xmms2-launcher.8')
++base_env.add_manpage(8, 'doc/xmms2-mdns-avahi.8')
+
+ #### Generate pc files.
+
diff --git a/audio/xmms2/files/patch-src_plugins_faad_Plugin b/audio/xmms2/files/patch-src_plugins_faad_Plugin
index e49dc3f92cbc..8c20d2479bec 100644
--- a/audio/xmms2/files/patch-src_plugins_faad_Plugin
+++ b/audio/xmms2/files/patch-src_plugins_faad_Plugin
@@ -1,5 +1,5 @@
---- src/plugins/faad/Plugin.orig Sat Jul 15 22:18:48 2006
-+++ src/plugins/faad/Plugin Sat Jul 15 22:19:02 2006
+--- src/plugins/faad/Plugin.orig Tue Sep 26 20:35:50 2006
++++ src/plugins/faad/Plugin Tue Sep 26 20:36:04 2006
@@ -2,13 +2,7 @@
source=['faad.c', 'mp4ff/drms.c', 'mp4ff/mp4atom.c', 'mp4ff/mp4ff.c', 'mp4ff/mp4meta.c', 'mp4ff/mp4sample.c', 'mp4ff/mp4tagupdate.c', 'mp4ff/mp4util.c']
@@ -11,7 +11,7 @@
- except ConfigError:
- raise ConfigError("Could not find libfaad")
-
-+ env.Append (LIBS = ['faad'])
- env.Append (CCFLAGS = '-DUSE_TAGGING')
++ env.Append(LIBS=['faad'])
+ env.Append(CPPDEFINES=['USE_TAGGING'])
# to use iTunes DRM change this to true
diff --git a/audio/xmms2/files/patch-src_xmms_Program b/audio/xmms2/files/patch-src_xmms_Program
index 1479b160b6a2..51b657b348aa 100644
--- a/audio/xmms2/files/patch-src_xmms_Program
+++ b/audio/xmms2/files/patch-src_xmms_Program
@@ -1,9 +1,9 @@
---- src/xmms/Program.orig Thu Jul 6 15:35:55 2006
-+++ src/xmms/Program Thu Jul 6 17:36:50 2006
-@@ -29,10 +29,10 @@
- env.Append(LIBS=['xmmsipc'])
- env.Append(LIBS=["xmmssocket"])
- env.Append(CPPPATH=["#src/includepriv"])
+--- src/xmms/Program.orig Tue Sep 26 20:51:07 2006
++++ src/xmms/Program Tue Sep 26 20:51:39 2006
+@@ -26,10 +26,10 @@
+
+ def config(env):
+ pluginenv = env.Copy()
- env.pkgconfig("glib-2.0 >= 2.6.0", fail=True)
- env.pkgconfig("gmodule-2.0", fail=True)
- env.pkgconfig("gthread-2.0", fail=True)
@@ -12,6 +12,6 @@
+ env.pkgconfig("gmodule-2.0")
+ env.pkgconfig("gthread-2.0")
+ env.pkgconfig("sqlite3")
-
- if env.platform != 'win32':
- env.checklib("m", "sin", fail=True)
+ env.Prepend(LIBPATH=["src/lib/xmmsipc"])
+ env.Prepend(LIBPATH=["src/lib/xmmssocket"])
+ env.Append(LIBS=['xmmsipc'])