Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/win32codecs: ChangeLog win32codecs-20071007-r2.ebuild
Date: Wed, 07 Nov 2007 15:12:31
Message-Id: E1IpmZs-0006vc-Hy@stork.gentoo.org
1 carlo 07/11/07 15:12:24
2
3 Modified: ChangeLog
4 Added: win32codecs-20071007-r2.ebuild
5 Log:
6 Remove Quicktime support for now, bug #150288.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.46 media-libs/win32codecs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 29 Oct 2007 14:34:02 -0000 1.45
23 +++ ChangeLog 7 Nov 2007 15:12:24 -0000 1.46
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/win32codecs
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.45 2007/10/29 14:34:02 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/ChangeLog,v 1.46 2007/11/07 15:12:24 carlo Exp $
29 +
30 +*win32codecs-20071007-r2 (07 Nov 2007)
31 +
32 + 07 Nov 2007; Carsten Lohrke <carlo@g.o>
33 + +win32codecs-20071007-r2.ebuild:
34 + Remove Quicktime support for now, bug #150288.
35
36 *win32codecs-20071007-r1 (29 Oct 2007)
37
38
39
40
41 1.1 media-libs/win32codecs/win32codecs-20071007-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/win32codecs-20071007-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/win32codecs/win32codecs-20071007-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: win32codecs-20071007-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20071007-r2.ebuild,v 1.1 2007/11/07 15:12:24 carlo Exp $
51
52 inherit multilib
53
54 DESCRIPTION="Win32 binary codecs for video and audio playback support"
55 SRC_URI="mirror://mplayer/releases/codecs/all-${PV}.tar.bz2"
56 HOMEPAGE="http://www.mplayerhq.hu/"
57 LICENSE="as-is"
58 SLOT="0"
59 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
60 IUSE="real"
61
62 RDEPEND="real? ( =virtual/libstdc++-3.3*
63 amd64? ( media-video/realplayer ) )"
64
65 S="${WORKDIR}/all-${PV}"
66
67 RESTRICT="strip"
68
69 QA_TEXTRELS="usr/$(get_libdir)/real/drvc.so
70 usr/$(get_libdir)/real/drv[34].so.6.0
71 usr/$(get_libdir)/win32/vid_*.xa"
72
73 pkg_setup() {
74 # This is a binary x86 package => ABI=x86
75 # Please keep this in future versions
76 # Daniel Gryniewicz <dang@g.o>
77 has_multilib_profile && ABI="x86"
78 }
79
80 src_install() {
81 cd "${S}"
82
83 # see #83221
84 insopts -m0644
85 dodir /usr/$(get_libdir)/win32
86
87 if use real
88 then
89 dodir /usr/$(get_libdir)/real
90 insinto /usr/$(get_libdir)/real
91 doins *so.6.0
92
93 # copy newly introduced codecs from realplayer10
94 # see the ChangeLog online
95 doins *.so
96
97 # fix bug #80321
98 ln -s "${D}"/usr/$(get_libdir)/real/* "${D}"/usr/$(get_libdir)/win32/
99 fi
100
101 insinto /usr/$(get_libdir)/win32
102
103 doins *.dll *.ax *.xa *.acm *.vwp *.drv *.DLL
104
105 dodoc README
106
107 dodir /etc/revdep-rebuild
108 cat - > "${D}/etc/revdep-rebuild/50win32codecs" <<EOF
109 SEARCH_DIRS_MASK="/usr/$(get_libdir)/real /usr/$(get_libdir)/win32"
110 EOF
111 }
112
113
114
115 --
116 gentoo-commits@g.o mailing list