wok-next rev 19824
python-elementary, py3k3, nanoshot, libwebkit-video, efl: update bdeps, fix aaphoto
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 29 22:49:56 2017 +0200 (2017-07-29) |
parents | 898c3720fbdb |
children | 8f22b3b666d1 |
files | aaphoto/receipt efl/receipt libwebkit-video/receipt nanoshot/receipt py3k3/receipt python-elementary/receipt |
line diff
1.1 --- a/aaphoto/receipt Sat Jul 29 17:34:46 2017 +0300 1.2 +++ b/aaphoto/receipt Sat Jul 29 22:49:56 2017 +0200 1.3 @@ -19,7 +19,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/#include <png.h>/#include <zlib.h>\n&/' aaphoto.c 1.9 ./configure --prefix=/usr && 1.10 make && 1.11 make DESTDIR=$DESTDIR install
2.1 --- a/efl/receipt Sat Jul 29 17:34:46 2017 +0300 2.2 +++ b/efl/receipt Sat Jul 29 22:49:56 2017 +0200 2.3 @@ -20,8 +20,9 @@ 2.4 util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev 2.5 jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev 2.6 xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev 2.7 -mesa-dev util-linux-uuid-dev libxml2-dev flac-dev 2.8 -autoconf automake" 2.9 +xorg-libXcursor-dev xorg-libXcomposite-dev xorg-libXinerama-dev 2.10 +xorg-libXrandr-dev xorg-libXtst-dev mesa-dev util-linux-uuid-dev libxml2-dev 2.11 +flac-dev autoconf automake" 2.12 2.13 # Rules to configure and make the package. 2.14 compile_rules()
3.1 --- a/libwebkit-video/receipt Sat Jul 29 17:34:46 2017 +0300 3.2 +++ b/libwebkit-video/receipt Sat Jul 29 22:49:56 2017 +0200 3.3 @@ -22,7 +22,7 @@ 3.4 m4 bison flex xorg-libXdamage-dev acl-dev libsoup-dev libxml2-dev \ 3.5 libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev libtasn1-dev \ 3.6 gobject-introspection-dev tar gettext glib-networking-dev gtk-doc \ 3.7 -gstreamer0-dev gst0-plugins-base-dev" 3.8 +xorg-libXt gstreamer0-dev gst0-plugins-base-dev" 3.9 SUGGESTED="gst0-plugins-good gst0-plugins-bad gst0-plugins-ugly gst0-ffmpeg" 3.10 3.11 # Rules to configure and make the package.
4.1 --- a/nanoshot/receipt Sat Jul 29 17:34:46 2017 +0300 4.2 +++ b/nanoshot/receipt Sat Jul 29 22:49:56 2017 +0200 4.3 @@ -13,7 +13,7 @@ 4.4 DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 4.5 dbus-python python-pil gst0-python" 4.6 BUILD_DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 4.7 -dbus-python python-pil bash sed" 4.8 +dbus-python python-pil bash sed gettext" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/py3k3/receipt Sat Jul 29 17:34:46 2017 +0300 5.2 +++ b/py3k3/receipt Sat Jul 29 22:49:56 2017 +0200 5.3 @@ -15,7 +15,7 @@ 5.4 DEPENDS="openssl bzlib readline sqlite zlib xorg-libXScrnSaver ncursesw gdbm tk \ 5.5 xorg-libXext" 5.6 BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite-dev zlib-dev tk-dev \ 5.7 -ncursesw-dev liblzma-dev" 5.8 +ncursesw-dev liblzma-dev bzip2-dev" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/python-elementary/receipt Sat Jul 29 17:34:46 2017 +0300 6.2 +++ b/python-elementary/receipt Sat Jul 29 22:49:56 2017 +0200 6.3 @@ -12,7 +12,7 @@ 6.4 TAGS="e enlightenment python" 6.5 6.6 DEPENDS="elementary python-evas" 6.7 -BUILD_DEPENDS="elementary-dev python-evas-dev python-cython \ 6.8 +BUILD_DEPENDS="elementary-dev python-evas-dev python-cython udev \ 6.9 autoconf automake git subversion libtool" 6.10 6.11 # Rules to configure and make the package.