Commit 0946623c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: update taglib to 1.7 and to cmake

But seriously, how is:
 -DENABLE_STATIC:BOOL=ON -DWITH_ASF:BOOL=ON -DWITH_MP4:BOOL=ON
better
 --enable-mp4 --enable-asf --enable-static

Maybe some people should know that we have case-sensitive support since
30 years...
parent e289d5f0
......@@ -2256,7 +2256,7 @@ ifdef HAVE_CYGWIN
endif
.tag: taglib
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --enable-mp4 --enable-asf --prefix=$(PREFIX) && make && make install)
(cd $<; $(HOSTCC) CPPFLAGS="$(CPPFLAGS)" cmake . -DCMAKE_TOOLCHAIN_FILE=../../toolchain.cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DENABLE_STATIC:BOOL=ON -DWITH_ASF:BOOL=ON -DWITH_MP4:BOOL=ON && make && make install)
$(INSTALL_NAME)
touch $@
......
......@@ -197,7 +197,7 @@ PTHREADS_VERSION=2-8-0
PTHREADS_URL=ftp://sources.redhat.com/pub/pthreads-win32/pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz
ZVBI_VERSION=0.2.30
ZVBI_URL=$(SF)/zapping/zvbi-$(ZVBI_VERSION).tar.bz2
TAGLIB_VERSION=1.6.3
TAGLIB_VERSION=1.7
TAGLIB_URL=http://developer.kde.org/~wheeler/files/src/taglib-$(TAGLIB_VERSION).tar.gz
LUA_VERSION=5.1.4
LUA_URL=http://www.lua.org/ftp/lua-$(LUA_VERSION).tar.gz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment