*Updated Taglib to version 1.4, closing ticket 1828. The patch for 1.3 applied cleanly.
*Added some svn:ignore, so svn status is now clean *fransman suggested some additions to CREDITS
This commit is contained in:
parent
d3670bcb08
commit
bde0881eec
14 changed files with 13 additions and 10 deletions
|
@ -6,9 +6,11 @@ Janos Csikos
|
||||||
Mark Kretschmann
|
Mark Kretschmann
|
||||||
Ian Monroe
|
Ian Monroe
|
||||||
Mugur Rus
|
Mugur Rus
|
||||||
|
Tomáš Hlava
|
||||||
|
|
||||||
Version 1.0
|
Version 1.0
|
||||||
-----------
|
-----------
|
||||||
Akos Maroy
|
Akos Maroy
|
||||||
Ferenc Gerlits
|
Ferenc Gerlits
|
||||||
|
Sebastian Göbel
|
||||||
|
Tomáš Hlava
|
||||||
|
|
|
@ -189,7 +189,7 @@ curl_version=curl-7.12.3
|
||||||
curl_tmpdir=$tools_tmpdir/curl
|
curl_tmpdir=$tools_tmpdir/curl
|
||||||
|
|
||||||
taglib_dir=$toolsdir/taglib
|
taglib_dir=$toolsdir/taglib
|
||||||
taglib_version=taglib-1.3.1
|
taglib_version=taglib-1.4
|
||||||
taglib_tmpdir=$tools_tmpdir/taglib
|
taglib_tmpdir=$tools_tmpdir/taglib
|
||||||
|
|
||||||
pear_dir=$toolsdir/pear
|
pear_dir=$toolsdir/pear
|
||||||
|
|
|
@ -123,7 +123,7 @@ ICU_VERSION = icu-3.0
|
||||||
CURL_DIR = ${TOOLS_DIR}/curl
|
CURL_DIR = ${TOOLS_DIR}/curl
|
||||||
CURL_VERSION = curl-7.12.3
|
CURL_VERSION = curl-7.12.3
|
||||||
TAGLIB_DIR = ${TOOLS_DIR}/taglib
|
TAGLIB_DIR = ${TOOLS_DIR}/taglib
|
||||||
TAGLIB_VERSION = taglib-1.3.1
|
TAGLIB_VERSION = taglib-1.4
|
||||||
PEAR_DIR = ${TOOLS_DIR}/pear
|
PEAR_DIR = ${TOOLS_DIR}/pear
|
||||||
|
|
||||||
MODULES_DIR = ${SRC_DIR}/modules
|
MODULES_DIR = ${SRC_DIR}/modules
|
||||||
|
|
|
@ -520,7 +520,7 @@ by LiveSupport:
|
||||||
lcov 1.3 yes
|
lcov 1.3 yes
|
||||||
libodbc++ 0.2.3 yes
|
libodbc++ 0.2.3 yes
|
||||||
libxml++ 2.8.1 ${COMPILE_LIBXMLPP}
|
libxml++ 2.8.1 ${COMPILE_LIBXMLPP}
|
||||||
taglib 1.3.1 yes
|
taglib 1.4 yes
|
||||||
xmlrpc++ 2004-07-13 yes
|
xmlrpc++ 2004-07-13 yes
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@
|
||||||
# For more information on taglib,
|
# For more information on taglib,
|
||||||
# see http://freshmeat.net/redir/taglib/47265/url_homepage/taglib
|
# see http://freshmeat.net/redir/taglib/47265/url_homepage/taglib
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
product=taglib-1.3.1
|
product=taglib-1.4
|
||||||
|
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
||||||
basedir=`cd ${reldir}; pwd;`
|
basedir=`cd ${reldir}; pwd;`
|
||||||
|
@ -50,6 +50,7 @@ if [ ! -d $product ]; then
|
||||||
tar xfz ${tar}
|
tar xfz ${tar}
|
||||||
cd $product
|
cd $product
|
||||||
# see https://bugs.kde.org/show_bug.cgi?id=112728
|
# see https://bugs.kde.org/show_bug.cgi?id=112728
|
||||||
|
# and http://mail.kde.org/pipermail/taglib-devel/2005-June/000149.html
|
||||||
patch -p1 < $etcdir/taglib-1.3.1-length-in-microseconds.patch
|
patch -p1 < $etcdir/taglib-1.3.1-length-in-microseconds.patch
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -49,7 +49,7 @@ COVERAGE_DIR = ${DOC_DIR}/coverage
|
||||||
ETC_DIR = ${BASE_DIR}/etc
|
ETC_DIR = ${BASE_DIR}/etc
|
||||||
TMP_DIR = ${BASE_DIR}/tmp
|
TMP_DIR = ${BASE_DIR}/tmp
|
||||||
|
|
||||||
TAGLIB_VERSION = taglib-1.3.1
|
TAGLIB_VERSION = taglib-1.4
|
||||||
TAGLIB_DIR = ${TMP_DIR}/${TAGLIB_VERSION}
|
TAGLIB_DIR = ${TMP_DIR}/${TAGLIB_VERSION}
|
||||||
|
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
|
@ -32,18 +32,18 @@ dnl This is due to the fact that configure spreads a lot of trash around,
|
||||||
dnl like atom4te cache directories, config.* files, etc. into the directory
|
dnl like atom4te cache directories, config.* files, etc. into the directory
|
||||||
dnl it is being run from. We clearly don't want these in our base directory.
|
dnl it is being run from. We clearly don't want these in our base directory.
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
AC_INIT(taglib, 1.3.1, bugs@campware.org)
|
AC_INIT(taglib, 1.4, bugs@campware.org)
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
|
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
|
||||||
AC_REVISION($Revision$)
|
AC_REVISION($Revision$)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(../src/taglib-1.3.1.tar.gz)
|
AC_CONFIG_SRCDIR(../src/taglib-1.4.tar.gz)
|
||||||
|
|
||||||
|
|
||||||
dnl untar the sources before anything happens
|
dnl untar the sources before anything happens
|
||||||
../bin/prepare.sh
|
../bin/prepare.sh
|
||||||
|
|
||||||
cd ../tmp/taglib-1.3.1
|
cd ../tmp/taglib-1.4
|
||||||
./configure --prefix=$prefix
|
./configure --prefix=$prefix
|
||||||
cd -
|
cd -
|
||||||
|
|
BIN
livesupport/src/tools/taglib/taglib-1.4/src/taglib-1.4.tar.gz
Normal file
BIN
livesupport/src/tools/taglib/taglib-1.4/src/taglib-1.4.tar.gz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue