2013-06-11 04:18:35 +02:00
|
|
|
# Created by: Jona Joachim <jaj@hcl-club.lu>
|
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
2007-09-24 08:25:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= soundconverter
|
2011-05-16 16:15:49 +02:00
|
|
|
PORTVERSION= 1.5.4
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
2007-09-24 08:25:45 +02:00
|
|
|
CATEGORIES= audio python
|
|
|
|
MASTER_SITES= BERLIOS
|
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
2007-09-24 08:25:45 +02:00
|
|
|
COMMENT= The sound conversion application for the GNOME environment
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
|
|
|
|
|
2011-05-19 20:25:58 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
2007-09-24 08:25:45 +02:00
|
|
|
USE_GMAKE= yes
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
2007-09-24 08:25:45 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GNOME= pygtk2 pygnome2
|
|
|
|
|
|
|
|
MAKE_ENV= MAKE=${LOCALBASE}/bin/gmake
|
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
MAN1= soundconverter.1
|
|
|
|
|
|
|
|
post-patch:
|
2009-10-30 16:24:11 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \
|
|
|
|
s|itlocaledir = .*|itlocaledir = ${LOCALBASE}/share/locale|g' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
SoundConverter is the sound conversion application for the GNOME
environment. It reads anything the GStreamer library can read
(Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS,
ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3,
and Ogg Vorbis files.
WWW: http://soundconverter.berlios.de/
PR: ports/116470
Submitted by: Jona Joachim <jaj at hcl-club.lu>
2007-09-24 08:25:45 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' ${WRKSRC}/src/soundconverter.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|