From 7c26938f19b2fe780c6337c4a6a4dfb273b4d06a Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Wed, 31 Mar 2010 22:56:54 +0300 Subject: app-cdr/brasero: Bump to 2.30.0 --- app-cdr/brasero/Manifest | 4 +- app-cdr/brasero/brasero-2.29.92.ebuild | 87 ---------------------------------- app-cdr/brasero/brasero-2.30.0.ebuild | 87 ++++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 89 deletions(-) delete mode 100644 app-cdr/brasero/brasero-2.29.92.ebuild create mode 100644 app-cdr/brasero/brasero-2.30.0.ebuild (limited to 'app-cdr') diff --git a/app-cdr/brasero/Manifest b/app-cdr/brasero/Manifest index ade30427..28c6871f 100644 --- a/app-cdr/brasero/Manifest +++ b/app-cdr/brasero/Manifest @@ -1,2 +1,2 @@ -DIST brasero-2.29.92.tar.bz2 4268665 RMD160 65043047148640172a9e3f0b8b4cb2f148508d8a SHA1 c5604f9edb14c5502945cf3b44d46ec20289b055 SHA256 5d66b0db828f6f6bf07f8583577dced3d01935dd9f0fdf1abfe96b3f7eb46652 -EBUILD brasero-2.29.92.ebuild 2218 RMD160 e0bec4977c42ec8bc5d2552b52044e623703121c SHA1 a1dce2f3e1875be7e79d7fdf8961eb81029a82c3 SHA256 25dcca4ac5da60b69c68398f7a869b9f2c0cf0d4eb23401b6f17f88d7304351c +DIST brasero-2.30.0.tar.bz2 4305810 RMD160 c2e571ae1eedd6e04b1e4a6e961e0b245759e1f1 SHA1 552a14ca86cb3f1b77cfdb44d38c11e47e7767c4 SHA256 6e9ead811f6325ae8c46f888540d57bb9e8c58fddd651fb3442bed4b7a737799 +EBUILD brasero-2.30.0.ebuild 2220 RMD160 93ef77a78eb30844885f0ff50aef99c93f220c27 SHA1 8a8ae02127de279f49cd5341c5ee413d3b3c579f SHA256 5247ae95fd119c8f640f333f9a4bba7d0c7c367e9dfb5a465c1c88f7ae6509ae diff --git a/app-cdr/brasero/brasero-2.29.92.ebuild b/app-cdr/brasero/brasero-2.29.92.ebuild deleted file mode 100644 index 6886dc61..00000000 --- a/app-cdr/brasero/brasero-2.29.92.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit gnome2 multilib - -DESCRIPTION="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop." -HOMEPAGE="http://www.gnome.org/projects/brasero" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="beagle +cdr +css doc +libburn nautilus playlist test" - -COMMON_DEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-2.18 - >=gnome-base/gconf-2 - >=media-libs/gstreamer-0.10.15 - >=media-libs/gst-plugins-base-0.10 - >=dev-libs/libxml2-2.6 - >=dev-libs/libunique-1 - >=dev-libs/dbus-glib-0.7.2 - media-libs/libcanberra[gtk] - beagle? ( >=dev-libs/libbeagle-0.3 ) - libburn? ( - >=dev-libs/libburn-0.4 - >=dev-libs/libisofs-0.6.4 ) - nautilus? ( >=gnome-base/nautilus-2.22.2 ) - playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )" -RDEPEND="${COMMON_DEPEND} - app-cdr/cdrdao - app-cdr/dvd+rw-tools - media-plugins/gst-plugins-meta - css? ( media-libs/libdvdcss ) - cdr? ( virtual/cdrtools ) - !libburn? ( virtual/cdrtools )" -DEPEND="${COMMON_DEPEND} - app-text/gnome-doc-utils - dev-util/pkgconfig - sys-devel/gettext - dev-util/intltool - doc? ( >=dev-util/gtk-doc-1.3 ) - test? ( app-text/docbook-xml-dtd:4.3 )" -# eautoreconf deps -# gnome-base/gnome-common -# dev-util/gtk-doc-am -PDEPEND="gnome-base/gvfs" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-introspection - --disable-schemas-install - --disable-scrollkeeper - --disable-caches - --disable-dependency-tracking - $(use_enable beagle search) - $(use_enable cdr cdrtools) - $(use_enable cdr cdrkit) - $(use_enable libburn libburnia) - $(use_enable nautilus) - $(use_enable playlist)" - - if ! use libburn; then - G2CONF="${G2CONF} --enable-cdrtools --enable-cdrkit" - fi - - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" -} - -src_install() { - gnome2_src_install - - # Remove useless .la files - rm -f "${D}"/usr/$(get_libdir)/brasero/plugins/*.la - rm -f "${D}"/usr/$(get_libdir)/nautilus/extensions-2.0/*.la -} - -pkg_postinst() { - gnome2_pkg_postinst - - echo - elog "If ${PN} doesn't handle some music or video format, please check" - elog "your USE flags on media-plugins/gst-plugins-meta" -} diff --git a/app-cdr/brasero/brasero-2.30.0.ebuild b/app-cdr/brasero/brasero-2.30.0.ebuild new file mode 100644 index 00000000..56a55433 --- /dev/null +++ b/app-cdr/brasero/brasero-2.30.0.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +GCONF_DEBUG="no" + +inherit gnome2 multilib + +DESCRIPTION="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop." +HOMEPAGE="http://www.gnome.org/projects/brasero" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="beagle +cdr +css doc +libburn nautilus playlist test" + +COMMON_DEPEND=">=dev-libs/glib-2.22 + >=x11-libs/gtk+-2.19.7 + >=gnome-base/gconf-2 + >=media-libs/gstreamer-0.10.15 + >=media-libs/gst-plugins-base-0.10 + >=dev-libs/libxml2-2.6 + >=dev-libs/libunique-1 + >=dev-libs/dbus-glib-0.7.2 + media-libs/libcanberra[gtk] + beagle? ( >=dev-libs/libbeagle-0.3 ) + libburn? ( + >=dev-libs/libburn-0.4 + >=dev-libs/libisofs-0.6.4 ) + nautilus? ( >=gnome-base/nautilus-2.22.2 ) + playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )" +RDEPEND="${COMMON_DEPEND} + app-cdr/cdrdao + app-cdr/dvd+rw-tools + media-plugins/gst-plugins-meta + css? ( media-libs/libdvdcss ) + cdr? ( virtual/cdrtools ) + !libburn? ( virtual/cdrtools )" +DEPEND="${COMMON_DEPEND} + app-text/gnome-doc-utils + dev-util/pkgconfig + sys-devel/gettext + dev-util/intltool + doc? ( >=dev-util/gtk-doc-1.3 ) + test? ( app-text/docbook-xml-dtd:4.3 )" +# eautoreconf deps +# gnome-base/gnome-common +# dev-util/gtk-doc-am +PDEPEND="gnome-base/gvfs" + +pkg_setup() { + G2CONF="${G2CONF} + --disable-introspection + --disable-schemas-install + --disable-scrollkeeper + --disable-caches + --disable-dependency-tracking + $(use_enable beagle search) + $(use_enable cdr cdrtools) + $(use_enable cdr cdrkit) + $(use_enable libburn libburnia) + $(use_enable nautilus) + $(use_enable playlist)" + + if ! use libburn; then + G2CONF="${G2CONF} --enable-cdrtools --enable-cdrkit" + fi + + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" +} + +src_install() { + gnome2_src_install + + # Remove useless .la files + rm -f "${D}"/usr/$(get_libdir)/brasero/plugins/*.la + rm -f "${D}"/usr/$(get_libdir)/nautilus/extensions-2.0/*.la +} + +pkg_postinst() { + gnome2_pkg_postinst + + echo + elog "If ${PN} doesn't handle some music or video format, please check" + elog "your USE flags on media-plugins/gst-plugins-meta" +} -- cgit v1.2.3-65-gdbad