description="GNOME3 movie player based on GStreamer"
url="http://www.gnome.org/projects/totem/"

packager="tnut <tnut@nutyx.org>"
contributors="Tnut, jayce, Fanch, Remy"

makedepends=(appstream-glib meson ninja grilo libpeas
             gnome-icon-theme iso-codes gnome-desktop python2-xdg
             clutter-gst clutter-gtk xorg-libsm libpeas python-gobject
             libgdata gstreamer-plugins-good gstreamer-plugins-bad
             totem-pl-parser)
run=(gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
     python-pylint)

set=(gnome)

name=totem
version=3.34.1

source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)

build() {
cd $name-$version
mkdir build
cd build
meson --prefix=/usr -D enable-vala=no
ninja
DESTDIR=$PKG ninja install
}

