2013-09-20 16:36:35 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= umodplayer
|
2017-04-11 17:21:23 +02:00
|
|
|
PORTVERSION= 0.b5.1
|
2010-06-06 22:39:21 +02:00
|
|
|
PORTREVISION= 3
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/UModPlayer%20B5
|
2017-04-11 17:21:23 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/^0.//:tu}
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
COMMENT= Console module player
|
|
|
|
|
2017-12-09 10:00:30 +01:00
|
|
|
LICENSE= PD
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libmodplug.so:audio/libmodplug \
|
|
|
|
libao.so:audio/libao
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:audio/libaiff
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
|
2017-12-09 10:00:30 +01:00
|
|
|
USES= localbase:ldflags
|
2009-04-03 10:52:50 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2008-12-28 16:10:29 +01:00
|
|
|
|
2013-12-23 14:58:43 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
2020-01-16 10:34:42 +01:00
|
|
|
share/man/man1/${PORTNAME}.1.gz
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
|
|
|
|
post-patch:
|
2009-04-03 10:52:50 +02:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/CFLAGS/s| =| +=| ; \
|
|
|
|
/CFLAGS/s| -O2| $$(CPPFLAGS)|g ; \
|
|
|
|
/^@/d' ${WRKSRC}/${MAKEFILE}.in
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
|
|
|
|
do-install:
|
2017-12-09 10:00:30 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
2020-01-16 10:34:42 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
Add port audio/umodplayer:
UModPlayer or Universal Module Player is a audio module "tool-chain",
providing you functions to work with modules like playing, exporting,
getting information, and more.
* You can play the supported formats and seek to any order in the
song. You have pause, timer, display, and other standard features.
* You can view the pattern notes while playing.
* Playlist support: you can create playlists, delete or move
individual items in a playlist, import a playlist from the current
directory contents, save a playlist and load a saved playlist...
* You can specify any of the ModPlug options: noise reduction,
megabass, surround, reverb sound options specifying the grade and
the delay of most of the options.
* You can export the audio data of a module to any of the supported
formats
* You can read and export to a file the song builtin message, the
song instrument names and the song sample names.
* Each user of your UNIX box can save all the sound options.
* And much more!
WWW: http://umodplayer.sourceforge.net/
2006-09-14 18:25:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|