diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-11-13 15:52:01 +0100 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-11-13 15:55:21 +0100 |
commit | ee3d8baf4381bd332bd8960b5399723ed157e8b8 (patch) | |
tree | 3781bab22ad7d51802c00f849ee303bd1d81a48d | |
parent | tp-farsight: moved to tree (diff) | |
download | keruspe-ee3d8baf4381bd332bd8960b5399723ed157e8b8.tar.gz keruspe-ee3d8baf4381bd332bd8960b5399723ed157e8b8.tar.bz2 keruspe-ee3d8baf4381bd332bd8960b5399723ed157e8b8.zip |
add brasero
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
-rw-r--r-- | app-cdr/brasero/Manifest | 1 | ||||
-rw-r--r-- | app-cdr/brasero/brasero-9999-r1.ebuild | 93 | ||||
-rw-r--r-- | profiles/categories | 1 |
3 files changed, 95 insertions, 0 deletions
diff --git a/app-cdr/brasero/Manifest b/app-cdr/brasero/Manifest new file mode 100644 index 00000000..809cd250 --- /dev/null +++ b/app-cdr/brasero/Manifest @@ -0,0 +1 @@ +EBUILD brasero-9999-r1.ebuild 2410 RMD160 7dfdb09adfb93df6dcaba94337f53daca7d02d3f SHA1 257f589166b7e3b7fb717f5a03577210c04385fb SHA256 1facf8268dfe2dd1dfce5f4bd3ddb1f6a6386bb9d6346e5d7f36be6c59575018 diff --git a/app-cdr/brasero/brasero-9999-r1.ebuild b/app-cdr/brasero/brasero-9999-r1.ebuild new file mode 100644 index 00000000..3a0bc07f --- /dev/null +++ b/app-cdr/brasero/brasero-9999-r1.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2-live multilib + +DESCRIPTION="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop." +HOMEPAGE="http://projects.gnome.org/brasero/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="+css doc +introspection +libburn mp3 nautilus packagekit playlist test tracker" + +COMMON_DEPEND=" + >=dev-libs/glib-2.29.14:2 + >=x11-libs/gtk+-3.0.0:3[introspection?] + >=media-libs/gstreamer-0.10.15:0.10 + >=media-libs/gst-plugins-base-0.10:0.10 + >=dev-libs/libxml2-2.6:2 + >=x11-libs/libnotify-0.6.1 + + media-libs/libcanberra[gtk3] + x11-libs/libICE + x11-libs/libSM + + introspection? ( >=dev-libs/gobject-introspection-0.6.3 ) + libburn? ( + >=dev-libs/libburn-0.4 + >=dev-libs/libisofs-0.6.4 ) + nautilus? ( >=gnome-base/nautilus-2.91.90 ) + playlist? ( >=dev-libs/totem-pl-parser-2.29.1 ) + tracker? ( >=app-misc/tracker-0.12 )" +RDEPEND="${COMMON_DEPEND} + media-libs/gst-plugins-good:0.10 + media-plugins/gst-plugins-gconf:0.10 + media-plugins/gst-plugins-meta:0.10[mp3?] + x11-themes/hicolor-icon-theme + css? ( media-libs/libdvdcss:1.2 ) + !libburn? ( + app-cdr/cdrdao + app-cdr/dvd+rw-tools + virtual/cdrtools ) + mp3? ( media-libs/gst-plugins-ugly:0.10 ) + packagekit? ( app-admin/packagekit-base )" +DEPEND="${COMMON_DEPEND} + app-text/gnome-doc-utils + dev-util/pkgconfig + sys-devel/gettext + dev-util/intltool + gnome-base/gnome-common:3 + >=dev-util/gtk-doc-am-1.12 + doc? ( >=dev-util/gtk-doc-1.12 ) + 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-scrollkeeper + --disable-caches + --disable-dependency-tracking + $(use_enable !libburn cdrtools) + $(use_enable !libburn cdrkit) + $(use_enable !libburn cdrdao) + $(use_enable !libburn growisofs) + $(use_enable introspection) + $(use_enable libburn libburnia) + $(use_enable nautilus) + $(use_enable playlist) + $(use_enable tracker search)" + + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" +} + +src_prepare() { + gnome2_src_prepare + touch plugins/libburnia/.gitignore.tmp +} + +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/profiles/categories b/profiles/categories index 8795c684..93d2ed3f 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,3 +1,4 @@ +app-cdr app-crypt app-laptop app-misc |