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
|
|
|
# New ports collection makefile for: soundconverter
|
|
|
|
# Date created: 04 September 2007
|
|
|
|
# Whom: Jona Joachim <jaj@hcl-club.lu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= soundconverter
|
2009-10-21 12:43:01 +02:00
|
|
|
PORTVERSION= 1.4.4
|
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-10-21 12:43:01 +02:00
|
|
|
MAINTAINER= scjamorim@bsd.com.br
|
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
|
|
|
|
|
2009-10-21 12:43:01 +02:00
|
|
|
USE_BZIP2= yes
|
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
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GNOME= pygtk2 pygnome2
|
|
|
|
|
|
|
|
MAKE_ENV= MAKE=${LOCALBASE}/bin/gmake
|
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
MAN1= soundconverter.1
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|' ${WRKSRC}/po/Makefile.in.in
|
|
|
|
@${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' ${WRKSRC}/src/soundconverter.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|