wok-next diff gst0-plugins-bad/receipt @ rev 19829

Rename jack-audio-connection-kit -> jack; add jack2; up gst0-plugins-base, gst0-plugins-good, gst0-plugins-bad, gst0-plugins-full, and other gst0-plugins-* dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 04 16:04:04 2017 +0300 (2017-08-04)
parents 0e8dadf052b9
children e6615350078d
line diff
     1.1 --- a/gst0-plugins-bad/receipt	Thu Jul 27 00:56:44 2017 +0300
     1.2 +++ b/gst0-plugins-bad/receipt	Fri Aug 04 16:04:04 2017 +0300
     1.3 @@ -1,37 +1,34 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gst0-plugins-bad"
     1.8  VERSION="0.10.23"
     1.9 -SERIES="0.10"
    1.10  CATEGORY="multimedia"
    1.11 -SHORT_DESC="GStreamer Bad Plugins"
    1.12 +SHORT_DESC="GStreamer-0.10 Bad Plugins"
    1.13  MAINTAINER="jozee@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -SUGGESTED="libsdl schroedinger"
    1.16 +WEB_SITE="http://gstreamer.freedesktop.org/"
    1.17 +
    1.18  TARBALL="gst-plugins-bad-$VERSION.tar.xz"
    1.19 -WEB_SITE="http://gstreamer.freedesktop.org/"
    1.20 -WGET_URL="$WEB_SITE/src/gst-plugins-bad/$TARBALL"
    1.21 -LOCALES="da de es fr id it pt_BR ru zh_CN"
    1.22 +WGET_URL="https://gstreamer.freedesktop.org/src/gst-plugins-bad/$TARBALL"
    1.23  
    1.24 -DEPENDS="gst0-plugins-base faac libpng libvpx openssl xvidcore
    1.25 -faad2 jasper libmms libmodplug libsndfile mjpegtools neon"
    1.26 -BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev
    1.27 -faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev jpeg-dev
    1.28 -faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev
    1.29 -mjpegtools-dev neon-dev schroedinger-dev expat-dev flac-dev"
    1.30 +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev \
    1.31 +gettext \
    1.32 +faac-dev libpng16-dev libvpx-dev openssl-dev xvidcore-dev libjpeg-turbo-dev \
    1.33 +faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev \
    1.34 +expat-dev flac-dev mjpegtools-dev curl-dev neon-dev schroedinger-dev opus-dev \
    1.35 +zvbi-dev"
    1.36 +SPLIT="gst0-plugins-bad-dev"
    1.37  
    1.38  # Rules to configure and make the package.
    1.39  compile_rules()
    1.40  {
    1.41 -	cd $src
    1.42  	./configure \
    1.43 -		--prefix=/usr \
    1.44  		--sysconfdir=/etc \
    1.45  		--localstatedir=/var \
    1.46  		--disable-static \
    1.47  		--disable-debug \
    1.48  		--enable-experimental \
    1.49 -		--with-package-name="GStreamer Bad Plugins ($SERIES)" \
    1.50 +		--with-package-name="$SHORT_DESC" \
    1.51  		--with-package-origin="http://www.slitaz.org/" \
    1.52  		$CONFIGURE_ARGS &&
    1.53  	make $MAKEFLAGS &&
    1.54 @@ -41,10 +38,25 @@
    1.55  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.56  genpkg_rules()
    1.57  {
    1.58 -	mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale
    1.59 -	mv $install/usr/lib/*.so* $fs/usr/lib
    1.60 -	mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES
    1.61 -	for locale in $LOCALES; do
    1.62 -		mv $install/usr/share/locale/$locale $fs/usr/share/locale
    1.63 -	done
    1.64 +	case $PACKAGE in
    1.65 +		*-bad)
    1.66 +			copy @std
    1.67 +			DEPENDS="bzlib faac faad2 glib gst0-plugins-base gstreamer0 jasper \
    1.68 +			libcrypto libcurl libffi liblzma libmms libmodplug libpng16 libsdl \
    1.69 +			libsndfile libssl libvpx libxml2 mjpegtools opus orc pcre \
    1.70 +			schroedinger xorg-libX11 xvidcore zlib zvbi"
    1.71 +			;;
    1.72 +		*-dev)
    1.73 +			copy @dev
    1.74 +			DEPENDS="gst0-plugins-bad \
    1.75 +			bzip2-dev curl-dev faac-dev faad2-dev flac-dev glib-dev \
    1.76 +			gst0-plugins-base-dev gstreamer0-dev jasper-dev libffi-dev \
    1.77 +			libmms-dev libmodplug-dev libogg-dev libpng16-dev libsdl-dev \
    1.78 +			libsndfile-dev libvorbis-dev libvpx-dev libxml2-dev mjpegtools-dev \
    1.79 +			openssl-dev opus-dev orc-dev pcre-dev schroedinger-dev \
    1.80 +			util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
    1.81 +			xorg-libX11-dev xorg-libXau-dev xorg-libxcb-dev xorg-libXdmcp-dev \
    1.82 +			xvidcore-dev xz-dev zlib-dev zvbi-dev"
    1.83 +			;;
    1.84 +	esac
    1.85  }