summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-02 16:24:49 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-02 16:24:49 +0000
commitc04ae3cc5b32199ff9502fe08c3409d0a5b6adef (patch)
tree1299f1412064864cd3516a6e032a073b110e45f1 /media-video/ogmrip
parentBump to eapi5, use only gnome2.eclass (diff)
downloadgentoo-2-c04ae3cc5b32199ff9502fe08c3409d0a5b6adef.tar.gz
gentoo-2-c04ae3cc5b32199ff9502fe08c3409d0a5b6adef.tar.bz2
gentoo-2-c04ae3cc5b32199ff9502fe08c3409d0a5b6adef.zip
Drop old (using deprecated eclass)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/ogmrip')
-rw-r--r--media-video/ogmrip/ChangeLog7
-rw-r--r--media-video/ogmrip/files/ogmrip-0.13.6-libnotify-0.7.patch25
-rw-r--r--media-video/ogmrip/files/ogmrip-0.13.6-libpng15.patch21
-rw-r--r--media-video/ogmrip/ogmrip-0.13.6.ebuild92
4 files changed, 6 insertions, 139 deletions
diff --git a/media-video/ogmrip/ChangeLog b/media-video/ogmrip/ChangeLog
index 52440bd19685..8b2c81657005 100644
--- a/media-video/ogmrip/ChangeLog
+++ b/media-video/ogmrip/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/ogmrip
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ChangeLog,v 1.53 2014/08/22 16:33:57 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ChangeLog,v 1.54 2014/12/02 16:24:49 pacho Exp $
+
+ 02 Dec 2014; Pacho Ramos <pacho@gentoo.org>
+ -files/ogmrip-0.13.6-libnotify-0.7.patch, -files/ogmrip-0.13.6-libpng15.patch,
+ -ogmrip-0.13.6.ebuild:
+ Drop old (using deprecated eclass)
*ogmrip-1.0.1 (22 Aug 2014)
diff --git a/media-video/ogmrip/files/ogmrip-0.13.6-libnotify-0.7.patch b/media-video/ogmrip/files/ogmrip-0.13.6-libnotify-0.7.patch
deleted file mode 100644
index 64cfbf0ff6a5..000000000000
--- a/media-video/ogmrip/files/ogmrip-0.13.6-libnotify-0.7.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/ogmrip-progress-dialog.c
-+++ src/ogmrip-progress-dialog.c
-@@ -32,6 +32,9 @@
-
- #ifdef HAVE_LIBNOTIFY_SUPPORT
- #include <libnotify/notify.h>
-+#ifndef NOTIFY_CHECK_VERSION
-+#define NOTIFY_CHECK_VERSION(x,y,z) 0
-+#endif
- #endif /* HAVE_LIBNOTIFY_SUPPORT */
-
- #define OGMRIP_PROGRESS_DIALOG_GET_PRIVATE(o) \
-@@ -418,8 +421,12 @@
- g_signal_connect_swapped (dialog->priv->status_icon, "popup_menu",
- G_CALLBACK (ogmrip_progress_dialog_status_icon_popup_menu), dialog);
-
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ /* notify_notification_new_with_status_icon was removed */
-+#else
- dialog->priv->notification = notify_notification_new_with_status_icon ("Dummy", "Dummy",
- OGMRIP_DATA_DIR G_DIR_SEPARATOR_S OGMRIP_ICON_FILE, dialog->priv->status_icon);
-+#endif
- g_signal_connect (dialog, "window-state-event",
- G_CALLBACK (ogmrip_progress_dialog_state_changed), NULL);
-
diff --git a/media-video/ogmrip/files/ogmrip-0.13.6-libpng15.patch b/media-video/ogmrip/files/ogmrip-0.13.6-libpng15.patch
deleted file mode 100644
index fd07c27d8713..000000000000
--- a/media-video/ogmrip/files/ogmrip-0.13.6-libpng15.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.in (révision 2054)
-+++ configure.in (copie de travail)
-@@ -80,7 +80,7 @@
- AC_SUBST(LIBXML_CFLAGS)
- AC_SUBST(LIBXML_LIBS)
-
--PKG_CHECK_MODULES(LIBPNG, "libpng", [have_png_support=yes], [have_png_support=no])
-+PKG_CHECK_MODULES(LIBPNG, "libpng zlib", [have_png_support=yes], [have_png_support=no])
- AC_SUBST(LIBPNG_CFLAGS)
- AC_SUBST(LIBPNG_LIBS)
-
---- subrip/subp2pgm.c (révision 2054)
-+++ subrip/subp2pgm.c (copie de travail)
-@@ -44,6 +44,7 @@
-
- #ifdef HAVE_PNG_SUPPORT
- #include <png.h>
-+#include <zlib.h>
- #endif
-
- #ifdef HAVE_TIFF_SUPPORT
diff --git a/media-video/ogmrip/ogmrip-0.13.6.ebuild b/media-video/ogmrip/ogmrip-0.13.6.ebuild
deleted file mode 100644
index e11832b3f7e8..000000000000
--- a/media-video/ogmrip/ogmrip-0.13.6.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ogmrip-0.13.6.ebuild,v 1.5 2012/05/05 08:58:59 jdhore Exp $
-
-EAPI=2
-GCONF_DEBUG=no
-inherit autotools eutils gnome2
-
-DESCRIPTION="Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
-HOMEPAGE="http://ogmrip.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ogmrip/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="aac dbus dts gtk libnotify matroska mp3 mp4 nls ogm spell srt theora vorbis x264 xvid"
-
-COMMON_DEPEND=">=dev-libs/glib-2.16:2
- >=app-i18n/enca-1.9
- dev-libs/libxml2
- media-libs/libdvdread
- >=media-video/mplayer-1.0_rc2[dvd,encode,xvid?,dts?,x264?]
- aac? ( >=media-libs/faac-1.24 )
- gtk? (
- >=x11-libs/gtk+-2.12:2
- gnome-base/libglade
- gnome-base/gconf
- dbus? ( dev-libs/dbus-glib )
- libnotify? ( >=x11-libs/libnotify-0.4.3 )
- media-video/mplayer[jpeg]
- )
- matroska? ( media-video/mkvtoolnix )
- mp3? ( media-sound/lame )
- mp4? ( >=media-video/gpac-0.4.2 )
- ogm? ( media-sound/ogmtools )
- spell? ( >=app-text/enchant-1.1.0 )
- srt? ( ||
- (
- ( >=app-text/tesseract-2 media-libs/tiff )
- >=app-text/gocr-0.39
- >=app-text/ocrad-0.15
- )
- media-libs/libpng )
- theora? ( media-libs/libtheora )
- vorbis? ( media-sound/vorbis-tools )"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gvfs"
-DEPEND="${COMMON_DEPEND}
- nls? ( sys-devel/gettext
- dev-util/intltool )
- virtual/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog README TODO"
-
- G2CONF="--disable-dependency-tracking
- --disable-static
- $(use_enable gtk gtk-support)
- $(use_enable dbus dbus-support)
- $(use_enable spell enchant-support)
- $(use_enable ogm ogm-support)
- $(use_enable matroska mkv-support)
- $(use_enable mp4 mp4-support)
- $(use_enable xvid xvid-support)
- $(use_enable x264 x264-support)
- $(use_enable theora theora-support)
- $(use_enable vorbis vorbis-support)
- $(use_enable mp3 mp3-support)
- $(use_enable aac aac-support)
- $(use_enable srt srt-support)
- $(use_enable libnotify libnotify-support)
- $(use_enable nls)
- --with-html-dir=/usr/share/doc/${PF}/html"
-}
-
-src_prepare() {
- # Drop DEPRECATED flags
- sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED::g' \
- configure.in configure || die
-
- epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
- epatch "${FILESDIR}"/${P}-libpng15.patch
- eautoreconf
- gnome2_src_prepare
-}
-
-src_install() {
- # bug #317607
- MAKEOPTS="${MAKEOPTS} -j1" \
- gnome2_src_install
- find "${D}" -name '*.la' -delete
-}