Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/miro: miro-5.0.4.ebuild ChangeLog
Date: Wed, 26 Dec 2012 17:07:46
Message-Id: 20121226170725.F1F5E2171D@flycatcher.gentoo.org
1 jdhore 12/12/26 17:07:25
2
3 Modified: ChangeLog
4 Added: miro-5.0.4.ebuild
5 Log:
6 Version bump. Closes bug #448668
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
9
10 Revision Changes Path
11 1.20 media-video/miro/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 17 Jun 2012 01:52:39 -0000 1.19
24 +++ ChangeLog 26 Dec 2012 17:07:25 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/miro
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v 1.19 2012/06/17 01:52:39 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/miro/ChangeLog,v 1.20 2012/12/26 17:07:25 jdhore Exp $
30 +
31 +*miro-5.0.4 (26 Dec 2012)
32 +
33 + 26 Dec 2012; Jeff Horelick <jdhore@g.o> +miro-5.0.4.ebuild:
34 + Version bump. Closes bug #448668
35
36 17 Jun 2012; Jeff Horelick <jdhore@g.o> miro-5.0.1.ebuild:
37 Depend on the avahi mdnsresponder-compat USE flag being set, not JUST avahi.
38 @@ -94,4 +99,3 @@
39 +files/miro-2.5.3-remove-unittest-option.patch, +metadata.xml:
40 Initial commit. Fix bug 131527
41 Thanks to wayne work on the bug.
42 -
43
44
45
46 1.1 media-video/miro/miro-5.0.4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/miro-5.0.4.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/miro/miro-5.0.4.ebuild?rev=1.1&content-type=text/plain
50
51 Index: miro-5.0.4.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-video/miro/miro-5.0.4.ebuild,v 1.1 2012/12/26 17:07:25 jdhore Exp $
56
57 EAPI=3
58
59 PYTHON_DEPEND="2:2.7"
60 PYTHON_USE_WITH="sqlite"
61 inherit eutils fdo-mime gnome2-utils distutils
62
63 DESCRIPTION="Open source video player and podcast client"
64 HOMEPAGE="http://www.getmiro.com/"
65 SRC_URI="http://ftp.osuosl.org/pub/pculture.org/${PN}/src/${P}.tar.gz"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~x86"
70 IUSE="libnotify aac musepack xvid"
71
72 CDEPEND="
73 dev-libs/glib:2
74 >=dev-python/pyrex-0.9.6.4
75 dev-python/pygtk:2
76 dev-python/pygobject:2
77 >=virtual/ffmpeg-0.6.90"
78
79 RDEPEND="${CDEPEND}
80 dev-python/dbus-python
81 dev-python/pycairo
82 dev-python/gconf-python
83 dev-python/gst-python:0.10
84 dev-python/pyrex
85 >=dev-python/pywebkitgtk-1.1.5
86 dev-python/pycurl
87 >=net-libs/rb_libtorrent-0.14.1[python]
88 media-libs/mutagen
89 media-plugins/gst-plugins-meta:0.10
90 media-plugins/gst-plugins-pango:0.10
91 aac? ( media-plugins/gst-plugins-faad:0.10 )
92 libnotify? ( dev-python/notify-python )
93 musepack? ( media-plugins/gst-plugins-musepack:0.10 )
94 xvid? ( media-plugins/gst-plugins-xvid:0.10 )
95 net-dns/avahi[mdnsresponder-compat]"
96
97 DEPEND="${CDEPEND}"
98
99 # 2 unexpected failures, requires a running gconf which MAY not exist
100 # but failing tests not a regression from 4.0.6
101 RESTRICT="test"
102
103 S="${WORKDIR}/${P}/linux"
104
105 pkg_setup() {
106 python_set_active_version 2
107 python_pkg_setup
108 }
109
110 src_prepare() {
111 distutils_src_prepare
112 }
113
114 src_install() {
115 # doing the mv now otherwise, distutils_src_install will install it
116 mv README README.gtk || die "mv failed"
117
118 distutils_src_install
119
120 # installing docs
121 dodoc README.gtk ../{CREDITS,README} || die "dodoc failed"
122 }
123
124 pkg_preinst() {
125 gnome2_icon_savelist
126 }
127
128 pkg_postinst() {
129 distutils_pkg_postinst
130 fdo-mime_desktop_database_update
131 fdo-mime_mime_database_update
132 gnome2_icon_cache_update
133
134 ewarn
135 ewarn "If miro doesn't play some video or audio format, please"
136 ewarn "check your USE flags on media-plugins/gst-plugins-meta"
137 ewarn
138 elog "Miro for Linux doesn't support Adobe Flash, therefore you"
139 elog "you will not see any embedded video player on MiroGuide."
140 elog
141 }
142
143 pkg_postrm() {
144 distutils_pkg_postrm
145 fdo-mime_desktop_database_update
146 fdo-mime_mime_database_update
147 gnome2_icon_cache_update
148 }