multimedia/dvdstyler: Updated for version 2.2b2

Also link explicitly to libjpeg to make gcc-4.7.x happy

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-04-01 16:09:15 +02:00 committed by Robby Workman
parent ec550992dc
commit 019cce5ba5
3 changed files with 6 additions and 7 deletions

View File

@ -3,6 +3,4 @@ creation of professional-looking DVDs. It allows not only burning of
video files on DVD that can be played practically on any standalone DVD
player, but also creation of individually designed DVD menus.
This requires dvdauthor, ffmpeg, libavc1394, libmspack, libquicktime,
mjpegtools, mpgtx, (wxPython or wxGTK) and wxsvg. Note that wxPython /
wxGTK need to have been built with the media library.
Note that wxPython needs to have been built with the media library.

View File

@ -6,7 +6,7 @@
PRGNAM=dvdstyler
SPRGNAM=DVDStyler
VERSION=${VERSION:-2.1}
VERSION=${VERSION:-2.2b2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,6 +57,7 @@ if [ -f /usr/include/libavfilter/buffersink.h ]; then
sed -i "s|vsink_buffer\.h|buffersink.h|" src/mediatrc_ffmpeg.cpp
fi
LDFLAGS="-ljpeg" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="dvdstyler"
VERSION="2.1"
VERSION="2.2b2"
HOMEPAGE="http://www.dvdstyler.org/"
DOWNLOAD="http://download.sourceforge.net/dvdstyler/DVDStyler-2.1.tar.bz2"
MD5SUM="99f41f52d8b0ab8cea9b477e99ee19c3"
DOWNLOAD="http://download.sourceforge.net/dvdstyler/DVDStyler-2.2b2.tar.bz2"
MD5SUM="63468530e58b440dafcb89dcd68743b7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="dvdauthor ffmpeg libavc1394 libmspack libquicktime mjpegtools mpgtx wxPython wxsvg"