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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children f1e7b7e48bcd
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clutter-gst"
4 VERSION="3.0.26"
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/svn/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="$PACKAGE-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 \
31 gstreamer1 libgudev libx11"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="clutter-gst clutter-dev cogl-dev glib-dev \
36 gst1-plugins-base-dev gstreamer1-dev"
37 ;;
38 esac
39 }