diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-05-27 18:15:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-05-27 18:15:46 +0800 |
commit | 858b528f96f4e7eea2eee6e827594f18847430f0 (patch) | |
tree | efb20f805da68ca8f445f2eb893d5bc480764a7b /audio/audacious-dumb | |
parent | 2f0a2222118d27653b91170dab21479bd9cd9b5e (diff) | |
download | freebsd-ports-gnome-858b528f96f4e7eea2eee6e827594f18847430f0.tar.gz freebsd-ports-gnome-858b528f96f4e7eea2eee6e827594f18847430f0.tar.zst freebsd-ports-gnome-858b528f96f4e7eea2eee6e827594f18847430f0.zip |
Add audacious-dumb, an audacious input plugin that support the IT, XM, S3M, MOD
tracker formats.
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r-- | audio/audacious-dumb/Makefile | 29 | ||||
-rw-r--r-- | audio/audacious-dumb/distinfo | 3 | ||||
-rw-r--r-- | audio/audacious-dumb/files/patch-Makefile | 13 | ||||
-rw-r--r-- | audio/audacious-dumb/pkg-descr | 4 | ||||
-rw-r--r-- | audio/audacious-dumb/pkg-plist | 3 |
5 files changed, 52 insertions, 0 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile new file mode 100644 index 000000000000..123695dd73be --- /dev/null +++ b/audio/audacious-dumb/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: audacious-dumb +# Date created: 27 May 2007 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= audacious-dumb +PORTVERSION= 0.42 +CATEGORIES= audio +MASTER_SITES= http://www.netswarm.net/misc/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats + +RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious +BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ + dumbout:${PORTSDIR}/devel/dumb + +USE_GMAKE= yes +USE_LDCONFIG= yes + +MAKE_ENV+= CC="${CC}" + +ONLY_FOR_ARCHS= i386 amd64 + +.include <bsd.port.mk> diff --git a/audio/audacious-dumb/distinfo b/audio/audacious-dumb/distinfo new file mode 100644 index 000000000000..53f259dc4a71 --- /dev/null +++ b/audio/audacious-dumb/distinfo @@ -0,0 +1,3 @@ +MD5 (audacious-dumb-0.42.tar.gz) = 66adaf700fc6d01f2137ff2ff19297ff +SHA256 (audacious-dumb-0.42.tar.gz) = 29e53a22a6c907e01a669a40be97f7cd39c8a0efa267e93b1defb45bb793ec53 +SIZE (audacious-dumb-0.42.tar.gz) = 21599 diff --git a/audio/audacious-dumb/files/patch-Makefile b/audio/audacious-dumb/files/patch-Makefile new file mode 100644 index 000000000000..9a932b270fb4 --- /dev/null +++ b/audio/audacious-dumb/files/patch-Makefile @@ -0,0 +1,13 @@ +--- ./Makefile.orig Sun May 27 12:12:15 2007 ++++ ./Makefile Sun May 27 12:12:23 2007 +@@ -24,10 +24,6 @@ + OBJECTS := $(SOURCES:%.c=$(OBJDIR)/%.o) + + all: $(PLUGIN_FILE) +- @echo +- @echo "The plug-in has been compiled. Run one of the following:" +- @echo "make install - for global (root) installation to $(INSTALL_DIR)" +- @echo "make install-home - for installation to home directory $(INSTALL_DIR_HOME)" + + $(PLUGIN_FILE): $(OBJECTS) + $(CC) -shared -o $@ $^ $(DUMBLIBS) $(AUDACIOUSLIBS) diff --git a/audio/audacious-dumb/pkg-descr b/audio/audacious-dumb/pkg-descr new file mode 100644 index 000000000000..cbc192aca5fe --- /dev/null +++ b/audio/audacious-dumb/pkg-descr @@ -0,0 +1,4 @@ +Audacious Input Plugin that supports the DUMB MODPlaying engine. It supports +the IT, XM, S3M and MOD audio format. + +WWW: http://www.netswarm.net diff --git a/audio/audacious-dumb/pkg-plist b/audio/audacious-dumb/pkg-plist new file mode 100644 index 000000000000..5b5144bccd52 --- /dev/null +++ b/audio/audacious-dumb/pkg-plist @@ -0,0 +1,3 @@ +lib/audacious/Input/libdumb.so +@dirrmtry lib/audacious/Input +@dirrmtry lib/audacious |