# HG changeset patch # User Pascal Bellard # Date 1510864649 -3600 # Node ID 09bc5cfc41d1b427ced03512410c58413613bb4c # Parent 2538504c27db8929a53c354b7430e28bcabdc2d7 orpheus: tiny patch diff -r 2538504c27db -r 09bc5cfc41d1 orpheus/receipt --- a/orpheus/receipt Thu Nov 16 18:49:02 2017 +0100 +++ b/orpheus/receipt Thu Nov 16 21:37:29 2017 +0100 @@ -18,7 +18,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src + sed -i 's|fcntl.h>|&\n#include |' src/streamtrack.cc export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -logg" unset CFLAGS CXXFLAGS ./configure 2>&1 | grep -v /config.rpath && diff -r 2538504c27db -r 09bc5cfc41d1 owfs/receipt --- a/owfs/receipt Thu Nov 16 18:49:02 2017 +0100 +++ b/owfs/receipt Thu Nov 16 21:37:29 2017 +0100 @@ -10,13 +10,12 @@ WEB_SITE="www.owfs.org" WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL" -BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat" +BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat-dev udev-dev" DEPENDS="fuse libusb" # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install diff -r 2538504c27db -r 09bc5cfc41d1 oxine/receipt --- a/oxine/receipt Thu Nov 16 18:49:02 2017 +0100 +++ b/oxine/receipt Thu Nov 16 21:37:29 2017 +0100 @@ -9,13 +9,13 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://oxine.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" -BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev" + DEPENDS="libcdio xine-lib curl" +BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev xorg-libX11-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install }