From 46126f7f789645f6f0f3f2d95c9998cd7493e20f Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 16 Nov 2013 23:25:15 -0600 Subject: multimedia/qdvdauthor: Removed (build failure, dead upstream) At this point, upstream's failure to migrate to qt4 has to be considered abandonment. Signed-off-by: Robby Workman --- multimedia/qdvdauthor/README | 2 - multimedia/qdvdauthor/doinst.sh | 14 ----- multimedia/qdvdauthor/gcc47.patch | 33 ---------- multimedia/qdvdauthor/qdvdauthor.SlackBuild | 98 ----------------------------- multimedia/qdvdauthor/qdvdauthor.info | 16 ----- multimedia/qdvdauthor/slack-desc | 19 ------ 6 files changed, 182 deletions(-) delete mode 100644 multimedia/qdvdauthor/README delete mode 100644 multimedia/qdvdauthor/doinst.sh delete mode 100644 multimedia/qdvdauthor/gcc47.patch delete mode 100644 multimedia/qdvdauthor/qdvdauthor.SlackBuild delete mode 100644 multimedia/qdvdauthor/qdvdauthor.info delete mode 100644 multimedia/qdvdauthor/slack-desc diff --git a/multimedia/qdvdauthor/README b/multimedia/qdvdauthor/README deleted file mode 100644 index ffd1dc671e..0000000000 --- a/multimedia/qdvdauthor/README +++ /dev/null @@ -1,2 +0,0 @@ -'Q'DVD-Author is a complete solution for DVD authoring and creation -of slide-show on DVD. diff --git a/multimedia/qdvdauthor/doinst.sh b/multimedia/qdvdauthor/doinst.sh deleted file mode 100644 index 9830478e8c..0000000000 --- a/multimedia/qdvdauthor/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - diff --git a/multimedia/qdvdauthor/gcc47.patch b/multimedia/qdvdauthor/gcc47.patch deleted file mode 100644 index 21d5365a46..0000000000 --- a/multimedia/qdvdauthor/gcc47.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Naur qdvdauthor-2.1.0.orig/qdvdauthor/oneclickwizard.h qdvdauthor-2.1.0/qdvdauthor/oneclickwizard.h ---- qdvdauthor-2.1.0.orig/qdvdauthor/oneclickwizard.h 2010-01-09 15:01:14.000000000 +0100 -+++ qdvdauthor-2.1.0/qdvdauthor/oneclickwizard.h 2012-09-13 13:21:08.191001640 +0200 -@@ -12,6 +12,7 @@ - #ifndef ONECLICKWIZARD_H - #define ONECLICKWIZARD_H - -+#include - #include "dialogfiles.h" - #include "plugins/interface.h" - #include "uioneclickwizard.h" -diff -Naur qdvdauthor-2.1.0.orig/qdvdauthor/qplayer/engines/xineinfo.h qdvdauthor-2.1.0/qdvdauthor/qplayer/engines/xineinfo.h ---- qdvdauthor-2.1.0.orig/qdvdauthor/qplayer/engines/xineinfo.h 2010-01-09 15:01:14.000000000 +0100 -+++ qdvdauthor-2.1.0/qdvdauthor/qplayer/engines/xineinfo.h 2012-09-13 13:24:14.570985447 +0200 -@@ -12,6 +12,7 @@ - #ifndef XINEINFO_H - #define XINEINFO_H - -+#include - #include - #include - -diff -Naur qdvdauthor-2.1.0.orig/qdvdauthor/render_client.h qdvdauthor-2.1.0/qdvdauthor/render_client.h ---- qdvdauthor-2.1.0.orig/qdvdauthor/render_client.h 2010-01-09 15:01:14.000000000 +0100 -+++ qdvdauthor-2.1.0/qdvdauthor/render_client.h 2012-09-13 13:20:28.254016622 +0200 -@@ -12,6 +12,7 @@ - #ifndef RENDER_CLIENT_H - #define RENDER_CLIENT_H - -+#include - #include - #include - #include diff --git a/multimedia/qdvdauthor/qdvdauthor.SlackBuild b/multimedia/qdvdauthor/qdvdauthor.SlackBuild deleted file mode 100644 index 49e6c38c76..0000000000 --- a/multimedia/qdvdauthor/qdvdauthor.SlackBuild +++ /dev/null @@ -1,98 +0,0 @@ -#!/bin/sh - -# Slackware build script for qdvdauthor - -# Written by Giovanne Castro (giovannefc@terra.com.br) - -PRGNAM=qdvdauthor -VERSION=${VERSION:-2.3.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e # Exit on most errors - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $PRGNAM-$VERSION -tar xvf $CWD/masks.tar.bz2 -tar xvf $CWD/buttons.tar.bz2 -tar xvf $CWD/alpha_trans.tar.bz2 - -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -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 {} \; - -# Fix for gcc-4.7.x -patch -p1 < $CWD/gcc47.patch - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure -n \ - --prefix=$PKG/usr \ - --system-path=/usr \ - --omit-local-ffmpeg \ - --build-qslideshow \ - --omit-qrender - -./configure -n --install - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -# Install masks, buttons and slideshow contents -cp -a masks $PKG/usr/share/qdvdauthor -cp -a buttons $PKG/usr/share/qdvdauthor -cp -a slideshow $PKG/usr/share/qdvdauthor - -# Install icon -mkdir -p $PKG/usr/share/pixmaps -cp qdvdauthor.png $PKG/usr/share/pixmaps -mkdir -p $PKG/usr/share/applications -cp qdvdauthor.desktop $PKG/usr/share/applications - -# Copy program documentation into the package -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - CHANGELOG COPYING INSTALL README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/multimedia/qdvdauthor/qdvdauthor.info b/multimedia/qdvdauthor/qdvdauthor.info deleted file mode 100644 index 3cc950462b..0000000000 --- a/multimedia/qdvdauthor/qdvdauthor.info +++ /dev/null @@ -1,16 +0,0 @@ -PRGNAM="qdvdauthor" -VERSION="2.3.0" -HOMEPAGE="http://qdvdauthor.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/qdvdauthor/qdvdauthor-2.3.0.tar.gz \ - http://qdvdauthor.sourceforge.net/data/masks.tar.bz2 \ - http://qdvdauthor.sourceforge.net/data/buttons.tar.bz2 \ - http://qdvdauthor.sourceforge.net/data/alpha_trans.tar.bz2" -MD5SUM="5b5d374d4d794f18b4bac386f807f0be \ - 1ed15c30ffaf344c97fdadfca390fc78 \ - d6e546a256bddbcfaa068505b572b45c \ - 0c6679e836f452c3b8bc14256fd7f460" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="dvd-slideshow lame mjpegtools qt3 twolame" -MAINTAINER="Giovanne Castro" -EMAIL="giovannefc@terra.com.br" diff --git a/multimedia/qdvdauthor/slack-desc b/multimedia/qdvdauthor/slack-desc deleted file mode 100644 index 494168090a..0000000000 --- a/multimedia/qdvdauthor/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also customary -# to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -qdvdauthor: 'Q'DVD-Author (DVD Authoring Suite) -qdvdauthor: -qdvdauthor: 'Q'DVD-Author is a complete solution for DVD authoring and creation -qdvdauthor: of slide-show on DVD. -qdvdauthor: -qdvdauthor: Home Page: http://qdvdauthor.sourceforge.net/ -qdvdauthor: -qdvdauthor: -qdvdauthor: -qdvdauthor: -qdvdauthor: -- cgit v1.2.3