From 815f1fdbf3ed92d834e403abf3f973e01d395480 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 May 2013 14:45:06 +0200 Subject: [PATCH] totem: update to 3.8.2. --- srcpkgs/totem/template | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/srcpkgs/totem/template b/srcpkgs/totem/template index 3ed7bfb0da7..4530fceb740 100644 --- a/srcpkgs/totem/template +++ b/srcpkgs/totem/template @@ -1,35 +1,13 @@ # Template file for 'totem' pkgname=totem -version=3.8.0 +version=3.8.2 revision=1 short_desc="A GNOME integrated movie player based on Gstreamer" maintainer="Juan RP " homepage="http://www.gnome.org" license="custom, GPL-2" distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz" -checksum=74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039 -long_desc=" - Totem is a simple yet featureful media player for GNOME which can read - a large number of file formats. It features : - - * Shoutcast, m3u, asx, SMIL and ra playlists support - * DVD (with menus), VCD and Digital CD (with CDDB) playback - * TV-Out configuration with optional resolution switching - * 4.0, 5.0, 5.1 and stereo audio output - * Full-screen mode (move your mouse and you get nice controls) with - Xinerama, dual-head and RandR support - * Aspect ratio toggling, scaling based on the video's original size - * Full keyboard control - * Simple playlist with repeat mode and saving feature - * GNOME, Nautilus and GIO integration - * Screenshot of the current movie - * Brightness and Contrast control - * Visualisation plugin when playing audio-only files - * Video thumbnailer for nautilus - * Nautilus properties page - * Works on remote displays - * DVD, VCD and OGG/OGM subtitles with automatic language selection - * Extensible with plugins" +checksum=eda9e0a016bb2ac14f7cd7c8c03b8ee1ab3f1b3ba6558f65c64514e5d2583e01 build_style=gnu-configure configure_args="--disable-static --disable-schemas-compile @@ -50,7 +28,7 @@ makedepends="gnutls-devel gst-plugins-base1-devel totem-pl-parser-devel #pycompile_dirs="usr/lib/totem/plugins" libtotem_package() { - short_desc="${short_desc} - runtime library" + short_desc+=" - runtime library" replaces="totem<3.6.2" pkg_install() { vmove "usr/lib/*.so*" @@ -60,7 +38,7 @@ libtotem_package() { totem-devel_package() { depends="gtk+3-devel totem-pl-parser-devel libtotem-${version}_${revision}" - short_desc="${short_desc} - development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig @@ -80,6 +58,6 @@ 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 usr + vmove all } }