diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-23 08:59:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-23 08:59:35 +0000 |
commit | acb669235c2734bf5cc1ad1bdc6dda896f6b7a42 (patch) | |
tree | 39f81a9414760ae377a53edc7f5a7dcac05d6e48 /audio/xmms-faad | |
parent | 43f3a744211f3897d27998d0f62fda59fd05d331 (diff) |
Notes
Diffstat (limited to 'audio/xmms-faad')
-rw-r--r-- | audio/xmms-faad/Makefile | 14 | ||||
-rw-r--r-- | audio/xmms-faad/Makefile.inc | 40 | ||||
-rw-r--r-- | audio/xmms-faad/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-faad/files/patch-mp4_utils.c | 26 |
4 files changed, 0 insertions, 82 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile deleted file mode 100644 index 078871f4999e..000000000000 --- a/audio/xmms-faad/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PKGNAMEPREFIX= xmms- - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS plugin for faad - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -MASTERDIR= ${.CURDIR} - -.include "${MASTERDIR}/Makefile.inc" diff --git a/audio/xmms-faad/Makefile.inc b/audio/xmms-faad/Makefile.inc deleted file mode 100644 index 1d35635c708f..000000000000 --- a/audio/xmms-faad/Makefile.inc +++ /dev/null @@ -1,40 +0,0 @@ -# $FreeBSD$ - -PORTNAME= faad2 -PORTVERSION= 2.7 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= SFE/faac - -BUILD_DEPENDS= faad2>=2.7:${PORTSDIR}/audio/faad -RUN_DEPENDS= faad2>=2.7:${PORTSDIR}/audio/faad - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plugins/xmms/src - -USES+= pkgconfig -USE_BZIP2= yes -WANT_GNOME= yes - -DESCR= ${PORTSDIR}/audio/faad/pkg-descr -PLIST_FILES= ${PLUGINS_DIR:S,^${PREFIX}/,,}/libmp4.so - -.if ${PKGNAMEPREFIX} == "xmms-" -LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms -USE_GNOME+= gtk12 -PLUGINS_DIR= ${PREFIX}/lib/xmms/Input -EXTRA_CFLAGS= `xmms-config --cflags` -EXTRA_LDFLAGS+= `xmms-config --libs` -.endif - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -shared \ - -I${LOCALBASE}/include -DHAVE_STDINT_H \ - ${EXTRA_CFLAGS} *.c -o libmp4.so \ - -L${LOCALBASE}/lib -lfaad -lmp4ff \ - ${EXTRA_LDFLAGS} - -do-install: - @${MKDIR} ${STAGEDIR}${PLUGINS_DIR} - cd ${WRKSRC}; ${INSTALL_LIB} libmp4.so ${STAGEDIR}${PLUGINS_DIR} - -.include <bsd.port.mk> diff --git a/audio/xmms-faad/distinfo b/audio/xmms-faad/distinfo deleted file mode 100644 index a34f468e06a6..000000000000 --- a/audio/xmms-faad/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (faad2-2.7.tar.bz2) = 14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5 -SIZE (faad2-2.7.tar.bz2) = 901043 diff --git a/audio/xmms-faad/files/patch-mp4_utils.c b/audio/xmms-faad/files/patch-mp4_utils.c deleted file mode 100644 index dafebba69824..000000000000 --- a/audio/xmms-faad/files/patch-mp4_utils.c +++ /dev/null @@ -1,26 +0,0 @@ ---- mp4_utils.c.orig 2004-10-18 05:44:51.000000000 +0900 -+++ mp4_utils.c 2009-02-12 02:53:15.000000000 +0900 -@@ -3,15 +3,22 @@ - */ - - #include "mp4ff.h" --#include "faad.h" -+#include "neaacdec.h" - - #include <gtk/gtk.h> - #include <stdio.h> - #include <string.h> - #include <stdlib.h> -+ -+#if defined(HAVE_BMP) -+#include <bmp/plugin.h> -+#include <bmp/titlestring.h> -+#include <bmp/util.h> -+#else - #include <xmms/plugin.h> - #include <xmms/titlestring.h> - #include <xmms/util.h> -+#endif /*HAVE_BMP*/ - - const char *mp4AudioNames[]= - { |