Initial import of flac-xmms, the xmms interface for flac, the free lossless
audio codec. Package provided by Ben Collver in pkg/13415, slightly modified by me.
This commit is contained in:
parent
e01feb8843
commit
71192795aa
4 changed files with 47 additions and 0 deletions
39
audio/flac-xmms/Makefile
Normal file
39
audio/flac-xmms/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/07/23 18:16:10 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= flac-1.0-src
|
||||
PKGNAME= flac-xmms-1.0
|
||||
WRKSRC= ${WRKDIR}/flac-1.0
|
||||
CATEGORIES= audio archivers
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
|
||||
|
||||
MAINTAINER= collver@linuxfreemail.com
|
||||
HOMEPAGE= http://flac.sourceforge.net
|
||||
COMMENT= FLAC xmms plugin
|
||||
|
||||
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
||||
DEPENDS+= xmms>=1.2.4:../../audio/xmms
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${MACHINE_PLATFORM:MNetBSD-*-i386} != ""
|
||||
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
||||
|
||||
pre-configure:
|
||||
(cd ${WRKSRC}/src/libFLAC/ia32 && \
|
||||
${MV} Makefile.am Makefile.am.orig && \
|
||||
${CP} Makefile.am.libtool-1.4b Makefile.am)
|
||||
(cd ${WRKSRC} && ${LOCALBASE}/bin/automake)
|
||||
|
||||
do-install:
|
||||
${LIBTOOL} --mode=install ${INSTALL_DATA} \
|
||||
${WRKSRC}/src/plugin_xmms/libxmms-flac.la \
|
||||
${PREFIX}/lib/xmms/Input
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
audio/flac-xmms/distinfo
Normal file
4
audio/flac-xmms/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/07/23 18:16:10 wiz Exp $
|
||||
|
||||
SHA1 (flac-1.0-src.tar.gz) = acfd76e56dafdad843adcf680a51ecf48911142e
|
||||
Size (flac-1.0-src.tar.gz) = 384379 bytes
|
1
audio/flac-xmms/pkg/DESCR
Normal file
1
audio/flac-xmms/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
XMMS plugin for FLAC compressed audio.
|
3
audio/flac-xmms/pkg/PLIST
Normal file
3
audio/flac-xmms/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/23 18:16:10 wiz Exp $
|
||||
lib/xmms/Input/libxmms-flac.la
|
||||
lib/xmms/Input/libxmms-flac.so
|
Loading…
Reference in a new issue