* [gentoo-commits] gentoo-x86 commit in media-libs/win32codecs: ChangeLog win32codecs-20071007-r4.ebuild win32codecs-20071007-r3.ebuild
@ 2008-10-29 17:02 99% Steve Dibb (beandog)
0 siblings, 0 replies; 1+ results
From: Steve Dibb (beandog) @ 2008-10-29 17:02 UTC (permalink / raw
To: gentoo-commits
beandog 08/10/29 17:02:03
Modified: ChangeLog
Added: win32codecs-20071007-r4.ebuild
Removed: win32codecs-20071007-r3.ebuild
Log:
Keep real use flag, drop realplayer dep
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Revision Changes Path
1.51 media-libs/win32codecs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 28 Oct 2008 18:34:31 -0000 1.50
+++ ChangeLog 29 Oct 2008 17:02:03 -0000 1.51
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/win32codecs
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.50 2008/10/28 18:34:31 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.51 2008/10/29 17:02:03 beandog Exp $
+
+*win32codecs-20071007-r4 (29 Oct 2008)
+
+ 29 Oct 2008; Steve Dibb <beandog@gentoo.org>
+ -win32codecs-20071007-r3.ebuild, +win32codecs-20071007-r4.ebuild:
+ Keep real use flag, drop realplayer dep
28 Oct 2008; Steve Dibb <beandog@gentoo.org>
win32codecs-20071007-r2.ebuild, win32codecs-20071007-r3.ebuild:
1.1 media-libs/win32codecs/win32codecs-20071007-r4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/win32codecs-20071007-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/win32codecs-20071007-r4.ebuild?rev=1.1&content-type=text/plain
Index: win32codecs-20071007-r4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20071007-r4.ebuild,v 1.1 2008/10/29 17:02:03 beandog Exp $
inherit multilib
DESCRIPTION="Windows 32-bit binary codecs for video and audio playback support"
SRC_URI="mirror://mplayer/releases/codecs/all-${PV}.tar.bz2"
HOMEPAGE="http://www.mplayerhq.hu/"
LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
IUSE="real"
RDEPEND="real? ( =virtual/libstdc++-3.3* )"
S="${WORKDIR}/all-${PV}"
RESTRICT="strip binchecks"
pkg_setup() {
# This is a binary x86 package => ABI=x86
# Please keep this in future versions
# Daniel Gryniewicz <dang@gentoo.org>
has_multilib_profile && ABI="x86"
}
src_install() {
# see #83221
insopts -m0644
dodir /usr/$(get_libdir)/win32
if use real
then
dodir /usr/$(get_libdir)/real
insinto /usr/$(get_libdir)/real
doins *so.6.0
# copy newly introduced codecs from realplayer10
# see the ChangeLog online
doins *.so
# fix bug #80321
ln -s "${D}"/usr/$(get_libdir)/real/* "${D}"/usr/$(get_libdir)/win32/
fi
insinto /usr/$(get_libdir)/win32
doins *.dll *.ax *.xa *.acm *.vwp *.drv *.DLL
dodoc README
dodir /etc/revdep-rebuild
cat - > "${D}/etc/revdep-rebuild/50win32codecs" <<EOF
SEARCH_DIRS_MASK="/usr/$(get_libdir)/real /usr/$(get_libdir)/win32"
EOF
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-29 17:02 99% [gentoo-commits] gentoo-x86 commit in media-libs/win32codecs: ChangeLog win32codecs-20071007-r4.ebuild win32codecs-20071007-r3.ebuild Steve Dibb (beandog)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox