totem: update to 3.14.1.
This commit is contained in:
parent
ad1fda522a
commit
1e9ba8924b
2 changed files with 4 additions and 11 deletions
|
@ -1 +0,0 @@
|
||||||
totem
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'totem'
|
# Template file for 'totem'
|
||||||
pkgname=totem
|
pkgname=totem
|
||||||
version=3.12.2
|
version=3.14.1
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="A GNOME integrated movie player based on Gstreamer"
|
short_desc="A GNOME integrated movie player based on Gstreamer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="custom, GPL-2"
|
license="custom, GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=76f9d8bb04813f5c19c0d09f946a2ba42647d10e174c27e8d848afcec7005cd1
|
checksum=288150837fd2693a4b672210a1ffdd178d3e542df954af247dc04c666bf97536
|
||||||
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile
|
configure_args="--disable-static --disable-schemas-compile
|
||||||
|
@ -23,7 +23,8 @@ makedepends="
|
||||||
clutter-gst-devel>=2.0.10 clutter-gtk-devel>=1.5.2 libSM-devel
|
clutter-gst-devel>=2.0.10 clutter-gtk-devel>=1.5.2 libSM-devel
|
||||||
libpeas-devel>=1.9 libXtst-devel grilo-devel>=0.2.7 libepc-devel vala-devel>=0.24
|
libpeas-devel>=1.9 libXtst-devel grilo-devel>=0.2.7 libepc-devel vala-devel>=0.24
|
||||||
gst-plugins-bad1-devel>=1:1.2.4 gsettings-desktop-schemas-devel>=3.12
|
gst-plugins-bad1-devel>=1:1.2.4 gsettings-desktop-schemas-devel>=3.12
|
||||||
nautilus-devel>=3.12 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4"
|
nautilus-devel>=3.14 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4
|
||||||
|
gnome-desktop-devel>=3.14"
|
||||||
depends="grilo-plugins>=0.2.12 hicolor-icon-theme desktop-file-utils
|
depends="grilo-plugins>=0.2.12 hicolor-icon-theme desktop-file-utils
|
||||||
gst-libav>=1:1.2.4 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4"
|
gst-libav>=1:1.2.4 gst-plugins-ugly1>=1:1.2.4 gst-plugins-good1>=1:1.2.4"
|
||||||
|
|
||||||
|
@ -51,10 +52,3 @@ totem-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
totem-mozilla-plugin_package() {
|
|
||||||
short_desc+=" - Mozilla plug-in"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/mozilla
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue