wok-next rev 20337

orpheus: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 21:37:29 2017 +0100 (2017-11-16)
parents 2538504c27db
children 9020a7ec9899
files orpheus/receipt owfs/receipt oxine/receipt
line diff
     1.1 --- a/orpheus/receipt	Thu Nov 16 18:49:02 2017 +0100
     1.2 +++ b/orpheus/receipt	Thu Nov 16 21:37:29 2017 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's|fcntl.h>|&\n#include <unistd.h>|' src/streamtrack.cc
     1.9  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg"
    1.10  	unset CFLAGS CXXFLAGS
    1.11  	./configure 2>&1 | grep -v /config.rpath &&
     2.1 --- a/owfs/receipt	Thu Nov 16 18:49:02 2017 +0100
     2.2 +++ b/owfs/receipt	Thu Nov 16 21:37:29 2017 +0100
     2.3 @@ -10,13 +10,12 @@
     2.4  WEB_SITE="www.owfs.org"
     2.5  WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
     2.6  
     2.7 -BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
     2.8 +BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat-dev udev-dev"
     2.9  DEPENDS="fuse libusb"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()
    2.13  {
    2.14 -	cd $src
    2.15  	./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS &&
    2.16  	make &&
    2.17  	make DESTDIR=$DESTDIR install
     3.1 --- a/oxine/receipt	Thu Nov 16 18:49:02 2017 +0100
     3.2 +++ b/oxine/receipt	Thu Nov 16 21:37:29 2017 +0100
     3.3 @@ -9,13 +9,13 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.5  WEB_SITE="http://oxine.sourceforge.net/"
     3.6  WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
     3.7 -BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev"
     3.8 +
     3.9  DEPENDS="libcdio xine-lib curl"
    3.10 +BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev xorg-libX11-dev"
    3.11  
    3.12  # Rules to configure and make the package.
    3.13  compile_rules()
    3.14  {
    3.15 -	cd $src
    3.16  	./configure $CONFIGURE_ARGS &&
    3.17  	make &&	make install
    3.18  }