summaryrefslogtreecommitdiff
path: root/package/libao/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libao/Makefile')
-rw-r--r--package/libao/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/package/libao/Makefile b/package/libao/Makefile
index 8d90091f3..58b4cbfa7 100644
--- a/package/libao/Makefile
+++ b/package/libao/Makefile
@@ -4,13 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= libao
-PKG_VERSION:= 0.8.8
-PKG_RELEASE:= 4
-PKG_MD5SUM:= b92cba3cbcf1ee9bc221118a85d23dcd
+PKG_VERSION:= 1.1.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 2b2508c29bc97e4dc218fa162cf883c8
PKG_DESCR:= A cross platform audio library
PKG_SECTION:= libs
-PKG_DEPENDS:= libesd
-PKG_BUILDDEP:= esound
+PKG_DEPENDS:= libesd alsa-lib
+PKG_BUILDDEP:= esound alsa-lib
PKG_URL:= http://www.xiph.org/ao
PKG_SITES:= http://downloads.xiph.org/releases/ao/
PKG_OPTS:= dev
@@ -20,14 +20,15 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBAO,libao,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIGURE_ARGS+= --enable-esd \
+ --enable-alsa \
--disable-arts \
--disable-nas \
--disable-polyp
libao-install:
- ${INSTALL_DIR} ${IDIR_LIBAO}/usr/lib/ao/plugins-2
+ ${INSTALL_DIR} ${IDIR_LIBAO}/usr/lib/ao/plugins-4
${CP} ${WRKINST}/usr/lib/libao.so* ${IDIR_LIBAO}/usr/lib/
- ${CP} ${WRKINST}/usr/lib/ao/plugins-2/*.so \
- ${IDIR_LIBAO}/usr/lib/ao/plugins-2
+ ${CP} ${WRKINST}/usr/lib/ao/plugins-4/*.so \
+ ${IDIR_LIBAO}/usr/lib/ao/plugins-4
include ${TOPDIR}/mk/pkg-bottom.mk