public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/bmpx: ChangeLog bmpx-0.40.10.ebuild
@ 2007-09-28 16:24 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-09-28 16:24 UTC (permalink / raw
  To: gentoo-commits

drac        07/09/28 16:24:23

  Modified:             ChangeLog
  Added:                bmpx-0.40.10.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.10)

Revision  Changes    Path
1.67                 media-sound/bmpx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	16 Sep 2007 15:21:25 -0000	1.66
+++ ChangeLog	28 Sep 2007 16:24:23 -0000	1.67
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/bmpx
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.66 2007/09/16 15:21:25 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/ChangeLog,v 1.67 2007/09/28 16:24:23 drac Exp $
+
+*bmpx-0.40.10 (28 Sep 2007)
+
+  28 Sep 2007; Samuli Suominen <drac@gentoo.org> +bmpx-0.40.10.ebuild:
+  Version bump.
 
 *bmpx-0.40.7 (16 Sep 2007)
 



1.1                  media-sound/bmpx/bmpx-0.40.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild?rev=1.1&content-type=text/plain

Index: bmpx-0.40.10.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/bmpx/bmpx-0.40.10.ebuild,v 1.1 2007/09/28 16:24:23 drac Exp $

inherit fdo-mime gnome2-utils versionator

MY_PR="$(get_version_component_range 1-2 ${PV})"

DESCRIPTION="Next generation Beep Media Player"
HOMEPAGE="http://www.beep-media-player.org"
SRC_URI="http://files.beep-media-player.org/releases/${MY_PR}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc hal modplug networkmanager sid startup-notification"

RDEPEND=">=net-libs/libsoup-2.2.100
	>=dev-db/sqlite-3.3.11
	>=dev-libs/glib-2.10
	>=dev-cpp/glibmm-2.12
	>=dev-libs/libsigc++-2
	>=x11-libs/gtk+-2.10
	>=gnome-base/librsvg-2.14
	>=dev-cpp/gtkmm-2.10
	>=dev-cpp/libglademm-2.6
	>=dev-cpp/cairomm-0.6
	>=dev-cpp/libsexymm-0.1.9
	>=dev-libs/libxml2-2.6.1
	>=media-libs/gst-plugins-base-0.10.14
	>=dev-libs/dbus-glib-0.61
	>=media-libs/taglib-1.4
	media-sound/cdparanoia
	app-arch/zip
	media-libs/alsa-lib
	>=dev-libs/boost-1.33.1
	>=media-libs/libofa-0.9.3
	hal? ( >=sys-apps/hal-0.5.7.1 )
	sid? ( =media-libs/libsidplay-1* )
	modplug? ( >=media-libs/libmodplug-0.8 )
	startup-notification? ( x11-libs/startup-notification )
	networkmanager? ( >=net-misc/networkmanager-0.6 )
	|| ( media-plugins/gst-plugins-alsa media-plugins/gst-plugins-oss )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext
	dev-util/intltool
	>=x11-proto/xproto-7.0.10
	doc? ( app-text/docbook-xsl-stylesheets	dev-libs/libxslt )"

src_compile() {
	econf --with-tr1 --enable-ld-workaround \
		$(use_enable modplug) \
		$(use_enable hal) \
		$(use_enable sid) \
		$(use_enable startup-notification sn) \
		$(use_enable debug) \
		$(use_with networkmanager nm) \
		$(use_enable doc)

	emake -j1 || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog README
}

pkg_postinst() {
	einfo
	elog "Install gst-plugins -mad, -flac, -ogg, -vorbis, -ffmpeg and"
	elog "others you want to use for playing yourself as we don't add"
	elog "USE flags for optional runtime depends because of long"
	elog "compile time BMPx has."
	einfo

	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	gnome2_icon_cache_update
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-28 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-28 16:24 [gentoo-commits] gentoo-x86 commit in media-sound/bmpx: ChangeLog bmpx-0.40.10.ebuild Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox