Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythplugins: ChangeLog mythplugins-0.25.2_p20120825.ebuild mythplugins-0.25.1.ebuild
Date: Sun, 26 Aug 2012 02:44:53
Message-Id: 20120826024438.2D60220761@flycatcher.gentoo.org
1 cardoe 12/08/26 02:44:38
2
3 Modified: ChangeLog
4 Added: mythplugins-0.25.2_p20120825.ebuild
5 Removed: mythplugins-0.25.1.ebuild
6 Log:
7 Version bump for upstream fixes. Remove older version.
8
9 (Portage version: 2.1.11.9/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 media-plugins/mythplugins/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 17 Jul 2012 01:30:53 -0000 1.4
25 +++ ChangeLog 26 Aug 2012 02:44:37 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/mythplugins
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.4 2012/07/17 01:30:53 cardoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.5 2012/08/26 02:44:37 cardoe Exp $
31 +
32 +*mythplugins-0.25.2_p20120825 (26 Aug 2012)
33 +
34 + 26 Aug 2012; Doug Goldstein <cardoe@g.o> -mythplugins-0.25.1.ebuild,
35 + +mythplugins-0.25.2_p20120825.ebuild:
36 + Version bump for upstream fixes. Remove older version.
37
38 *mythplugins-0.25.2_p20120716 (16 Jul 2012)
39
40
41
42
43 1.1 media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild?rev=1.1&content-type=text/plain
47
48 Index: mythplugins-0.25.2_p20120825.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild,v 1.1 2012/08/26 02:44:38 cardoe Exp $
53
54 EAPI=4
55
56 PYTHON_DEPEND="2:2.6"
57 BACKPORTS="46cab93562"
58 MY_P=${P%_p*}
59
60 inherit eutils python
61
62 DESCRIPTION="Official MythTV plugins"
63 HOMEPAGE="http://www.mythtv.org"
64 SRC_URI="ftp://ftp.osuosl.org/pub/mythtv/${MY_P}.tar.bz2
65 ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70
71 MYTHPLUGINS="mytharchive mythbrowser mythgallery mythgame \
72 mythmusic mythnetvision mythnews mythweather"
73
74 IUSE="${MYTHPLUGINS} cdda cdr exif fftw raw"
75
76 DEPEND="!media-plugins/mytharchive
77 !media-plugins/mythbrowser
78 !media-plugins/mythgallery
79 !media-plugins/mythgame
80 !media-plugins/mythmovies
81 !media-plugins/mythmusic
82 !media-plugins/mythnetvision
83 !media-plugins/mythnews
84 !media-plugins/mythweather
85 =media-tv/mythtv-${PV}*[python]
86 mytharchive? (
87 app-cdr/dvd+rw-tools
88 dev-python/imaging
89 media-video/dvdauthor
90 media-video/mjpegtools[png]
91 media-video/transcode
92 virtual/cdrtools
93 )
94 mythgallery? (
95 media-libs/tiff
96 virtual/opengl
97 exif? ( >media-libs/libexif-0.6.9 )
98 raw? ( media-gfx/dcraw )
99 )
100 mythmusic? (
101 >=media-libs/flac-1.1.2
102 >=media-libs/libvorbis-1.0
103 >=media-libs/taglib-1.6
104 media-sound/lame
105 virtual/opengl
106 cdda? (
107 dev-libs/libcdio
108 cdr? ( virtual/cdrtools )
109 )
110 fftw? ( sci-libs/fftw )
111 )
112 mythnetvision? (
113 =dev-lang/python-2*[xml]
114 dev-python/lxml
115 dev-python/mysql-python
116 dev-python/oauth
117 dev-python/pycurl
118 )
119 mythweather? (
120 dev-perl/DateManip
121 dev-perl/DateTime-Format-ISO8601
122 dev-perl/ImageSize
123 dev-perl/JSON
124 dev-perl/SOAP-Lite
125 dev-perl/XML-Simple
126 dev-perl/XML-Parser
127 dev-perl/XML-SAX
128 dev-perl/XML-XPath
129 )"
130 RDEPEND="${DEPEND}"
131
132 REQUIRED_USE="
133 cdda? ( mythmusic )
134 cdr? ( mythmusic cdda )
135 exif? ( mythgallery )
136 fftw? ( mythmusic )
137 mythnews? ( mythbrowser )
138 raw? ( mythgallery )"
139
140 S="${WORKDIR}/${MY_P}"
141
142 pkg_setup() {
143 python_set_active_version 2
144 python_pkg_setup
145 }
146
147 src_prepare() {
148 [[ -n ${BACKPORTS} ]] && \
149 EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
150 epatch
151
152 epatch_user
153 }
154
155 src_configure() {
156 ./configure \
157 --prefix=/usr \
158 --python=python2 \
159 --enable-opengl \
160 --disable-mythzoneminder \
161 $(use_enable mytharchive) \
162 $(use_enable mythbrowser) \
163 $(use_enable mythgallery) \
164 $(use_enable mythgame) \
165 $(use_enable mythmusic) \
166 $(use_enable mythnetvision) \
167 $(use_enable mythnews) \
168 $(use_enable mythweather) \
169 $(use_enable cdda cdio) \
170 $(use_enable exif) \
171 $(use_enable exif new-exif) \
172 $(use_enable raw dcraw) \
173 || die "configure failed"
174 }
175
176 src_install() {
177 emake INSTALL_ROOT="${D}" install || die "make install failed"
178 }