summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:59:21 +0200
committerBor Kraljič2011-10-11 13:59:21 +0200
commit6d79cf968bfabd833862b63d8dbbe9dac42e9652 (patch)
tree641b23ca223e685018f4799f5e6e56761faab054
parent4128ff8ecbf193c19877c29f12b773aa7868c7e5 (diff)
video/dvbcut: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xvideo/dvbcut/BUILD3
-rwxr-xr-xvideo/dvbcut/DEPENDS5
-rwxr-xr-xvideo/dvbcut/DETAILS18
-rw-r--r--video/dvbcut/HISTORY44
-rwxr-xr-xvideo/dvbcut/PRE_BUILD4
-rw-r--r--video/dvbcut/desktop/dvbcut.desktop11
-rw-r--r--video/dvbcut/gcc-4.4.diff23
-rw-r--r--video/dvbcut/gcc-4.5.diff22
9 files changed, 1 insertions, 130 deletions
diff --git a/ChangeLog b/ChangeLog
index 0672da01ca..709fe3826b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -235,6 +235,7 @@
* science/xdrawchem: removed (we no longer support qt3 (qt-x11))
* telephony/twinkle: removed (we no longer support qt3 (qt-x11))
* video/camstream: removed (we no longer support qt3 (qt-x11))
+ * video/dvbcut: removed (we no longer support qt3 (qt-x11))
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/video/dvbcut/BUILD b/video/dvbcut/BUILD
deleted file mode 100755
index 923682fce5..0000000000
--- a/video/dvbcut/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="${OPTS} --with-qt3-include=/usr/include/qt" &&
-OPTS="${OPTS} --with-qt3-libs=/usr/lib/qt" &&
-default_build
diff --git a/video/dvbcut/DEPENDS b/video/dvbcut/DEPENDS
deleted file mode 100755
index da4cddcf8b..0000000000
--- a/video/dvbcut/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends qt-x11 &&
-depends libao &&
-depends scons &&
-depends libmad &&
-depends a52dec
diff --git a/video/dvbcut/DETAILS b/video/dvbcut/DETAILS
deleted file mode 100755
index 3229f8e5b1..0000000000
--- a/video/dvbcut/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- SPELL=dvbcut
- VERSION=0.6.0
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]="http://www.mr511.de/${SPELL}/${SOURCE}"
- SOURCE_HASH=sha512:1b276854a32cff0801555f38cc43375b5908cc495446a4b45e47ccffd93a8757654c86392369b8a7519c660cf72212bbf952d3390e4757d9d36ebedfdff0cef5
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
- WEB_SITE="http://dvbcut.sourceforge.net"
- LICENSE[0]=GPL
- ENTERED=20070404
- SHORT="a Qt application that allows you to select certain parts of an MPEG transport stream and save these parts into a single MPEG output file"
-cat << EOF
-dvbcut is a Qt application that allows you to select certain parts of an MPEG
-transport stream (as received via Digital Video Broadcasting, DVB) and save
-these parts into a single MPEG output file. It follows a "keyhole surgery"
-approach where the input video and audio data is mostly kept unchanged,
-and only very few frames at the beginning and/or end of the selected range
-are re-encoded in order to obtain a valid MPEG file.
-EOF
diff --git a/video/dvbcut/HISTORY b/video/dvbcut/HISTORY
deleted file mode 100644
index fda19c5e47..0000000000
--- a/video/dvbcut/HISTORY
+++ /dev/null
@@ -1,44 +0,0 @@
-2011-02-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * PRE_BUILD, gcc-4.5.diff: added patch to fix compile error with
- gcc 4.5
-
-2011-01-02 Ismael Luceno <ismael@sourcemage.org>
- * dvbcut.desktop: added spanish comment
-
-2010-04-14 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * PRE_BUILD, gcc-4.4.diff: added patch to make the spell build
- with gcc 4.4
-
-2009-05-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS, BUILD: updated to 0.6.0
- * INSTALL, PRE_BUILD, dvbcut-0.5.4-gcc42.patch,
- dvbcut-SConstruct.diff: removed
-
-2009-01-04 Arwed v. Merkatz <v.merkatz@gmx.net>
- * BUILD, DEPENDS, PRE_BUILD: removed usage of system ffmpeg as it's
- incompatible
- * dvbcut-0.5.3-ffmpeg-compat.patch,
- dvbcut-0.5.4-ffmpeg-compat2.patch,
- dvbcut-0.5.4-ffmpeg-compat3.patch: removed
-
-2007-11-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency to ffmpeg instead of ffmpeg-svn
- since dvbcut is incompatible with the most recent version from
- svn
-
-2007-11-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DETAILS: updated to 0.5.4
- * DEPENDS, BUILD: added missing dependencies, use system ffmpeg
- dvbcut-0.5.3-ffmpeg-compat.patch,
- dvbcut-0.5.4-ffmpeg-compat2.patch,
- dvbcut-0.5.4-ffmpeg-compat3.patch,
- dvbcut-0.5.4-gcc42.patch, PRE_BUILD: added patches from gentoo
- to make dvbcut compile
-
-2007-04-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * dvbcut-SConstruct.diff: removed binary garbage
-
-2007-04-04 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * dvbcut-newffmpeg.diff, desktop/dvbcut.desktop, BUILD,
- HISTORY, dvbcut-SConstruct.diff, INSTALL, PRE_BUILD,
- DEPENDS, DETAILS: spell created
diff --git a/video/dvbcut/PRE_BUILD b/video/dvbcut/PRE_BUILD
deleted file mode 100755
index b553e9f6b2..0000000000
--- a/video/dvbcut/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/gcc-4.4.diff &&
-patch -p1 < ${SCRIPT_DIRECTORY}/gcc-4.5.diff
diff --git a/video/dvbcut/desktop/dvbcut.desktop b/video/dvbcut/desktop/dvbcut.desktop
deleted file mode 100644
index fc8a5aed57..0000000000
--- a/video/dvbcut/desktop/dvbcut.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Version=
-Name=dvbcut
-Type=Application
-Comment=a Qt application that allows you to select certain parts of an MPEG transport stream and save these parts into a single MPEG output file
-Comment[es]=una aplicación Qt que le permite seleccionar ciertas partes de un flujo MPEG y guardarlas en un sola archivo MPEG
-Exec=dvbcut
-Icon=
-Categories=Application;Multimedia;Video;
-Term=
diff --git a/video/dvbcut/gcc-4.4.diff b/video/dvbcut/gcc-4.4.diff
deleted file mode 100644
index bed64293f9..0000000000
--- a/video/dvbcut/gcc-4.4.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naupr dvbcut-0.6.0.orig/src/buffer.cpp dvbcut-0.6.0/src/buffer.cpp
---- dvbcut-0.6.0.orig/src/buffer.cpp 2010-04-14 13:03:04.202830292 +0200
-+++ dvbcut-0.6.0/src/buffer.cpp 2010-04-14 13:03:26.907330296 +0200
-@@ -26,7 +26,7 @@
- #include <unistd.h>
- #include <cstring>
- #include <cstdlib>
--// #include <cstdio>
-+#include <stdio.h>
- #include <stdint.h>
- #include <cassert>
-
-diff -Naupr dvbcut-0.6.0.orig/src/mpegmuxer.cpp dvbcut-0.6.0/src/mpegmuxer.cpp
---- dvbcut-0.6.0.orig/src/mpegmuxer.cpp 2010-04-14 13:03:04.202830292 +0200
-+++ dvbcut-0.6.0/src/mpegmuxer.cpp 2010-04-14 13:03:34.703070639 +0200
-@@ -26,6 +26,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <cassert>
-+#include <stdio.h>
- #include "mpegmuxer.h"
-
- #ifndef O_BINARY
diff --git a/video/dvbcut/gcc-4.5.diff b/video/dvbcut/gcc-4.5.diff
deleted file mode 100644
index c2aa6a7aa9..0000000000
--- a/video/dvbcut/gcc-4.5.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- dvbcut-0.6.0/src/main.cpp.orig 2011-02-16 21:39:05.229170751 +0100
-+++ dvbcut-0.6.0/src/main.cpp 2011-02-16 21:40:07.274329059 +0100
-@@ -171,7 +171,7 @@
- return 1;
- }
-
-- index::index idx(*mpg);
-+ class index idx(*mpg);
- int pics = idx.generate();
- if (pics <= 0) {
- fprintf(stderr, "%s: %s: %s\n", argv0, mpgfilename.c_str(),
---- dvbcut-0.6.0/src/mpgfile.h.orig 2011-02-16 21:42:36.353918944 +0100
-+++ dvbcut-0.6.0/src/mpgfile.h 2011-02-16 21:40:36.253804316 +0100
-@@ -49,7 +49,7 @@
- stream s[MAXAVSTREAMS];
- int videostreams, audiostreams;
- int initialoffset;
-- index::index idx;
-+ class index idx;
- int pictures;
-
- mpgfile(inbuffer &b, int initial_offset);