From 81711dfbb0b5e6633069b49a74d049fc2ea3c0f5 Mon Sep 17 00:00:00 2001 From: ponce Date: Fri, 23 Dec 2011 00:47:56 -0200 Subject: multimedia/dvdstyler: Updated for version 2.1b2. Signed-off-by: Niels Horn --- multimedia/dvdstyler/README | 3 +- multimedia/dvdstyler/doinst.sh | 1 - multimedia/dvdstyler/dvdstyler.SlackBuild | 6 +- multimedia/dvdstyler/dvdstyler.info | 8 +- multimedia/dvdstyler/dvdstyler.svg | 638 ++++++++++++++++++++++++++++++ 5 files changed, 646 insertions(+), 10 deletions(-) create mode 100644 multimedia/dvdstyler/dvdstyler.svg diff --git a/multimedia/dvdstyler/README b/multimedia/dvdstyler/README index 452143ada0..ca24ebcb52 100644 --- a/multimedia/dvdstyler/README +++ b/multimedia/dvdstyler/README @@ -4,4 +4,5 @@ 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 and wxsvg, available at SlackBuilds.org +mjpegtools, mpgtx, (wxPython or wxGTK) and wxsvg. Note that wxPython / +wxGTK need to have been built with the media library. diff --git a/multimedia/dvdstyler/doinst.sh b/multimedia/dvdstyler/doinst.sh index 4e8ba7071d..5fb28930db 100644 --- a/multimedia/dvdstyler/doinst.sh +++ b/multimedia/dvdstyler/doinst.sh @@ -1,4 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi - diff --git a/multimedia/dvdstyler/dvdstyler.SlackBuild b/multimedia/dvdstyler/dvdstyler.SlackBuild index 3db8d6bfd6..7689a5d920 100644 --- a/multimedia/dvdstyler/dvdstyler.SlackBuild +++ b/multimedia/dvdstyler/dvdstyler.SlackBuild @@ -6,16 +6,14 @@ PRGNAM=dvdstyler SPRGNAM=DVDStyler -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-2.1b2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -68,7 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -install -D -m0644 data/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png +install -D -m0644 $CWD/$PRGNAM.svg $PKG/usr/share/pixmaps/$PRGNAM.svg find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/multimedia/dvdstyler/dvdstyler.info b/multimedia/dvdstyler/dvdstyler.info index 46285d5d11..476735c417 100644 --- a/multimedia/dvdstyler/dvdstyler.info +++ b/multimedia/dvdstyler/dvdstyler.info @@ -1,10 +1,10 @@ PRGNAM="dvdstyler" -VERSION="1.8.1" +VERSION="2.1b2" HOMEPAGE="http://www.dvdstyler.org/" -DOWNLOAD="http://download.sourceforge.net/dvdstyler/DVDStyler-1.8.1.tar.bz2" -MD5SUM="076bd95e15912c1c0f7f9165d0ea5632" +DOWNLOAD="http://download.sourceforge.net/dvdstyler/DVDStyler-2.1b2.tar.bz2" +MD5SUM="ac2e121a67b4c970adb145818cc30eaf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="ponce" EMAIL="matteo.bernardini@gmail.com" -APPROVED="dsomero" +APPROVED="Niels Horn" diff --git a/multimedia/dvdstyler/dvdstyler.svg b/multimedia/dvdstyler/dvdstyler.svg new file mode 100644 index 0000000000..fc208b9558 --- /dev/null +++ b/multimedia/dvdstyler/dvdstyler.svg @@ -0,0 +1,638 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3