audio/soundconverter: Updated for version 2.1.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erwin van Zanten 2013-06-19 02:26:05 -05:00 committed by Niels Horn
parent 6bf23a1fd3
commit 3560759b81
4 changed files with 17 additions and 19 deletions

View File

@ -1,13 +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 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
extract the audio from videos.
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
Optional dependencies for more audio support are gst-plugins-bad,
gst-plugins-ugly, and gst-ffmpeg.

View File

@ -12,7 +12,7 @@ soundconverter: It reads anything GStreamer can read (Ogg Vorbis, AAC, MP3,
soundconverter: FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC,
soundconverter: Shorten, APE, SID, MOD, XM, S3M, etc...), and writes to Opus,
soundconverter: Ogg Vorbis, FLAC, WAV, AAC, and MP3 files, or use any GNOME
soundconverter: Audio Profile
soundconverter: Audio Profile.
soundconverter:
soundconverter: Homepage: http://soundconverter.org/
soundconverter:

View File

@ -2,7 +2,7 @@
# Slackware build script for SoundConverter
# Copyright 2012 Erwin van Zanten <e.van.zanten.evz@gmail.com>
# Copyright 2013 Erwin van Zanten <e.van.zanten.evz@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=soundconverter
VERSION=${VERSION:-2.0.4}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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