Import soundconverter 1.5.4, from maintainer Martin Pieuchot with tweaks

by ajacoutot@ and myself.

SoundConverter is a simple GTK+ audio file converter for the GNOME
environment. It reads anything GStreamer can read and writes to Ogg
Vorbis, FLAC, AAC, WAV or MP3 formats.
To be able to write to MP3 files, you should install gstreamer-lame.

ok ajacoutot@
This commit is contained in:
landry 2011-04-06 07:22:45 +00:00
parent a87c61f083
commit 4812a69f28
4 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,43 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/06 07:22:45 landry Exp $
COMMENT = simple audio file converter for the GNOME Desktop
DISTNAME = soundconverter-1.5.4
CATEGORIES = audio
HOMEPAGE = http://soundconverter.berlios.de/
MAINTAINER = Martin Pieuchot <mp@nolizard.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_BERLIOS:=soundconverter/}
MODULES = textproc/intltool \
lang/python
BUILD_DEPENDS = x11/gnome/py-gnome \
devel/gettext
RUN_DEPENDS = multimedia/gstreamer-0.10/py-gstreamer \
multimedia/gstreamer-0.10/plugins-good \
multimedia/gstreamer-0.10/plugins-bad \
multimedia/gstreamer-0.10/plugins-ffmpeg \
devel/desktop-file-utils \
x11/gnome/py-gnome
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"
USE_GMAKE = Yes
NO_REGRESS= Yes
PKG_ARCH= *
MODPY_ADJ_FILES = src/soundconverter.py
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (soundconverter-1.5.4.tar.gz) = 6UpSPg2WXsZZADN2XJ7AjA==
RMD160 (soundconverter-1.5.4.tar.gz) = YATd+GoIUqURClDrOcjeT2OPsgk=
SHA1 (soundconverter-1.5.4.tar.gz) = jawMoyosEnT2zJtGXx3r/q1HOJg=
SHA256 (soundconverter-1.5.4.tar.gz) = mAuk1lx2dHqiI7KRPhGToYPDEsfjsTcztjbGExk4qsQ=
SIZE (soundconverter-1.5.4.tar.gz) = 241383

View File

@ -0,0 +1,4 @@
SoundConverter is a simple GTK+ audio file converter for the GNOME
environment. It reads anything GStreamer can read and writes to Ogg
Vorbis, FLAC, AAC, WAV or MP3 formats.
To be able to write to MP3 files, you should install gstreamer-lame.

View File

@ -0,0 +1,54 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/06 07:22:45 landry Exp $
bin/soundconverter
@man man/man1/soundconverter.1
share/applications/soundconverter.desktop
share/icons/hicolor/48x48/apps/soundconverter.png
share/icons/hicolor/scalable/apps/soundconverter.svg
share/locale/ar/LC_MESSAGES/soundconverter.mo
share/locale/bg/LC_MESSAGES/soundconverter.mo
share/locale/br/LC_MESSAGES/soundconverter.mo
share/locale/ca/LC_MESSAGES/soundconverter.mo
share/locale/cs/LC_MESSAGES/soundconverter.mo
share/locale/da/LC_MESSAGES/soundconverter.mo
share/locale/de/LC_MESSAGES/soundconverter.mo
share/locale/el/LC_MESSAGES/soundconverter.mo
share/locale/en_AU/LC_MESSAGES/soundconverter.mo
share/locale/en_GB/LC_MESSAGES/soundconverter.mo
share/locale/eo/LC_MESSAGES/soundconverter.mo
share/locale/es/LC_MESSAGES/soundconverter.mo
share/locale/et/LC_MESSAGES/soundconverter.mo
share/locale/eu/LC_MESSAGES/soundconverter.mo
share/locale/fa/LC_MESSAGES/soundconverter.mo
share/locale/fi/LC_MESSAGES/soundconverter.mo
share/locale/fr/LC_MESSAGES/soundconverter.mo
share/locale/gl/LC_MESSAGES/soundconverter.mo
share/locale/he/LC_MESSAGES/soundconverter.mo
share/locale/hi/LC_MESSAGES/soundconverter.mo
share/locale/hu/LC_MESSAGES/soundconverter.mo
share/locale/it/LC_MESSAGES/soundconverter.mo
share/locale/ja/LC_MESSAGES/soundconverter.mo
share/locale/ml/LC_MESSAGES/soundconverter.mo
share/locale/ms/LC_MESSAGES/soundconverter.mo
share/locale/nl/LC_MESSAGES/soundconverter.mo
share/locale/pl/LC_MESSAGES/soundconverter.mo
share/locale/pt/LC_MESSAGES/soundconverter.mo
share/locale/pt_BR/LC_MESSAGES/soundconverter.mo
share/locale/ru/LC_MESSAGES/soundconverter.mo
share/locale/sk/LC_MESSAGES/soundconverter.mo
share/locale/sl/LC_MESSAGES/soundconverter.mo
share/locale/sr/LC_MESSAGES/soundconverter.mo
share/locale/sr@Latn/LC_MESSAGES/soundconverter.mo
share/locale/sr@latin/LC_MESSAGES/soundconverter.mo
share/locale/sv/LC_MESSAGES/soundconverter.mo
share/locale/te/LC_MESSAGES/soundconverter.mo
share/locale/tr/LC_MESSAGES/soundconverter.mo
share/locale/uk/LC_MESSAGES/soundconverter.mo
share/locale/vi/LC_MESSAGES/soundconverter.mo
share/locale/zh_CN/LC_MESSAGES/soundconverter.mo
share/soundconverter/
share/soundconverter/soundconverter-logo.svg
share/soundconverter/soundconverter.glade
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database