Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/clementine: ChangeLog clementine-0.5.3.ebuild
Date: Thu, 30 Sep 2010 10:19:29
Message-Id: 20100930101907.A5D5520051@flycatcher.gentoo.org
1 ssuominen 10/09/30 10:19:07
2
3 Modified: ChangeLog
4 Added: clementine-0.5.3.ebuild
5 Log:
6 Version bump. Thanks to Caster and Nikoli for information and ebuild.
7
8 (Portage version: 2.2_rc87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 media-sound/clementine/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 21 Sep 2010 19:08:41 -0000 1.15
24 +++ ChangeLog 30 Sep 2010 10:19:07 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/clementine
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.15 2010/09/21 19:08:41 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.16 2010/09/30 10:19:07 ssuominen Exp $
30 +
31 +*clementine-0.5.3 (30 Sep 2010)
32 +
33 + 30 Sep 2010; Samuli Suominen <ssuominen@g.o>
34 + +clementine-0.5.3.ebuild:
35 + Version bump. Thanks to Caster and Nikoli for information and ebuild.
36
37 21 Sep 2010; Markos Chandras <hwoarang@g.o>
38 clementine-0.4.2.ebuild:
39
40
41
42 1.1 media-sound/clementine/clementine-0.5.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/clementine-0.5.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/clementine/clementine-0.5.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: clementine-0.5.3.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-0.5.3.ebuild,v 1.1 2010/09/30 10:19:07 ssuominen Exp $
52
53 EAPI=2
54
55 LANGS=" ar bg ca cs da de el en_CA en_GB es fi fr gl hu it kk lt nb nl oc pl pt_BR pt ro ru sk sl sr sv tr uk zh_CN zh_TW"
56
57 inherit cmake-utils gnome2-utils
58
59 DESCRIPTION="A modern music player and library organizer based on Amarok 1.4 and Qt4"
60 HOMEPAGE="http://code.google.com/p/clementine-player/"
61 SRC_URI="http://clementine-player.googlecode.com/files/${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="iphone ipod mtp projectm wiimote"
67 IUSE+="${LANGS// / linguas_}"
68
69 COMMON_DEPEND="
70 x11-libs/qt-gui:4[dbus]
71 x11-libs/qt-opengl:4
72 x11-libs/qt-sql:4[sqlite]
73 >=media-libs/taglib-1.6
74 media-libs/liblastfm
75 >=dev-libs/glib-2.10:2
76 dev-libs/libxml2
77 >=media-libs/gstreamer-0.10
78 >=media-libs/gst-plugins-base-0.10
79 ipod? (
80 >=media-libs/libgpod-0.7.92
81 iphone? (
82 app-pda/libplist
83 >=app-pda/libimobiledevice-1.0
84 app-pda/usbmuxd
85 )
86 )
87 mtp? ( media-libs/libmtp )
88 projectm? ( media-libs/glew )
89 "
90 # now only presets are used, libprojectm is internal
91 # http://code.google.com/p/clementine-player/source/browse/#svn/trunk/3rdparty/libprojectm/patches
92 # r1966 "Compile with a static sqlite by default, since Qt 4.7 doesn't seem to expose the symbols we need to use FTS"
93 RDEPEND="${COMMON_DEPEND}
94 projectm? ( >=media-libs/libprojectm-1.2.0 )
95 >=media-plugins/gst-plugins-meta-0.10
96 >=media-plugins/gst-plugins-gio-0.10
97 >=media-plugins/gst-plugins-soup-0.10
98 "
99 DEPEND="${COMMON_DEPEND}
100 >=dev-libs/boost-1.39
101 dev-util/pkgconfig
102 sys-devel/gettext
103 x11-libs/qt-test:4
104 "
105 DOCS="Changelog TODO"
106
107 PATCHES=( "${FILESDIR}"/${PN}-0.5.1-automagic.patch )
108
109 src_configure() {
110 # linguas
111 local langs x
112 for x in ${LANGS}; do
113 use linguas_${x} && langs+=" ${x}"
114 done
115
116 # Upstream supports only gstreamer engine, other engines are unstable and lacking features.
117 local mycmakeargs=(
118 -DLINGUAS="${langs}"
119 "-DBUNDLE_PROJECTM_PRESETS=OFF"
120 $(cmake-utils_use ipod ENABLE_LIBGPOD)
121 $(cmake-utils_use iphone ENABLE_IMOBILEDEVICE)
122 $(cmake-utils_use mtp ENABLE_LIBMTP)
123 "-DENABLE_GIO=ON"
124 $(cmake-utils_use wiimote ENABLE_WIIMOTEDEV)
125 $(cmake-utils_use projectm ENABLE_VISUALISATIONS)
126 "-DSTATIC_SQLITE=OFF"
127 "-DENGINE_GSTREAMER_ENABLED=ON"
128 "-DENGINE_QT_PHONON_ENABLED=OFF"
129 "-DENGINE_LIBVLC_ENABLED=OFF"
130 "-DENGINE_LIBXINE_ENABLED=OFF"
131 )
132
133 cmake-utils_src_configure
134 }
135
136 pkg_preinst() {
137 gnome2_icon_savelist
138 }
139
140 pkg_postinst() {
141 gnome2_icon_cache_update
142 }
143
144 pkg_postrm() {
145 gnome2_icon_cache_update
146 }