From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/xine-ui/, media-video/xine-ui/files/
Date: Sat, 17 Jun 2017 22:20:23 +0000 (UTC) [thread overview]
Message-ID: <1497738016.c220d3de3aad17c6ac3b5d619edac0796ac96cb9.polynomial-c@gentoo> (raw)
commit: c220d3de3aad17c6ac3b5d619edac0796ac96cb9
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 22:20:16 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 22:20:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c220d3de
media-video/xine-ui: Removed old.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-video/xine-ui/Manifest | 2 -
.../files/xine-ui-0.99.8-readline-6.3.patch | 33 --------
media-video/xine-ui/xine-ui-0.99.7.ebuild | 93 ----------------------
media-video/xine-ui/xine-ui-0.99.8.ebuild | 93 ----------------------
4 files changed, 221 deletions(-)
diff --git a/media-video/xine-ui/Manifest b/media-video/xine-ui/Manifest
index 958bc8bff6b..5a08b8c804e 100644
--- a/media-video/xine-ui/Manifest
+++ b/media-video/xine-ui/Manifest
@@ -1,3 +1 @@
-DIST xine-ui-0.99.7.tar.xz 1752328 SHA256 9d8cdfd1c5c84251d6978765b059adf57099ff6c447f3e4b59066c8563f66bc4 SHA512 6070d28cb3f5bb816b1f218d07c5e0001e71069dfc6b6c761b95960f095736923a6e83a97dfab88d93688c1029a7c1d30dc4a2327e2c8481b3b06cb7cc837c1f WHIRLPOOL 7b7b87b56029c11d3ea1036420dca09e730370294659cadc0e5937cd36383e84a941f89bd69535566ffc8cd639aa21ea439ba1e82b1f46fa6211ecf7cc4a09f1
-DIST xine-ui-0.99.8.tar.xz 1758372 SHA256 1ac5a9fc8dbf81f12a8677108bf2b623e70d7adbb83b83912b9cdf00bc78b2a7 SHA512 a2d11b0c512b9d485e0bbe418b36fb5fd52fe1a9c68cdb865771fc580b30bff513825f3e24ef85a902669c2c1ea8947512dd9abe4c12fdef94b8852cc8588da3 WHIRLPOOL c7d67f94422dfdbd609b3e2d880134a2e2d414981d229870157c10f5c54928101336f83f70d6c56c8da238fd25933b4490958e379d2d0a64721553f3fd7d6638
DIST xine-ui-0.99.9.tar.xz 1759568 SHA256 8dd180219f546a7be0a5651370996b95b3a38ec97bf01b57d2bd1cb966e591a2 SHA512 575b20a19c5740ba0336af9dea0a1bc15d23b7471379b9d72aeb585e23f95b336368b96a28d4804726507f059dc431cc3f9adfd8b615b08c0e67b65287c2b6c7 WHIRLPOOL 7bce787c8718e057a33af2ad33efc2ab1ed4358181f2b626e871f79c396b6b900ccf3631a302463f93951199eeae19887fb2c7d4a5eddf137c85664b99424b8a
diff --git a/media-video/xine-ui/files/xine-ui-0.99.8-readline-6.3.patch b/media-video/xine-ui/files/xine-ui-0.99.8-readline-6.3.patch
deleted file mode 100644
index 3799975d0af..00000000000
--- a/media-video/xine-ui/files/xine-ui-0.99.8-readline-6.3.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=504208
-
-Fix building with readline >= 6.3 API (see network.c change)
-Fix another crash on exit (see main.c change)
-
-patches/debian-changes from xine-ui_0.99.8-2.debian.tar.xz at http://packages.debian.org/xine-ui
-
---- src/xitk/main.c
-+++ src/xitk/main.c
-@@ -1255,8 +1255,10 @@ static void event_listener(void *user_da
- gGui->mixer.volume_level = (aevent->left + aevent->right) / 2;
- if(gGui->mixer.method == SOUND_CARD_MIXER) {
- gGui->mixer.mute = aevent->mute;
-- xitk_slider_set_pos(panel->mixer.slider, gGui->mixer.volume_level);
-- xitk_checkbox_set_state(panel->mixer.mute, gGui->mixer.mute);
-+ if (panel) {
-+ xitk_slider_set_pos(panel->mixer.slider, gGui->mixer.volume_level);
-+ xitk_checkbox_set_state(panel->mixer.mute, gGui->mixer.mute);
-+ }
- }
- }
- break;
---- src/xitk/network.c
-+++ src/xitk/network.c
-@@ -1255,7 +1255,7 @@ int main(int argc, char **argv) {
- rl_readline_name = PROGNAME;
- rl_set_prompt(session.prompt);
- rl_initialize();
-- rl_attempted_completion_function = (CPPFunction *)completion_function;
-+ rl_attempted_completion_function = completion_function;
-
- signal(SIGPIPE, SIG_IGN);
-
diff --git a/media-video/xine-ui/xine-ui-0.99.7.ebuild b/media-video/xine-ui/xine-ui-0.99.7.ebuild
deleted file mode 100644
index d3a72dd82f2..00000000000
--- a/media-video/xine-ui/xine-ui-0.99.7.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit fdo-mime gnome2-utils
-
-DESCRIPTION="Xine movie player"
-HOMEPAGE="http://xine.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd"
-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
- 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}
- nls? ( sys-devel/gettext )
- X? (
- x11-libs/libXt
- x11-proto/inputproto
- x11-proto/xf86vidmodeproto
- xinerama? ( x11-proto/xineramaproto )
- )
- virtual/pkgconfig"
-
-src_prepare() {
- rm -f misc/xine-bugreport
-}
-
-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() {
- emake \
- DESTDIR="${D}" \
- docdir="/usr/share/doc/${PF}" \
- docsdir="/usr/share/doc/${PF}" \
- install
-
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
diff --git a/media-video/xine-ui/xine-ui-0.99.8.ebuild b/media-video/xine-ui/xine-ui-0.99.8.ebuild
deleted file mode 100644
index 75dad770c28..00000000000
--- a/media-video/xine-ui/xine-ui-0.99.8.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils fdo-mime gnome2-utils
-
-DESCRIPTION="Xine movie player"
-HOMEPAGE="http://xine.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-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}
- nls? ( >=sys-devel/gettext-0.18.3 )
- X? (
- x11-libs/libXt
- x11-proto/inputproto
- x11-proto/xf86vidmodeproto
- xinerama? ( x11-proto/xineramaproto )
- )
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-readline-6.3.patch
- rm -f misc/xine-bugreport
-}
-
-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() {
- emake \
- DESTDIR="${D}" \
- docdir="/usr/share/doc/${PF}" \
- docsdir="/usr/share/doc/${PF}" \
- install
- dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
- gnome2_icon_cache_update
-}
next reply other threads:[~2017-06-17 22:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-17 22:20 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-20 17:37 [gentoo-commits] repo/gentoo:master commit in: media-video/xine-ui/, media-video/xine-ui/files/ Sam James
2022-09-30 2:14 Sam James
2023-12-19 11:04 Sam James
2024-11-24 23:15 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497738016.c220d3de3aad17c6ac3b5d619edac0796ac96cb9.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox