From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/muine: muine-0.8.11-r2.ebuild ChangeLog
Date: Sun, 19 Dec 2010 19:44:03 +0000 (UTC) [thread overview]
Message-ID: <20101219194403.E0A0220054@flycatcher.gentoo.org> (raw)
pacho 10/12/19 19:44:03
Modified: ChangeLog
Added: muine-0.8.11-r2.ebuild
Log:
Revision bump for dropping -DG.*DISABLE_DEPRECATED that was causing breakage on people emerging muine against gtk+-2.22 (bug #346129 by Diego Elio Pettenò), also drop la files and update homepage.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.63 media-sound/muine/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 7 Oct 2010 20:34:08 -0000 1.62
+++ ChangeLog 19 Dec 2010 19:44:03 -0000 1.63
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/muine
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.62 2010/10/07 20:34:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.63 2010/12/19 19:44:03 pacho Exp $
+
+*muine-0.8.11-r2 (19 Dec 2010)
+
+ 19 Dec 2010; Pacho Ramos <pacho@gentoo.org> +muine-0.8.11-r2.ebuild:
+ Revision bump for dropping -DG.*DISABLE_DEPRECATED that was causing breakage
+ on people emerging muine against gtk+-2.22 (bug #346129 by Diego Elio
+ Pettenò), also drop la files and update homepage.
07 Oct 2010; Pacho Ramos <pacho@gentoo.org> -muine-0.8.10-r1.ebuild,
-files/muine-0.8.10-buttons.patch,
1.1 media-sound/muine/muine-0.8.11-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/muine-0.8.11-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/muine-0.8.11-r2.ebuild?rev=1.1&content-type=text/plain
Index: muine-0.8.11-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r2.ebuild,v 1.1 2010/12/19 19:44:03 pacho Exp $
EAPI=2
inherit base gnome2 mono eutils multilib flag-o-matic
DESCRIPTION="A music player for GNOME"
HOMEPAGE="http://muine.gooeylinux.org/"
SRC_URI="http://download.gnome.org/sources/muine/0.8/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="flac mad vorbis"
RDEPEND="
x11-themes/gnome-icon-theme
>=dev-lang/mono-2
>=x11-libs/gtk+-2.6:2
>=dev-dotnet/gtk-sharp-2.12.9
>=dev-dotnet/glade-sharp-2.12.6
>=dev-dotnet/gnome-sharp-2.6
>=dev-dotnet/gconf-sharp-2.6
>=dev-dotnet/gnomevfs-sharp-2.6
>=dev-dotnet/dbus-sharp-0.4
>=dev-dotnet/dbus-glib-sharp-0.3
>=dev-dotnet/taglib-sharp-2.0.3
sys-libs/gdbm
=media-libs/gstreamer-0.10*
=media-libs/gst-plugins-base-0.10*
=media-libs/gst-plugins-good-0.10*
=media-plugins/gst-plugins-gconf-0.10*
=media-plugins/gst-plugins-gnomevfs-0.10*
flac? ( =media-plugins/gst-plugins-flac-0.10* )
mad? ( =media-plugins/gst-plugins-mad-0.10* )
vorbis? (
=media-plugins/gst-plugins-ogg-0.10*
=media-plugins/gst-plugins-vorbis-0.10*
)
"
DEPEND="${RDEPEND}
dev-util/pkgconfig
app-text/scrollkeeper
gnome-base/gnome-common
>=dev-util/intltool-0.29
virtual/monodoc"
pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS PLUGINS README TODO"
G2CONF="${G2CONF}
--enable-compile-warnings=yes
--docdir=/usr/share/doc/"${PF}"
"
}
src_prepare() {
gnome2_src_prepare
# Fix multimedia key support for >=Gnome-2.22
epatch "${FILESDIR}/${P}-multimedia-keys.patch"
# Replace some deprecated gtk functions
epatch "${FILESDIR}/${P}-drop-deprecated.patch"
# Update icons, upstream bug #623480
sed "s:stock_timer:list-add:g" -i src/AddWindow.cs src/StockIcons.cs || die
# Fix intltoolize broken file, see upstream #577133
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
|| die "sed failed"
# Drop -DG.*DISABLE_DEPRECATED cflags
sed 's:-DG.*DISABLE_DEPRECATED::g' -i libmuine/Makefile.am libmuine/Makefile.in || die
}
src_install() {
gnome2_src_install
find "${ED}" -name "*.la" -delete || die "failed to delete *.la files"
insinto /usr/$(get_libdir)/${PN}/plugins
doins "${S}"/plugins/TrayIcon.dll
}
pkg_postinst() {
gnome2_pkg_postinst
elog
elog "Upstream no longer packages the tray icon plugin by default."
elog "The Gentoo ebuilds will continue to install the plugin, if you don't"
elog "want to use the plugin, remove TrayIcon.dll from"
elog "/usr/$(get_libdir)/muine/plugins/"
elog
}
next reply other threads:[~2010-12-19 19:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-19 19:44 Pacho Ramos (pacho) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-01-26 10:17 [gentoo-commits] gentoo-x86 commit in media-sound/muine: muine-0.8.11-r2.ebuild ChangeLog Pacho Ramos (pacho)
2011-01-29 16:11 Christian Faulhammer (fauli)
2011-01-29 17:07 Markos Chandras (hwoarang)
2011-03-21 20:27 Brent Baude (ranger)
2012-05-05 8:43 Michal Gorny (mgorny)
2013-10-12 12:13 Pacho Ramos (pacho)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101219194403.E0A0220054@flycatcher.gentoo.org \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox