From e692994ea901f07375f42d472d80281848826fd7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 14 Dec 2011 11:46:10 +0100 Subject: [PATCH] brasero: enable libburnia plugins, revbump. --- common/shlibs | 1 + srcpkgs/brasero/brasero.rshlibs | 2 ++ srcpkgs/brasero/template | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/common/shlibs b/common/shlibs index c1f908ef1dc..2f95edd8970 100644 --- a/common/shlibs +++ b/common/shlibs @@ -923,3 +923,4 @@ libyajl.so.2 yajl yajl-devel libconfuse.so.0 confuse confuse-devel libLLVM-3.0.so libllvm llvm-devel libclang.so libclang libclang-devel +libisofs.so.6 libisofs libisofs-devel diff --git a/srcpkgs/brasero/brasero.rshlibs b/srcpkgs/brasero/brasero.rshlibs index 2f54d8c2b1b..20d995cb70d 100644 --- a/srcpkgs/brasero/brasero.rshlibs +++ b/srcpkgs/brasero/brasero.rshlibs @@ -29,3 +29,5 @@ libnautilus-extension.so.1 libtracker-sparql-0.12.so.0 libSM.so.6 libICE.so.6 +libburn.so.4 +libisofs.so.6 diff --git a/srcpkgs/brasero/template b/srcpkgs/brasero/template index 602ebe1e8a0..6796462e232 100644 --- a/srcpkgs/brasero/template +++ b/srcpkgs/brasero/template @@ -1,7 +1,7 @@ # Template file for 'brasero' pkgname=brasero version=3.2.0 -revision=4 +revision=5 distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--disable-schemas-compile --disable-caches" @@ -41,3 +41,5 @@ Add_dependency build libnotify-devel Add_dependency build libcanberra-devel Add_dependency build nautilus-devel Add_dependency build tracker-devel +Add_dependency build libisofs-devel +Add_dependency build libburn-devel