diff options
author | ponce | 2012-04-01 16:09:15 +0200 |
---|---|---|
committer | Robby Workman | 2012-08-21 15:55:28 +0200 |
commit | 019cce5ba54a89f05046223af3aa2adb2e05222c (patch) | |
tree | 8bd620035dbcf2bb53c32c2bed81c385eac607aa /multimedia/dvdstyler | |
parent | ec550992dc21e84083bbfd54e6573d5df28a63cb (diff) | |
download | slackbuilds-019cce5ba54a89f05046223af3aa2adb2e05222c.tar.gz |
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>
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r-- | multimedia/dvdstyler/README | 4 | ||||
-rw-r--r-- | multimedia/dvdstyler/dvdstyler.SlackBuild | 3 | ||||
-rw-r--r-- | multimedia/dvdstyler/dvdstyler.info | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/multimedia/dvdstyler/README b/multimedia/dvdstyler/README index ca24ebcb52..97b3123973 100644 --- a/multimedia/dvdstyler/README +++ b/multimedia/dvdstyler/README @@ -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. diff --git a/multimedia/dvdstyler/dvdstyler.SlackBuild b/multimedia/dvdstyler/dvdstyler.SlackBuild index 2586552fe2..dae4087b27 100644 --- a/multimedia/dvdstyler/dvdstyler.SlackBuild +++ b/multimedia/dvdstyler/dvdstyler.SlackBuild @@ -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 \ diff --git a/multimedia/dvdstyler/dvdstyler.info b/multimedia/dvdstyler/dvdstyler.info index 767d209698..127ca5b697 100644 --- a/multimedia/dvdstyler/dvdstyler.info +++ b/multimedia/dvdstyler/dvdstyler.info @@ -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" |