# HG changeset patch # User Pascal Bellard # Date 1361209050 -3600 # Node ID 07082c1a3c4f68155a816384d90e9d316d76e1dc # Parent ba7a5b27465c20bf161c55cfe6f6294cf786236a hydra: fix compile_rules diff -r ba7a5b27465c -r 07082c1a3c4f gst-python/receipt --- a/gst-python/receipt Mon Feb 18 18:25:36 2013 +0100 +++ b/gst-python/receipt Mon Feb 18 18:37:30 2013 +0100 @@ -11,7 +11,7 @@ DEPENDS="pygobject gstreamer gst-plugins-base" BUILD_DEPENDS="pygobject-dev gstreamer gstreamer-dev libxml2-dev liboil-dev \ -python-dev glib-dev gst-plugins-base-dev pkg-config lorcon-dev" +python-dev glib-dev gst-plugins-base-dev pkg-config" # Rules to configure and make the package. compile_rules() diff -r ba7a5b27465c -r 07082c1a3c4f hydra/receipt --- a/hydra/receipt Mon Feb 18 18:25:36 2013 +0100 +++ b/hydra/receipt Mon Feb 18 18:37:30 2013 +0100 @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - mv $PACKAGE-$VERSION-src $PACKAGE-$VERSION cd $src ./configure \ --prefix=/usr \ diff -r ba7a5b27465c -r 07082c1a3c4f parole/receipt --- a/parole/receipt Mon Feb 18 18:25:36 2013 +0100 +++ b/parole/receipt Mon Feb 18 18:37:30 2013 +0100 @@ -14,7 +14,7 @@ BUILD_DEPENDS="intltool libxfcegui4-dev libxfce4util-dev dbus-glib-dev \ libgio-dev gst-plugins-base-dev taglib-dev startup-notification-dev \ libnotify-dev gstreamer-dev util-linux-uuid-dev coreutils-operations \ -gtk+-dev libxml2-dev lorcon-dev" +gtk+-dev libxml2-dev" # Rules to configure and make the package. compile_rules()