diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-15 05:29:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-15 05:29:24 +0800 |
commit | 6362de720e586daea9c231218b7e15c7b7f82104 (patch) | |
tree | dd764bf51df51cd0ed0bc932049c51f0694f8ab2 /audio/mp3towav-bundle | |
parent | 7840335bb8cb21ee438fd1d732728f631dc7ef75 (diff) | |
download | freebsd-ports-gnome-6362de720e586daea9c231218b7e15c7b7f82104.tar.gz freebsd-ports-gnome-6362de720e586daea9c231218b7e15c7b7f82104.tar.zst freebsd-ports-gnome-6362de720e586daea9c231218b7e15c7b7f82104.zip |
MP3ToWav.bundle is a supportig bundle for Burn.app. It implements
API for Burn.app's the audio file conversion bundles. MP3ToWav.bundle
converts, as its name implies, mp3 audio files into wav audio files
which can be burned onto a CD playable in your home stereo.
WWW: http://gsburn.sourceforge.net/
Diffstat (limited to 'audio/mp3towav-bundle')
-rw-r--r-- | audio/mp3towav-bundle/Makefile | 31 | ||||
-rw-r--r-- | audio/mp3towav-bundle/distinfo | 3 | ||||
-rw-r--r-- | audio/mp3towav-bundle/pkg-descr | 6 | ||||
-rw-r--r-- | audio/mp3towav-bundle/pkg-plist | 13 |
4 files changed, 53 insertions, 0 deletions
diff --git a/audio/mp3towav-bundle/Makefile b/audio/mp3towav-bundle/Makefile new file mode 100644 index 000000000000..a31da9903422 --- /dev/null +++ b/audio/mp3towav-bundle/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: mp3towav-bundle +# Date created: 30 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= mp3towav +PORTVERSION= 0.4.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gsburn +PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= MP3ToWav plugin for Burn.app + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_LOCAL_APPS+= Burn:${BURN_PORT} + +WRKSRC= ${WRKDIR}/MP3ToWav +#ADDITIONAL_INCLUDE_DIRS+= -IBurn +ADDITIONAL_INCLUDE_DIRS+= -I${GNUSTEP_PREFIX}/Local/Library/Headers/Burn + +BURN_PORT?= sysutils/burn + +.include <bsd.port.mk> diff --git a/audio/mp3towav-bundle/distinfo b/audio/mp3towav-bundle/distinfo new file mode 100644 index 000000000000..2376936776e9 --- /dev/null +++ b/audio/mp3towav-bundle/distinfo @@ -0,0 +1,3 @@ +MD5 (mp3towav-0.4.1.tar.gz) = 88b98fd6fcc03d9b8b247d9b8547a547 +SHA256 (mp3towav-0.4.1.tar.gz) = 007fb97a8597c60b13a6ca7df4d0740677a00ec0826743ec410f374fb2642931 +SIZE (mp3towav-0.4.1.tar.gz) = 13699 diff --git a/audio/mp3towav-bundle/pkg-descr b/audio/mp3towav-bundle/pkg-descr new file mode 100644 index 000000000000..4dd4a7ba489a --- /dev/null +++ b/audio/mp3towav-bundle/pkg-descr @@ -0,0 +1,6 @@ +MP3ToWav.bundle is a supportig bundle for Burn.app. It implements +API for Burn.app's the audio file conversion bundles. MP3ToWav.bundle +converts, as its name implies, mp3 audio files into wav audio files +which can be burned onto a CD playable in your home stereo. + +WWW: http://gsburn.sourceforge.net/ diff --git a/audio/mp3towav-bundle/pkg-plist b/audio/mp3towav-bundle/pkg-plist new file mode 100644 index 000000000000..8f5209c76426 --- /dev/null +++ b/audio/mp3towav-bundle/pkg-plist @@ -0,0 +1,13 @@ +Local/Library/Burn/MP3ToWav.bundle/MP3ToWav +Local/Library/Burn/MP3ToWav.bundle/Resources/English.lproj/Localizable.strings +Local/Library/Burn/MP3ToWav.bundle/Resources/French.lproj/Localizable.strings +Local/Library/Burn/MP3ToWav.bundle/Resources/German.lproj/Localizable.strings +Local/Library/Burn/MP3ToWav.bundle/Resources/Info-gnustep.plist +Local/Library/Burn/MP3ToWav.bundle/Resources/iconMP3ToWav.tiff +Local/Library/Burn/MP3ToWav.bundle/stamp.make +@dirrm Local/Library/Burn/MP3ToWav.bundle/Resources/German.lproj +@dirrm Local/Library/Burn/MP3ToWav.bundle/Resources/French.lproj +@dirrm Local/Library/Burn/MP3ToWav.bundle/Resources/English.lproj +@dirrm Local/Library/Burn/MP3ToWav.bundle/Resources +@dirrm Local/Library/Burn/MP3ToWav.bundle +@dirrm Local/Library/Burn |