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>
This commit is contained in:
Martin Wilke 2007-09-24 06:25:45 +00:00
parent e8f840657f
commit ec2a43759e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200024
5 changed files with 92 additions and 0 deletions

View file

@ -587,6 +587,7 @@
SUBDIR += sonata
SUBDIR += sonice
SUBDIR += sound-juicer
SUBDIR += soundconverter
SUBDIR += soundgrab
SUBDIR += soundtouch
SUBDIR += soundtracker

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: soundconverter
# Date created: 04 September 2007
# Whom: Jona Joachim <jaj@hcl-club.lu>
#
# $FreeBSD$
#
PORTNAME= soundconverter
PORTVERSION= 0.9.7
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>

View file

@ -0,0 +1,3 @@
MD5 (soundconverter-0.9.7.tar.gz) = df186bab81d58680617bc9f401f5a793
SHA256 (soundconverter-0.9.7.tar.gz) = 00efca0113d39ef51b5fa3395d08958763286ee4f9805dae69c35686667f2d61
SIZE (soundconverter-0.9.7.tar.gz) = 229507

View file

@ -0,0 +1,7 @@
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/

View file

@ -0,0 +1,47 @@
bin/soundconverter
lib/locale/cs/LC_MESSAGES/soundconverter.mo
lib/locale/de/LC_MESSAGES/soundconverter.mo
lib/locale/es/LC_MESSAGES/soundconverter.mo
lib/locale/fr/LC_MESSAGES/soundconverter.mo
lib/locale/hu/LC_MESSAGES/soundconverter.mo
lib/locale/it/LC_MESSAGES/soundconverter.mo
lib/locale/pl/LC_MESSAGES/soundconverter.mo
lib/locale/pt_BR/LC_MESSAGES/soundconverter.mo
lib/locale/ru/LC_MESSAGES/soundconverter.mo
lib/locale/sv_SE/LC_MESSAGES/soundconverter.mo
share/applications/soundconverter.desktop
share/icons/hicolor/48x48/apps/soundconverter.png
share/icons/hicolor/scalable/apps/soundconverter.svg
%%DATADIR%%/soundconverter-logo.svg
%%DATADIR%%/soundconverter.glade
@dirrm %%DATADIR%%
@dirrmtry share/icons/hicolor/scalable/apps
@dirrmtry share/icons/hicolor/scalable
@dirrmtry share/icons/hicolor/48x48/apps
@dirrmtry share/icons/hicolor/48x48
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
@dirrmtry share/applications
@dirrm lib/locale/sv_SE/LC_MESSAGES
@dirrm lib/locale/sv_SE
@dirrm lib/locale/ru/LC_MESSAGES
@dirrm lib/locale/ru
@dirrm lib/locale/pt_BR/LC_MESSAGES
@dirrm lib/locale/pt_BR
@dirrm lib/locale/pl/LC_MESSAGES
@dirrm lib/locale/pl
@dirrm lib/locale/it/LC_MESSAGES
@dirrm lib/locale/it
@dirrm lib/locale/hu/LC_MESSAGES
@dirrm lib/locale/hu
@dirrm lib/locale/fr/LC_MESSAGES
@dirrm lib/locale/fr
@dirrm lib/locale/es/LC_MESSAGES
@dirrm lib/locale/es
@dirrm lib/locale/de/LC_MESSAGES
@dirrm lib/locale/de
@dirrm lib/locale/cs/LC_MESSAGES
@dirrm lib/locale/cs
@dirrm lib/locale
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true