summaryrefslogtreecommitdiff
path: root/audio/xmms2
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-16 04:15:32 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-16 04:15:32 +0000
commita73577dbbafcf987dde890c211ff39c240e9c320 (patch)
tree2c2d91d87613c1aa6dc7d017faed3c6d36d10738 /audio/xmms2
parent- gschem -> geda-gschem (diff)
- Update to 0.2DrFeelgood
- DrFeelgood is mostly a bugfix release. Numerous old memory leaks were found and fixed, as well as some silly and annoying bugs. Full release notes at: * http://wiki.xmms2.xmms.se/index.php/Release:DrFeelgood - re-add a patch removed in previous commit, it's needed again PR: ports/100366 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes: svn path=/head/; revision=167957
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile4
-rw-r--r--audio/xmms2/distinfo6
-rw-r--r--audio/xmms2/files/patch-src_plugins_faad_Plugin17
3 files changed, 22 insertions, 5 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index a731f437bec8..3e110c67f145 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME?= xmms2
-PORTVERSION= 0.2.d.5
+PORTVERSION= 0.2.d.6
CATEGORIES?= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-0.2DrEvil
+DISTNAME= ${PORTNAME}-0.2DrFeelgood
MAINTAINER= alex@foxybanana.com
COMMENT?= Rewrite of xmms as a client/server system (developer release)
diff --git a/audio/xmms2/distinfo b/audio/xmms2/distinfo
index 39846016f07a..a7339753c886 100644
--- a/audio/xmms2/distinfo
+++ b/audio/xmms2/distinfo
@@ -1,3 +1,3 @@
-MD5 (xmms2-0.2DrEvil.tar.bz2) = 110e1b5d3d5d89e64c2099cec4d0402b
-SHA256 (xmms2-0.2DrEvil.tar.bz2) = 1059fe1b6a03a40f8b680055c64e6475d769298983804f88ff6d38d88d514f28
-SIZE (xmms2-0.2DrEvil.tar.bz2) = 1012538
+MD5 (xmms2-0.2DrFeelgood.tar.bz2) = 46dc92bb78bf16d6cd9a733e6a923a92
+SHA256 (xmms2-0.2DrFeelgood.tar.bz2) = 8154dee69682ddca438e850dd0a83cda69226d147833d45b1451016dfe337162
+SIZE (xmms2-0.2DrFeelgood.tar.bz2) = 1012425
diff --git a/audio/xmms2/files/patch-src_plugins_faad_Plugin b/audio/xmms2/files/patch-src_plugins_faad_Plugin
new file mode 100644
index 000000000000..e49dc3f92cbc
--- /dev/null
+++ b/audio/xmms2/files/patch-src_plugins_faad_Plugin
@@ -0,0 +1,17 @@
+--- src/plugins/faad/Plugin.orig Sat Jul 15 22:18:48 2006
++++ src/plugins/faad/Plugin Sat Jul 15 22:19:02 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']
+
+ def config(env):
+- try:
+- env.checklib("faad", "faacDecInit2")
+- except ConfigError:
+- env.checklib("faad", "NeAACDecInit2")
+- except ConfigError:
+- raise ConfigError("Could not find libfaad")
+-
++ env.Append (LIBS = ['faad'])
+ env.Append (CCFLAGS = '-DUSE_TAGGING')
+
+ # to use iTunes DRM change this to true