audio/soundconverter: Updated for version 2.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erwin van Zanten 2013-12-04 08:57:54 +07:00 committed by Willy Sudiarto Raharjo
parent 692e98881f
commit b6250f20d5
3 changed files with 16 additions and 16 deletions

View file

@ -1,11 +1,11 @@
SoundConverter is the leading audio file converter for the GNOME Desktop.
It reads anything GStreamer can read (Ogg Vorbis, AAC, MP3, FLAC, WAV,
AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM,
S3M, etc...), and writes to Opus, Ogg Vorbis, FLAC, WAV, AAC, and MP3
files, or use any GNOME Audio Profile. SoundConverter aims to be simple
to use and very fast. Thanks to its multithreaded design, it will use
as many cores as possible to speed up the conversion. It can also
It reads anything GStreamer can read (Ogg Vorbis, AAC, MP3, FLAC, WAV,
AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, MOD, XM,
S3M, etc...), and writes to Opus, Ogg Vorbis, FLAC, WAV, AAC, and MP3
files, or use any GNOME Audio Profile. SoundConverter aims to be simple
to use and very fast. Thanks to its multithreaded design, it will use
as many cores as possible to speed up the conversion. It can also
extract the audio from videos.
Optional dependencies for more audio support are gst-plugins-bad,
gst-plugins-ugly, and gst-ffmpeg.
gst-plugins-ugly, and gst-ffmpeg.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=soundconverter
VERSION=${VERSION:-2.1.0}
VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="soundconverter"
VERSION="2.1.0"
VERSION="2.1.2"
HOMEPAGE="http://soundconverter.org/"
DOWNLOAD="https://launchpad.net/soundconverter/trunk/2.1.0/+download/soundconverter-2.1.0.tar.xz"
MD5SUM="c89aee468126e07ee69b4901b4233dbc"
DOWNLOAD="https://launchpad.net/soundconverter/trunk/2.1.2/+download/soundconverter-2.1.2.tar.xz"
MD5SUM="5edb4e111e31999185987dbb03b7b4ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-python-desktop libgnomeui gnome-common gnome-media gnome-mime-data lame gst-python PyXML a52dec aften faad2 faac ffmpeg twolame"
REQUIRES="a52dec aften faad2 twolame gnome-common PyXML lame gnome-mime-data gst-python faac ffmpeg libgnomeui gnome-python-desktop gnome-media"
MAINTAINER="Erwin van Zanten"
EMAIL="e.van.zanten.evz@gmail.com"