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
|
2008-03-30 00:16:07 +01:00
|
|
|
PORTVERSION= 0.9.9
|
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
|
|
|
|
#MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= jaj@hcl-club.lu
|
|
|
|
COMMENT= The sound conversion application for the GNOME environment
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
|
|
|
|
|
|
|
|
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>
|