wok-current view gst-plugins-base-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents dcb071a5e9e6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-base-dev"
4 VERSION="0.10.36"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-base devel files"
8 MAINTAINER="jozee@slitaz.org"
9 LICENSE="GPL2"
10 WANTED="gst-plugins-base"
11 WEB_SITE="https://gstreamer.freedesktop.org/"
13 DEPENDS="gstreamer-dev pango-dev gobject-introspection-dev alsa-lib-dev \
14 libogg-dev libvorbis-dev libtheora-dev libtheora-enc udev-dev gst-plugins-base \
15 xorg-dev xorg-libXv-dev xorg-libXvMC-dev cdparanoia-III-dev orc-dev pkg-config"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib $fs/usr/share
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/share/gir-1.0 $fs/usr/share
24 }