Upgrading Gstreamer up to 0.10.17, incl. the new good, bad and ugly as well liboil.

This commit is contained in:
fberckel 2008-02-22 18:55:49 +00:00
parent 8a13ce4bfc
commit 613b3b60da
24 changed files with 20 additions and 18 deletions

View file

@ -157,7 +157,7 @@ xmlrpcxx_version=xmlrpc++-20040713
xmlrpcxx_tmpdir=$tools_tmpdir/xmlrpc++ xmlrpcxx_tmpdir=$tools_tmpdir/xmlrpc++
gstreamer_dir=$toolsdir/gstreamer gstreamer_dir=$toolsdir/gstreamer
gstreamer_version=gstreamer-0.10.15 gstreamer_version=gstreamer-0.10.17
gstreamer_tmpdir=$tools_tmpdir/gstreamer gstreamer_tmpdir=$tools_tmpdir/gstreamer
taglib_dir=$toolsdir/taglib taglib_dir=$toolsdir/taglib

View file

@ -108,7 +108,7 @@ LIBODBCXX_VERSION = libodbc++-0.2.3-20050404
XMLRPCXX_DIR = ${TOOLS_DIR}/xmlrpc++ XMLRPCXX_DIR = ${TOOLS_DIR}/xmlrpc++
XMLRPCXX_VERSION = xmlrpc++-20040713 XMLRPCXX_VERSION = xmlrpc++-20040713
GSTREAMER_DIR = ${TOOLS_DIR}/gstreamer GSTREAMER_DIR = ${TOOLS_DIR}/gstreamer
GSTREAMER_VERSION = gstreamer-0.10.15 GSTREAMER_VERSION = gstreamer-0.10.17
TAGLIB_DIR = ${TOOLS_DIR}/taglib TAGLIB_DIR = ${TOOLS_DIR}/taglib
TAGLIB_VERSION = taglib-1.4 TAGLIB_VERSION = taglib-1.4
LIBSERIAL_DIR = ${TOOLS_DIR}/libserial LIBSERIAL_DIR = ${TOOLS_DIR}/libserial

View file

@ -372,7 +372,7 @@ AC_MSG_NOTICE(
by Campcaster: by Campcaster:
cppunit 1.10.2 ${COMPILE_CPPUNIT} cppunit 1.10.2 ${COMPILE_CPPUNIT}
gstreamer 0.10.15 yes gstreamer 0.10.17 yes
libodbc++ 0.2.3 yes libodbc++ 0.2.3 yes
taglib 1.4 yes taglib 1.4 yes
xmlrpc++ 2004-07-13 yes xmlrpc++ 2004-07-13 yes

View file

@ -397,3 +397,4 @@ private:
#endif // GstreamerPlayContext_h #endif // GstreamerPlayContext_h

View file

@ -573,4 +573,5 @@ private:
} }
}; };
#endif // SmilHandler_h #endif // SmilHandler_h

View file

@ -29,12 +29,12 @@
# Run this script to prepare gstreamer to be configured and compiled. # Run this script to prepare gstreamer to be configured and compiled.
# To read more about gstreamer, see http://gstreamer.freedesktop.org/ # To read more about gstreamer, see http://gstreamer.freedesktop.org/
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
liboil=liboil-0.3.10 liboil=liboil-0.3.12
gstreamer=gstreamer-0.10.15 gstreamer=gstreamer-0.10.17
plugins_base=gst-plugins-base-0.10.15 plugins_base=gst-plugins-base-0.10.17
plugins_good=gst-plugins-good-0.10.5 plugins_good=gst-plugins-good-0.10.7
plugins_bad=gst-plugins-bad-0.10.5 plugins_bad=gst-plugins-bad-0.10.6
plugins_ugly=gst-plugins-ugly-0.10.6 plugins_ugly=gst-plugins-ugly-0.10.7
reldir=`dirname $0`/.. reldir=`dirname $0`/..
basedir=`cd ${reldir}; pwd;` basedir=`cd ${reldir}; pwd;`

View file

@ -49,17 +49,17 @@ 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
LIBOIL_VERSION = liboil-0.3.10 LIBOIL_VERSION = liboil-0.3.12
LIBOIL_DIR = ${TMP_DIR}/${LIBOIL_VERSION} LIBOIL_DIR = ${TMP_DIR}/${LIBOIL_VERSION}
GSTREAMER_VERSION = gstreamer-0.10.15 GSTREAMER_VERSION = gstreamer-0.10.17
GSTREAMER_DIR = ${TMP_DIR}/${GSTREAMER_VERSION} GSTREAMER_DIR = ${TMP_DIR}/${GSTREAMER_VERSION}
GST_PLUGINS_BASE_VERSION = gst-plugins-base-0.10.15 GST_PLUGINS_BASE_VERSION = gst-plugins-base-0.10.17
GST_PLUGINS_BASE_DIR = ${TMP_DIR}/${GST_PLUGINS_BASE_VERSION} GST_PLUGINS_BASE_DIR = ${TMP_DIR}/${GST_PLUGINS_BASE_VERSION}
GST_PLUGINS_GOOD_VERSION = gst-plugins-good-0.10.5 GST_PLUGINS_GOOD_VERSION = gst-plugins-good-0.10.7
GST_PLUGINS_GOOD_DIR = ${TMP_DIR}/${GST_PLUGINS_GOOD_VERSION} GST_PLUGINS_GOOD_DIR = ${TMP_DIR}/${GST_PLUGINS_GOOD_VERSION}
GST_PLUGINS_BAD_VERSION = gst-plugins-bad-0.10.5 GST_PLUGINS_BAD_VERSION = gst-plugins-bad-0.10.6
GST_PLUGINS_BAD_DIR = ${TMP_DIR}/${GST_PLUGINS_BAD_VERSION} GST_PLUGINS_BAD_DIR = ${TMP_DIR}/${GST_PLUGINS_BAD_VERSION}
GST_PLUGINS_UGLY_VERSION = gst-plugins-ugly-0.10.6 GST_PLUGINS_UGLY_VERSION = gst-plugins-ugly-0.10.7
GST_PLUGINS_UGLY_DIR = ${TMP_DIR}/${GST_PLUGINS_UGLY_VERSION} GST_PLUGINS_UGLY_DIR = ${TMP_DIR}/${GST_PLUGINS_UGLY_VERSION}
prefix=@prefix@ prefix=@prefix@

View file

@ -32,12 +32,12 @@ 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(gstreamer, 0.10.15, bugs@campware.org) AC_INIT(gstreamer, 0.10.17, 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/gstreamer-0.10.15.tar.bz2) AC_CONFIG_SRCDIR(../src/gstreamer-0.10.17.tar.bz2)
dnl untar the sources before anything happens dnl untar the sources before anything happens