wok rev 22696

Remove ffmpeg-git
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 21 08:08:43 2020 +0100 (2020-01-21)
parents 3e80b32cca09
children ce4fc4b24242
files cpige/receipt esterel-scLego/receipt esterel/receipt ffmpeg-git/receipt
line diff
     1.1 --- a/cpige/receipt	Tue Jan 21 07:09:37 2020 +0100
     1.2 +++ b/cpige/receipt	Tue Jan 21 08:08:43 2020 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="A shoutcast and icecast stream downloader"
     1.5  MAINTAINER="devel@slitaz.org"
     1.6  LICENSE="GNU/GPL v2"
     1.7 -WEB_SITE="http://old.ed.zehome.com/?page=cpige-en"
     1.8 +WEB_SITE="https://old.ed.zehome.com/?page=cpige-en"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="http://old.ed.zehome.com/$PACKAGE/$TARBALL"
     2.1 --- a/esterel-scLego/receipt	Tue Jan 21 07:09:37 2020 +0100
     2.2 +++ b/esterel-scLego/receipt	Tue Jan 21 08:08:43 2020 +0100
     2.3 @@ -7,7 +7,7 @@
     2.4  MAINTAINER="rcx@zoominternet.net"
     2.5  LICENSE="other"
     2.6  TARBALL="$PACKAGE-$VERSION.tgz"
     2.7 -WEB_SITE="http://www.emn.fr/x-info/lego/"
     2.8 +WEB_SITE="https://web.imt-atlantique.fr/x-info/lego/"
     2.9  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
    2.10  
    2.11  DEPENDS="perl-core"
     3.1 --- a/esterel/receipt	Tue Jan 21 07:09:37 2020 +0100
     3.2 +++ b/esterel/receipt	Tue Jan 21 08:08:43 2020 +0100
     3.3 @@ -7,7 +7,7 @@
     3.4  MAINTAINER="rcx@zoominternet.net"
     3.5  LICENSE="other"
     3.6  TARBALL="$PACKAGE-$VERSION.tgz"
     3.7 -WEB_SITE="http://www.emn.fr/x-info/lego/"
     3.8 +WEB_SITE="https://web.imt-atlantique.fr/x-info/lego/"
     3.9  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
    3.10  
    3.11  DEPENDS="glibc-base"
     4.1 --- a/ffmpeg-git/receipt	Tue Jan 21 07:09:37 2020 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,47 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="ffmpeg-git"
     4.7 -VERSION="20140308"
     4.8 -CATEGORY="multimedia"
     4.9 -SHORT_DESC="Record, convert and stream audio and video (Devel version)."
    4.10 -MAINTAINER="pankso@slitaz.org"
    4.11 -LICENSE="GPL2 LGPL2.1"
    4.12 -WEB_SITE="http://ffmpeg.org/"
    4.13 -PROVIDE="ffmpeg"
    4.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.15 -WGET_URL="git|git://source.ffmpeg.org/ffmpeg.git"
    4.16 -
    4.17 -TAGS="audio video convert stream"
    4.18 -DEPENDS="bzlib freetype imlib2 alsa-lib jack-audio-connection-kit zlib"
    4.19 -BUILD_DEPENDS="subversion imlib2-dev freetype-dev libsdl-dev zlib-dev \
    4.20 -coreutils-file-format coreutils-file-special"
    4.21 -
    4.22 -# Rules to configure and make the package.
    4.23 -compile_rules()
    4.24 -{
    4.25 -	# Fix configure for GCC 4.5.0
    4.26 -	#sed -i 's/"\$@" >> \$logfile 2/$@ >> $logfile 2/' configure
    4.27 -	./configure \
    4.28 -		--prefix=/usr \
    4.29 -		--enable-gpl \
    4.30 -		--arch=$ARCH \
    4.31 -		--cpu=$ARCH \
    4.32 -		--enable-shared \
    4.33 -		--enable-small \
    4.34 -		--enable-pthreads \
    4.35 -		--enable-postproc \
    4.36 -		--disable-mmx \
    4.37 -		--disable-ssse3 &&
    4.38 -	make &&
    4.39 -	make DESTDIR=$DESTDIR install
    4.40 -}
    4.41 -
    4.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.43 -genpkg_rules()
    4.44 -{
    4.45 -	mkdir -p $fs/usr/lib
    4.46 -	cp -a $install/usr/lib/*so* $fs/usr/lib
    4.47 -	cp -a $install/usr/bin $fs/usr
    4.48 -	# ffplay with it SDL dep go in a splited package
    4.49 -	rm $fs/usr/bin/ffplay
    4.50 -}