wok-next view clutter-gst/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents
children 624ffd1bb925
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clutter-gst"
4 VERSION="3.0.24"
5 CATEGORY="x-window"
6 SHORT_DESC="Integration library for using GStreamer with Clutter"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://developer.gnome.org/clutter-gst/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/clutter-gst.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="clutter-dev cogl-dev glib-dev gstreamer1-dev \
16 gst1-plugins-base-dev libgudev-dev"
17 SPLIT="clutter-gst-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 clutter-gst)
29 copy @std
30 DEPENDS="clutter cogl gdk-pixbuf glib gst1-plugins-base gstreamer1 \
31 libgudev xorg-libX11"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }