summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-20 17:36:55 +0000
committerSam James <sam@gentoo.org>2020-12-20 17:36:55 +0000
commit16d4cd63d9da05976baf7775121bb88b81d45343 (patch)
treead1ee9a0a837ad78fcd7e121064f3d8fef713454 /media-video
parentnet-mail/lbdb: cleanup old (diff)
downloadgentoo-16d4cd63d9da05976baf7775121bb88b81d45343.tar.gz
gentoo-16d4cd63d9da05976baf7775121bb88b81d45343.tar.bz2
gentoo-16d4cd63d9da05976baf7775121bb88b81d45343.zip
media-video/xine-ui: cleanup old
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/xine-ui/Manifest1
-rw-r--r--media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch24
-rw-r--r--media-video/xine-ui/xine-ui-0.99.10.ebuild101
3 files changed, 0 insertions, 126 deletions
diff --git a/media-video/xine-ui/Manifest b/media-video/xine-ui/Manifest
index 9a9fc9012075..51b189beb218 100644
--- a/media-video/xine-ui/Manifest
+++ b/media-video/xine-ui/Manifest
@@ -1,2 +1 @@
-DIST xine-ui-0.99.10.tar.xz 1762968 BLAKE2B eede1a7b43f3fca37c092541145a4d13813185a740c396503bdfc93fd96d4d3bf52ad2daed4389634e2a517972c1233e3d9b1af74b718dd9def58eb2e702d967 SHA512 73cbc72375b27335e9d5f5527c35dab12d1ae40539b587630b3d8709471e4c61ce7b619062b75f587252c0647c234ffcf611f3b4e38e0447f7041b7ca5d7289e
DIST xine-ui-0.99.12.tar.xz 1980672 BLAKE2B ac1a9b17b48005c667d53129e51f4db2cfe2933c0fca9ba8b6f1d999f903568217a061c84806abfec31d4afcc238579c232a1ae6f4b04afcac465c340826f037 SHA512 bc04cb8df730abce147485b488250331a304e4318fc28ebab890c6485242a5edeafd953547c637622e2312c65aa1e36aaae6117d608dd668781d841804f2ae86
diff --git a/media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch b/media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch
deleted file mode 100644
index c5a359758d4a..000000000000
--- a/media-video/xine-ui/files/xine-ui-0.99.10-libcaca.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -r efe11fb1562e configure.ac
---- a/configure.ac Thu Dec 28 18:08:02 2017 +0200
-+++ b/configure.ac Sun Apr 01 23:00:22 2018 -0600
-@@ -374,7 +374,7 @@
- if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
- AC_MSG_ERROR([CACA support requested, but libcaca 0.99 not found])
- fi
-- if test test "x$have_caca" = "xyes"; then
-+ if test "x$have_caca" = "xyes"; then
- AM_DL()
- fi
- AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <caca.h>
-
---- a/configure Thu Dec 28 18:08:02 2017 +0200
-+++ b/configure Sun Apr 01 23:00:22 2018 -0600
-@@ -12651,7 +12651,7 @@
- if test "x$with_caca" = "xyes" && test "x$have_caca" = "xno"; then
- as_fn_error $? "CACA support requested, but libcaca 0.99 not found" "$LINENO" 5
- fi
-- if test test "x$have_caca" = "xyes"; then
-+ if test "x$have_caca" = "xyes"; then
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5
- $as_echo_n "checking for dlopen in -lc... " >&6; }
diff --git a/media-video/xine-ui/xine-ui-0.99.10.ebuild b/media-video/xine-ui/xine-ui-0.99.10.ebuild
deleted file mode 100644
index eacab2930ba0..000000000000
--- a/media-video/xine-ui/xine-ui-0.99.10.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="Xine movie player"
-HOMEPAGE="https://xine-project.org/home"
-SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
-
-RDEPEND="
- || ( app-arch/tar app-arch/libarchive )
- media-libs/libpng:0=
- >=media-libs/xine-lib-1.2:=[aalib?,libcaca?]
- virtual/jpeg:0
- aalib? ( media-libs/aalib:= )
- curl? ( >=net-misc/curl-7.10.2:= )
- libcaca? ( media-libs/libcaca:= )
- lirc? ( app-misc/lirc:= )
- nls? ( virtual/libintl )
- readline? ( >=sys-libs/readline-6.2:= )
- X? (
- x11-libs/libICE:=
- x11-libs/libSM:=
- x11-libs/libX11:=
- x11-libs/libXext:=
- x11-libs/libXft:=
- x11-libs/libXrender:=
- x11-libs/libXScrnSaver:=
- x11-libs/libXtst:=
- x11-libs/libXv:=
- x11-libs/libXxf86vm:=
- xinerama? ( x11-libs/libXinerama:= )
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.18.3 )
- X? (
- x11-base/xorg-proto
- x11-libs/libXt
- )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-desktop.patch
- "${FILESDIR}"/${P}-libcaca.patch
-)
-
-src_prepare() {
- default
- eautoreconf
- rm misc/xine-bugreport || die
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable xinerama) \
- $(use_enable lirc) \
- $(use_enable vdr vdr-keys) \
- --disable-nvtvsimple \
- $(use_enable debug) \
- $(use_with X x) \
- $(use_with readline) \
- $(use_with curl) \
- $(use_with aalib) \
- $(use_with libcaca caca) \
- --without-fb
-}
-
-src_install() {
- # xine-list apparently may cause sandbox violation, bug 654394
- addpredict /dev/dri
-
- emake \
- DESTDIR="${D}" \
- docdir="/usr/share/doc/${PF}" \
- docsdir="/usr/share/doc/${PF}" \
- install
-
- einstalldocs
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- gnome2_icon_cache_update
-}