import herrie 1.0
Herrie is a minimalistic music player that uses the command line. It is written to support a variety of operating systems, audio subsystems and file formats, including playlists. Herrie also has some more exotic features, including support for AudioScrobbler and the ability to chroot() itself into a directory. feedback and ok steven@
This commit is contained in:
parent
d0d9aacae1
commit
405b72d562
46
audio/herrie/Makefile
Normal file
46
audio/herrie/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/28 14:25:12 jasper Exp $
|
||||
|
||||
COMMENT= "minimalistic console-based audio player"
|
||||
|
||||
DISTNAME= herrie-1.0
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://g-rave.nl/projects/herrie/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto curses ogg pthread ssl z
|
||||
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
MASTER_SITES= http://www.stack.nl/~ed/projects/herrie/distfiles/ \
|
||||
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/
|
||||
|
||||
LIB_DEPENDS= ao.>=3::audio/libao \
|
||||
mad.>=2::audio/libmad \
|
||||
id3tag.>=3::audio/libid3tag \
|
||||
sndfile.>=1::audio/libsndfile \
|
||||
vorbis.>=5,vorbisfile.>=4::audio/libvorbis \
|
||||
glib-2.0.>=1000.0,gthread-2.0.>=1000.0::devel/glib2 \
|
||||
curl.>=4::net/curl
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MAKE_FILE= GNUmakefile
|
||||
WRKSRC= ${WRKDIST}/src
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/herrie ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/herrie.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/locale/nl/LC_MESSAGES
|
||||
${INSTALL_DATA} ${WRKSRC}/lang/nl.mo \
|
||||
${PREFIX}/share/locale/nl/LC_MESSAGES/herrie.mo
|
||||
|
||||
.include <bsd.port.mk>
|
4
audio/herrie/distinfo
Normal file
4
audio/herrie/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (herrie-1.0.tar.gz) = 4c5e053f2daba89f31dce6cbe40d162f
|
||||
RMD160 (herrie-1.0.tar.gz) = 470052267177b2237eaf9d9bd1e0d3559772a101
|
||||
SHA1 (herrie-1.0.tar.gz) = 56832b6c0de2e2981602e49121fcaaa843f3cc43
|
||||
SIZE (herrie-1.0.tar.gz) = 45451
|
6
audio/herrie/pkg/DESCR
Normal file
6
audio/herrie/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Herrie is a minimalistic music player that uses the command line. It is
|
||||
written to support a variety of operating systems, audio subsystems and
|
||||
file formats, including playlists.
|
||||
|
||||
Herrie also has some more exotic features, including support for
|
||||
AudioScrobbler and the ability to chroot() itself into a directory.
|
4
audio/herrie/pkg/PLIST
Normal file
4
audio/herrie/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/28 14:25:12 jasper Exp $
|
||||
bin/herrie
|
||||
@man man/man1/herrie.1
|
||||
share/locale/nl/LC_MESSAGES/herrie.mo
|
Loading…
x
Reference in New Issue
Block a user