|
@@ -4,13 +4,13 @@
|
|
|
include ${TOPDIR}/rules.mk
|
|
|
|
|
|
PKG_NAME:= flac
|
|
|
-PKG_VERSION:= 1.2.1
|
|
|
-PKG_RELEASE:= 2
|
|
|
-PKG_MD5SUM:= 153c8b15a54da428d1f0fadc756c22c7
|
|
|
-PKG_DESCR:= Free Lossless Audio Codec library
|
|
|
+PKG_VERSION:= 1.3.0
|
|
|
+PKG_RELEASE:= 1
|
|
|
+PKG_MD5SUM:= 13b5c214cee8373464d3d65dee362cdd
|
|
|
+PKG_DESCR:= free lossless audio codec library
|
|
|
PKG_SECTION:= libs
|
|
|
PKG_URL:= http://flac.sourceforge.net
|
|
|
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=flac/}
|
|
|
+PKG_SITES:= http://downloads.xiph.org/releases/flac/
|
|
|
PKG_LIBNAME:= libflac
|
|
|
PKG_OPTS:= dev
|
|
|
|
|
@@ -18,7 +18,7 @@ include ${TOPDIR}/mk/package.mk
|
|
|
|
|
|
$(eval $(call PKG_template,LIBFLAC,libflac,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
|
|
|
|
|
|
-CONFIGURE_ARGS+= --disable-asm-optimizations \
|
|
|
+CONFIGURE_ARGS+= --enable-asm-optimizations \
|
|
|
--disable-xmms-plugin \
|
|
|
--disable-cpplibs \
|
|
|
--disable-ogg
|