brasero: update to 3.6.1.
This commit is contained in:
parent
f040052cca
commit
25c4340756
2 changed files with 6 additions and 16 deletions
|
@ -1,19 +1,14 @@
|
||||||
libgstvideo-1.0.so.0
|
libgstvideo-1.0.so.0
|
||||||
libgstbase-1.0.so.0
|
|
||||||
libgsttag-1.0.so.0
|
|
||||||
libgstpbutils-1.0.so.0
|
libgstpbutils-1.0.so.0
|
||||||
libgstreamer-1.0.so.0
|
libgstreamer-1.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
librt.so.1
|
|
||||||
libtotem-plparser.so.17
|
libtotem-plparser.so.17
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libatk-1.0.so.0
|
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgdk-3.so.0
|
libgdk-3.so.0
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo-gobject.so.2
|
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
|
@ -22,7 +17,6 @@ libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libnotify.so.4
|
libnotify.so.4
|
||||||
libcanberra-gtk3.so.0
|
libcanberra-gtk3.so.0
|
||||||
libcanberra.so.0
|
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libxml2.so.2
|
libxml2.so.2
|
||||||
libburn.so.4
|
libburn.so.4
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'brasero'
|
# Template file for 'brasero'
|
||||||
pkgname=brasero
|
pkgname=brasero
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-caches"
|
configure_args="--disable-schemas-compile --disable-caches"
|
||||||
depends="cdrtools dconf>=0 shared-mime-info hicolor-icon-theme desktop-file-utils"
|
depends="cdrtools dconf>=0 shared-mime-info hicolor-icon-theme desktop-file-utils"
|
||||||
makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection
|
makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection
|
||||||
gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel libcanberra-devel
|
gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel libcanberra-devel
|
||||||
nautilus-devel>=3.6.0 tracker-devel libisofs-devel libburn-devel itstool"
|
nautilus-devel>=3.6.0 tracker-devel libisofs-devel libburn-devel itstool"
|
||||||
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org/projects/brasero"
|
homepage="http://www.gnome.org/projects/brasero"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
checksum=1eb16f85c5663f3f38ee60516759c0980024b893af9ec7875d31208a53c12b3b
|
checksum=d293eb28dc45af3535f09cf91aa6ccc523f3f3d8b7ad3339b5e79b4acc19b932
|
||||||
long_desc="
|
long_desc="
|
||||||
Features
|
Features
|
||||||
* Data CD/DVD: supports edition of discs contents (remove/move/rename
|
* Data CD/DVD: supports edition of discs contents (remove/move/rename
|
||||||
|
@ -24,9 +25,4 @@ long_desc="
|
||||||
* supports multisession
|
* supports multisession
|
||||||
* supports joliet extension
|
* supports joliet extension
|
||||||
* can write the image to the hard drive
|
* can write the image to the hard drive
|
||||||
* can check disc file integrity
|
* can check disc file integrity"
|
||||||
|
|
||||||
And much more..."
|
|
||||||
|
|
||||||
subpackages="${pkgname}-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue