63 lines
1.8 KiB
Text
63 lines
1.8 KiB
Text
# Template file for 'totem'
|
|
pkgname=totem
|
|
version=3.8.2
|
|
revision=1
|
|
short_desc="A GNOME integrated movie player based on Gstreamer"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="custom, GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
|
checksum=eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01
|
|
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-schemas-compile
|
|
--disable-python --enable-nautilus"
|
|
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
|
itstool gobject-introspection"
|
|
|
|
makedepends="gnutls-devel gst-plugins-base1-devel totem-pl-parser-devel
|
|
libbluetooth-devel evolution-data-server-devel>=3.8.0 dbus-glib-devel
|
|
clutter-gst-devel>=2.0.2_2 clutter-gtk-devel>=1.4.4 libSM-devel
|
|
libpeas-devel libXtst-devel grilo-devel>=0.2.0 libepc-devel vala-devel>=0.20
|
|
gst-plugins-bad1-devel>=1.0.0_2 gsettings-desktop-schemas-devel>=3.8.0
|
|
libzeitgeist-devel nautilus-devel>=3.8.0 gst-plugins-ugly1 gst-plugins-good1"
|
|
|
|
# XXX xulrunner plugin.
|
|
# XXX reenable python plugin if pylint pkg exists.
|
|
#pycompile_dirs="usr/lib/totem/plugins"
|
|
|
|
libtotem_package() {
|
|
short_desc+=" - runtime library"
|
|
replaces="totem<3.6.2"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so*"
|
|
vmove usr/lib/girepository-1.0
|
|
}
|
|
}
|
|
|
|
totem-devel_package() {
|
|
depends="gtk+3-devel totem-pl-parser-devel libtotem-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
totem-mozilla-plugin_package() {
|
|
short_desc="Mozilla plug-in for Totem media player"
|
|
pkg_install() {
|
|
vmove usr/lib/mozilla
|
|
}
|
|
}
|
|
|
|
totem_package() {
|
|
depends="grilo-plugins>=0.2.0 hicolor-icon-theme desktop-file-utils
|
|
gst-libav gst-plugins-ugly1 gst-plugins-good1"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|