Sun Mar 14 17:47:23 2010 UTC ()
I don't see why the version should be restricted - it just seems to
work with the new mpg123. At least it forks mpg123 with the right
parameters - however, there is no documentation and I can't realy test
the program.


(martin)
diff -r1.27 -r1.28 pkgsrc/audio/emixer/Makefile

cvs diff -r1.27 -r1.28 pkgsrc/audio/emixer/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/emixer/Makefile 2009/07/08 15:52:33 1.27
+++ pkgsrc/audio/emixer/Makefile 2010/03/14 17:47:23 1.28
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.27 2009/07/08 15:52:33 joerg Exp $ 1# $NetBSD: Makefile,v 1.28 2010/03/14 17:47:23 martin Exp $
2# 2#
3 3
4DISTNAME= emixer-0.05.5 4DISTNAME= emixer-0.05.5
5PKGNAME= emixer-0.5.5 5PKGNAME= emixer-0.5.5
6PKGREVISION= 2 6PKGREVISION= 2
7CATEGORIES= audio 7CATEGORIES= audio
8MASTER_SITES= # http://emixer.linuxbox.com/ 8MASTER_SITES= # http://emixer.linuxbox.com/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://toaster.muc-t-systems.com/~emixer/ 11HOMEPAGE= http://toaster.muc-t-systems.com/~emixer/
12COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them 12COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= mpg123{,-esound,-nas}-0.59*:../../audio/mpg123 16DEPENDS+= mpg123:../../audio/mpg123
17 17
18NO_CONFIGURE= YES 18NO_CONFIGURE= YES
19 19
20INSTALLATION_DIRS= bin share/doc 20INSTALLATION_DIRS= bin share/doc
21 21
22post-extract: 22post-extract:
23 ${CP} ${FILESDIR}/Makefile ${WRKSRC} 23 ${CP} ${FILESDIR}/Makefile ${WRKSRC}
24 24
25.include "../../devel/ncurses/buildlink3.mk" 25.include "../../devel/ncurses/buildlink3.mk"
26.include "../../mk/oss.buildlink3.mk" 26.include "../../mk/oss.buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"