wok diff awesome/receipt @ rev 13217
Add TiMidity++ (libao 1.1.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Aug 11 16:11:48 2012 +0000 (2012-08-11) |
parents | 56dab4b7208f |
children | 8af9cc5386a5 |
line diff
1.1 --- a/awesome/receipt Thu May 24 21:17:01 2012 +0000 1.2 +++ b/awesome/receipt Sat Aug 11 16:11:48 2012 +0000 1.3 @@ -16,12 +16,15 @@ 1.4 BUILD_DEPENDS="cmake xorg-libX11-dev libxcb-dev xcb-util-dev xcb-util-keysyms-dev \ 1.5 xcb-util-image-dev xcb-util-wm-dev lua-dev pango-dev cairo-dev imlib2-dev \ 1.6 dbus-dev libev-dev gperf cairo libxdg-basedir-dev startup-notification-dev \ 1.7 -imagemagick pkg-config freetype-dev fontconfig-dev libpng-dev libxdg-basedir-dev openexr" 1.8 +imagemagick pkg-config freetype-dev fontconfig-dev libpng-dev libxdg-basedir-dev \ 1.9 +openexr libltdl" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + export LDFLAGS="-Wl,--copy-dt-needed-entries -ldl" 1.16 + sed -i 's|glib/gspawn|glib|' spawn.c 1.17 patch -Np1 -i $stuff/0001-Normalize-icon-path-names-fixes-869.patch 1.18 make CMAKE_ARGS=" -DPREFIX=/usr -DXDG_CONFIG_DIR=/etc/xdg \ 1.19 -DCMAKE_BUILD_TYPE=RELEASE" &&