wok view gst-plugins-base-dev/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 8ed62ecac0c7
children dcb071a5e9e6
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
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/gstreamer-$SERIES $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/lib/*.*a $fs/usr/lib/
24 cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
25 cp -a $install/usr/share/gir-1.0 $fs/usr/share
26 }