🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'clutter-gst'
pkgver: '3.0.27'
pkgrel: '6'
pkgdesc: 'GStreamer bindings for clutter'
url: 'https://www.gnome.org/'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- gtk3
- clutter
- 'gstreamer-plugins-base'
- 'gobject-introspection'
source:
- 'https://download.gnome.org/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-debug
make
make DESTDIR=${PKGDIR} install
# Obsolet libs
rm -f ${PKGDIR}/usr/lib/gstreamer-1.0/libcluttergst3.la
rm -f ${PKGDIR}/usr/lib/libclutter-gst-3.0.la
package: |
true