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

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (2 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-base-1.0-dev"
4 VERSION="1.18.5"
5 SERIES="1.0"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-base development files."
8 MAINTAINER="jozee@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://gstreamer.freedesktop.org/"
12 DEPENDS="alsa-lib-dev gstreamer-1.0-dev libogg-dev libtheora-dev
13 libtheora-enc libvorbis-dev orc-dev pango-dev pkg-config
14 udev-dev xorg-dev xorg-libXv-dev xorg-libXvMC-dev gst-plugins-base-1.0"
15 WANTED="gst-plugins-base-1.0"
17 HOST_ARCH="i486 arm"
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib/gstreamer-$SERIES
23 mkdir -p $fs/usr/share
25 cp -a $install/usr/include $fs/usr
26 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
27 }