Add audacious-dumb, an audacious input plugin that support the IT, XM, S3M, MOD

tracker formats.
This commit is contained in:
Emanuel Haupt 2007-05-27 10:15:46 +00:00
parent 869677f72b
commit c1e03045cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191987
6 changed files with 53 additions and 0 deletions

View File

@ -35,6 +35,7 @@
SUBDIR += asmixer
SUBDIR += aube
SUBDIR += audacious-crossfade
SUBDIR += audacious-dumb
SUBDIR += audacity
SUBDIR += audacity-devel
SUBDIR += aumix

View File

@ -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>

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -0,0 +1,3 @@
lib/audacious/Input/libdumb.so
@dirrmtry lib/audacious/Input
@dirrmtry lib/audacious