* [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.2.9999.ebuild
@ 2011-10-30 15:57 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-30 15:57 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/10/30 15:57:51
Modified: ChangeLog xine-lib-1.2.9999.ebuild
Log:
Rename obsolete USE="v4l2" to USE="v4l" wrt #385241
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Revision Changes Path
1.647 media-libs/xine-lib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.647&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.647&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.646&r2=1.647
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
retrieving revision 1.646
retrieving revision 1.647
diff -u -r1.646 -r1.647
--- ChangeLog 15 Oct 2011 21:59:42 -0000 1.646
+++ ChangeLog 30 Oct 2011 15:57:51 -0000 1.647
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/xine-lib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.646 2011/10/15 21:59:42 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.647 2011/10/30 15:57:51 ssuominen Exp $
+
+ 30 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> xine-lib-1.2.9999.ebuild:
+ Rename obsolete USE="v4l2" to USE="v4l" wrt #385241
*xine-lib-1.2.9999 (15 Oct 2011)
1.2 media-libs/xine-lib/xine-lib-1.2.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?r1=1.1&r2=1.2
Index: xine-lib-1.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xine-lib-1.2.9999.ebuild 15 Oct 2011 21:59:42 -0000 1.1
+++ xine-lib-1.2.9999.ebuild 30 Oct 2011 15:57:51 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.1 2011/10/15 21:59:42 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.2 2011/10/30 15:57:51 ssuominen Exp $
EAPI=4
@@ -19,7 +19,7 @@
IUSE="a52 aac aalib alsa altivec antialiasing asf directfb dts debug dvb dxr3
esd fbcon flac fontconfig fusion gdk-pixbuf glu gnome imagemagick ipv6 jack
real libcaca libv4l mad mmap mng modplug musepack nls nosefart opengl oss pulseaudio
-samba sdl speex static-libs theora truetype v4l v4l2 vcd vdpau vdr vidix vis vorbis
+samba sdl speex static-libs theora truetype v4l vcd vdpau vdr vidix vis vorbis
wavpack win32codecs X xcb xinerama xv xvmc"
REQUIRED_USE="fontconfig? ( truetype )
@@ -85,7 +85,6 @@
dev-util/pkgconfig
nls? ( virtual/libintl )
v4l? ( virtual/os-headers )
- v4l2? ( virtual/os-headers )
oss? ( virtual/os-headers )
X? ( x11-proto/xproto
@@ -150,8 +149,8 @@
$(use_enable dvb) \
$(use_enable gnome gnomevfs) \
$(use_enable samba) \
- $(use_enable v4l) \
- $(use_enable v4l2) \
+ --disable-v4l \
+ $(use_enable v4l v4l2) \
$(use_enable libv4l) \
$(use_enable vcd) \
$(use_enable vdr) \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.2.9999.ebuild
@ 2012-01-03 20:04 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-03 20:04 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/01/03 20:04:18
Modified: ChangeLog xine-lib-1.2.9999.ebuild
Log:
Remove USE="nls" from 1.2.9999 because sys-devel/gettext is always required for autopoint.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.652 media-libs/xine-lib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.652&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.652&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.651&r2=1.652
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -r1.651 -r1.652
--- ChangeLog 3 Jan 2012 19:00:23 -0000 1.651
+++ ChangeLog 3 Jan 2012 20:04:18 -0000 1.652
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/xine-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.651 2012/01/03 19:00:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.652 2012/01/03 20:04:18 ssuominen Exp $
+
+ 03 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xine-lib-1.2.9999.ebuild:
+ Remove USE="nls" from 1.2.9999 because sys-devel/gettext is always required
+ for autopoint.
*xine-lib-1.2.0 (03 Jan 2012)
1.7 media-libs/xine-lib/xine-lib-1.2.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?r1=1.6&r2=1.7
Index: xine-lib-1.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xine-lib-1.2.9999.ebuild 3 Jan 2012 19:51:57 -0000 1.6
+++ xine-lib-1.2.9999.ebuild 3 Jan 2012 20:04:18 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.6 2012/01/03 19:51:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.7 2012/01/03 20:04:18 ssuominen Exp $
EAPI=4
@@ -21,12 +21,13 @@
LICENSE="GPL-2"
SLOT="1"
-IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusion gtk imagemagick ipv6 jack libcaca mad +mmap mng modplug musepack nls opengl oss pulseaudio real samba sdl speex theora truetype v4l vcd vdpau vdr vidix +vis vorbis wavpack win32codecs +X +xcb xinerama +xv xvmc"
+IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusion gtk imagemagick ipv6 jack libcaca mad +mmap mng modplug musepack opengl oss pulseaudio real samba sdl speex theora truetype v4l vcd vdpau vdr vidix +vis vorbis wavpack win32codecs +X +xcb xinerama +xv xvmc"
RDEPEND="dev-libs/libxdg-basedir
sys-libs/zlib
virtual/ffmpeg
virtual/libiconv
+ virtual/libintl
a52? ( media-libs/a52dec )
aac? ( media-libs/faad2 )
aalib? ( media-libs/aalib )
@@ -46,7 +47,6 @@
mng? ( media-libs/libmng )
modplug? ( >=media-libs/libmodplug-0.8.8.1 )
musepack? ( >=media-sound/musepack-tools-444 )
- nls? ( virtual/libintl )
opengl? (
virtual/glu
virtual/opengl
@@ -88,8 +88,8 @@
DEPEND="${RDEPEND}
app-arch/xz-utils
dev-util/pkgconfig
+ sys-devel/gettext
>=sys-devel/libtool-2.2.6b
- nls? ( sys-devel/gettext )
v4l? ( virtual/os-headers )
X? (
x11-libs/libXt
@@ -125,7 +125,6 @@
econf \
$(use_enable ipv6) \
- $(use_enable nls) \
$(use_enable altivec) \
$(use_enable vis) \
--disable-optimizations \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.2.9999.ebuild
@ 2012-01-14 16:52 Christian Ruppert (idl0r)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-01-14 16:52 UTC (permalink / raw
To: gentoo-commits
idl0r 12/01/14 16:52:16
Modified: ChangeLog xine-lib-1.2.9999.ebuild
Log:
Add support for custom user patches
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.658 media-libs/xine-lib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.658&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.658&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.657&r2=1.658
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
retrieving revision 1.657
retrieving revision 1.658
diff -u -r1.657 -r1.658
--- ChangeLog 11 Jan 2012 18:35:03 -0000 1.657
+++ ChangeLog 14 Jan 2012 16:52:16 -0000 1.658
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/xine-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.657 2012/01/11 18:35:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.658 2012/01/14 16:52:16 idl0r Exp $
+
+ 14 Jan 2012; Christian Ruppert <idl0r@gentoo.org> xine-lib-1.2.9999.ebuild:
+ Add support for custom user patches.
11 Jan 2012; Jeroen Roovers <jer@gentoo.org> xine-lib-1.2.0-r1.ebuild:
Marked ~hppa (bug #397531).
1.10 media-libs/xine-lib/xine-lib-1.2.9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?r1=1.9&r2=1.10
Index: xine-lib-1.2.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xine-lib-1.2.9999.ebuild 5 Jan 2012 09:57:15 -0000 1.9
+++ xine-lib-1.2.9999.ebuild 14 Jan 2012 16:52:16 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.9 2012/01/05 09:57:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.10 2012/01/14 16:52:16 idl0r Exp $
EAPI=4
@@ -8,7 +8,7 @@
if [[ ${PV} == *9999* ]]; then
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
- _live_inherits="autotools mercurial"
+ _live_inherits="autotools mercurial eutils"
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
@@ -116,6 +116,8 @@
sed -i -e '/define VDR_ABS_FIFO_DIR/s|".*"|"/var/vdr/xine"|' src/vdr/input_vdr.c || die
if [[ ${PV} == *9999* ]]; then
+ epatch_user
+
eautopoint
eautoreconf
else
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-14 16:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 20:04 [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.2.9999.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2012-01-14 16:52 Christian Ruppert (idl0r)
2011-10-30 15:57 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox