totem-pl-parser: rebuild against libarchive-3.1.2.
This commit is contained in:
parent
8e91aef04e
commit
27fecfb89e
2 changed files with 6 additions and 11 deletions
srcpkgs/totem-pl-parser
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'totem-pl-parser'
|
# Template file for 'totem-pl-parser'
|
||||||
pkgname=totem-pl-parser
|
pkgname=totem-pl-parser
|
||||||
version=3.4.3
|
version=3.4.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-quvi --enable-libarchive --enable-libgcrypt"
|
configure_args="--disable-static --enable-quvi --enable-libarchive --enable-libgcrypt"
|
||||||
makedepends="pkg-config intltool gobject-introspection libsoup-gnome-devel
|
makedepends="pkg-config intltool gobject-introspection libsoup-gnome-devel
|
||||||
glib-devel gmime-devel libarchive-devel libgcrypt-devel libquvi-devel"
|
gmime-devel libarchive-devel>=3.1.2 libgcrypt-devel libquvi-devel"
|
||||||
short_desc="Totem playlist parser library"
|
short_desc="Totem playlist parser library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnome.org"
|
||||||
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
checksum=ab8beed4dd5d3a5d7ed5dc8b357e94dc03a8553fef6e33c2e7fb63a76e44c42b
|
checksum=ab8beed4dd5d3a5d7ed5dc8b357e94dc03a8553fef6e33c2e7fb63a76e44c42b
|
||||||
long_desc="
|
|
||||||
$pkgname is a simple GObject-based library to parse a host of
|
|
||||||
playlist formats, as well as save those."
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
# Template file for 'totem-pl-parser-devel'.
|
# Template file for 'totem-pl-parser-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel libxml2-devel gmime-devel libquvi-devel libgcrypt-devel totem-pl-parser>=${version}"
|
depends="glib-devel libxml2-devel gmime-devel libquvi-devel
|
||||||
|
libgcrypt-devel totem-pl-parser>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue