21 lines
712 B
Plaintext
21 lines
712 B
Plaintext
|
# Description: GStreamer tabanlı GNOME3 film oynatıcı.
|
|||
|
# URL: http://www.gnome.org/projects/totem/"
|
|||
|
# Packager: yasarciv67@gmail.com
|
|||
|
# Depends on: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache grilo libpeas gnome-icon-theme iso-codes gnome-doc-utils python-xdg clutter-gst clutter-gtk xorg-libsm libpeas python-gobject libgdata gstreamer1-plugins-good gstreamer1-plugins-bad totem-pl-parser nautilus python-pylint
|
|||
|
|
|||
|
name=totem
|
|||
|
version=3.22.0
|
|||
|
release=1
|
|||
|
|
|||
|
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|||
|
|
|||
|
build() {
|
|||
|
cd $name-$version
|
|||
|
./configure --prefix=/usr \
|
|||
|
--disable-static \
|
|||
|
--enable-python \
|
|||
|
--enable-nautilus
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|