diff --git a/multimedia/editor/handbrake/actions.py b/multimedia/editor/handbrake/actions.py deleted file mode 100644 index 360cac511c..0000000000 --- a/multimedia/editor/handbrake/actions.py +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get -from pisi.actionsapi import shelltools - -def setup(): - # Use Python 2 - shelltools.system("sed -i 's/python2/python/g' gtk/src/Makefile.am") - # Force use of gtk2 - shelltools.system("sed -i 's/PKG_CHECK_MODULES(Gtk3.*/use_gtk3=no/' gtk/configure.ac") - shelltools.cd("gtk") - pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS") - pisitools.dosed("configure.ac", "AM_PROG_CC_STDC", "AC_PROG_CC") - autotools.autoreconf("-fiv") - shelltools.cd("..") - shelltools.system("./configure --force \ - --prefix=/usr \ - --disable-gtk-update-checks \ - --enable-x265 \ - --enable-fdk-aac \ - --enable-libav-aac \ - --verbose") - - - -def build(): - shelltools.cd("build") - autotools.make() - -def install(): - shelltools.cd("build") - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - shelltools.cd("..") - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.*") diff --git a/multimedia/editor/handbrake/files/Do-not-require-wget-or-curl.patch b/multimedia/editor/handbrake/files/Do-not-require-wget-or-curl.patch deleted file mode 100644 index 04fc2bb6f8..0000000000 --- a/multimedia/editor/handbrake/files/Do-not-require-wget-or-curl.patch +++ /dev/null @@ -1,23 +0,0 @@ -Description: Do not require neither wget no curl to build -Author: Reinhard Tartler -Last-Update: 2014-09-27 - ---- handbrake.orig/make/configure.py -+++ handbrake/make/configure.py -@@ -977,6 +977,7 @@ class SelectTool( Action ): - self.name = name - self.pool = pool - self.kwargs = kwargs -+ self.selected = None - - def _action( self ): - self.session = [] -@@ -1428,7 +1429,7 @@ try: - xcodebuild = ToolProbe( 'XCODEBUILD.exe', 'xcodebuild', abort=False ) - lipo = ToolProbe( 'LIPO.exe', 'lipo', abort=False ) - -- fetch = SelectTool( 'FETCH.select', 'fetch', ['wget',wget], ['curl',curl] ) -+ fetch = SelectTool( 'FETCH.select', 'fetch', ['wget',wget], ['curl',curl], abort=False ) - - ## run tool probes - for tool in ToolProbe.tools: diff --git a/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch b/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch deleted file mode 100644 index 00ee80a5c3..0000000000 --- a/multimedia/editor/handbrake/files/handbrake-0.9.9-add-gmodule-to-gtk-configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- HandBrake-0.9.9.orig/gtk/configure.ac 2013-09-01 12:13:06.684612296 +0300 -+++ HandBrake-0.9.9/gtk/configure.ac 2013-09-01 20:09:35.446706059 +0300 -@@ -96,7 +96,7 @@ case $host in - pkg_gudev="gudev-1.0" - ;; - esac -- GHB_PACKAGES="gthread-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev" -+ GHB_PACKAGES="gthread-2.0 gmodule-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev" - mingw_flag=no - ;; - esac \ No newline at end of file diff --git a/multimedia/editor/handbrake/files/standard-presets-fix-type.patch b/multimedia/editor/handbrake/files/standard-presets-fix-type.patch deleted file mode 100644 index 797c3fa6b1..0000000000 --- a/multimedia/editor/handbrake/files/standard-presets-fix-type.patch +++ /dev/null @@ -1,88 +0,0 @@ -Index: branches/0.10.x/gtk/src/standard_presets.xml -=================================================================== ---- branches/0.10.x/gtk/src/standard_presets.xml (revision 6995) -+++ branches/0.10.x/gtk/src/standard_presets.xml (revision 7008) -@@ -85,5 +85,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -216,5 +216,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -347,5 +347,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -478,5 +478,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -625,5 +625,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -772,5 +772,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -919,5 +919,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -1050,5 +1050,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -1181,5 +1181,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -1312,5 +1312,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -1458,5 +1458,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - -@@ -1605,5 +1605,5 @@ - - PictureDenoiseFilter -- off -+ off - PictureDenoiseCustom - diff --git a/multimedia/editor/handbrake/files/use-libtoolize.patch b/multimedia/editor/handbrake/files/use-libtoolize.patch deleted file mode 100644 index 08a5f5b735..0000000000 --- a/multimedia/editor/handbrake/files/use-libtoolize.patch +++ /dev/null @@ -1,19 +0,0 @@ -Description: Test for libtoolize - libtool is not used anywhere. -Bug-Debian: https://bugs.debian.org/761757 -Author: Sebastian Ramacher -Last-Update: 2014-09-28 - -Index: handbrake/make/configure.py -=================================================================== ---- handbrake.orig/make/configure.py -+++ handbrake/make/configure.py -@@ -1423,7 +1423,7 @@ try: - autoconf = ToolProbe( 'AUTOCONF.exe', 'autoconf', abort=False ) - automake = ToolProbe( 'AUTOMAKE.exe', 'automake', abort=False ) - cmake = ToolProbe( 'CMAKE.exe', 'cmake', abort=False ) -- libtool = ToolProbe( 'LIBTOOL.exe', 'libtool', abort=False ) -+ libtool = ToolProbe( 'LIBTOOLIZE.exe', 'libtoolize', abort=False ) - pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkg-config', abort=False ) - - xcodebuild = ToolProbe( 'XCODEBUILD.exe', 'xcodebuild', abort=False ) diff --git a/multimedia/editor/handbrake/pspec.xml b/multimedia/editor/handbrake/pspec.xml deleted file mode 100644 index b699a13e73..0000000000 --- a/multimedia/editor/handbrake/pspec.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - handbrake - http://handbrake.fr/ - - PisiLinux Community - admins@pisilinux.org - - GPLv1 - HandBrake - app - Multithreaded video transcoder - The program is also used to convert DVDs so they can be viewed on iPods, iPhones and most media players. - https://handbrake.fr/rotation.php?file=HandBrake-0.10.2.tar.bz2 - - bzip2 - python - intltool - gettext-devel - eudev-devel - gtk3-devel - lame-devel - gtk3-devel - at-spi2-core-devel - x264-devel - libogg-devel - libass-devel - fribidi-devel - libxml2-devel - libbluray-devel - libnotify-devel - libvorbis-devel - libtheora-devel - dbus-glib-devel - fontconfig-devel - libsamplerate-devel - gst-plugins-base-next-devel - - - Do-not-require-wget-or-curl.patch - use-libtoolize.patch - - - - - handbrake - - gtk3 - lame - x264 - cairo - pango - libass - libogg - fribidi - libbluray - libnotify - gst-libav-next - libvorbis - libtheora - gdk-pixbuf - libsamplerate - gstreamer-next - gst-plugins-base-next - zlib - bzip2 - eudev - glib2 - libgcc - libxml2 - freetype - dbus-glib - - - - /usr/share - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/info - /usr/lib/python2.7 - /usr/share/locale - - - - - - 2016-01-06 - 0.10.2 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-04-30 - 0.10.1 - Version bump. - Idris KALP - idriskalp@gmail.com - - - 2015-02-20 - 0.10.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-06-18 - 0.9.9 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-06-07 - 0.9.9 - rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2013-12-05 - 0.9.9 - First release - PisiLinux Community - admins@pisilinux.org - - - diff --git a/multimedia/editor/handbrake/translations.xml b/multimedia/editor/handbrake/translations.xml deleted file mode 100644 index 35792cb42d..0000000000 --- a/multimedia/editor/handbrake/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - handbrake - Çoklu görev destekli video kodlama/düzenleme aracı - Handbrake,Video dosyalarını portatif medya oynatıcıları için düzenleyebilmenin yanısıra çözünürlülük değişimi desteğide sunan özgür video kodlama ve düzenleme aracıdır. - -