summaryrefslogtreecommitdiff
path: root/package/multimedia
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-01-25 14:33:13 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-01-25 14:37:20 +0100
commit5f3dc70b4fcd45dea7c83bd946f3a531ac76fbd3 (patch)
treeda70c1f49eff325a16b1c8a8cc9059d578d9c8e9 /package/multimedia
parent90a83c0b37a1de9e8d933fabacf9a45531654c1c (diff)
tremor: bump version
Previous snapshot is now more than 2 years, and numerous fixes have been added to svn. Old Patch is now upstream, libogg is required. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia')
-rw-r--r--package/multimedia/tremor/tremor-export-all-symbols.patch32
-rw-r--r--package/multimedia/tremor/tremor.mk8
2 files changed, 4 insertions, 36 deletions
diff --git a/package/multimedia/tremor/tremor-export-all-symbols.patch b/package/multimedia/tremor/tremor-export-all-symbols.patch
deleted file mode 100644
index 127d16bc5..000000000
--- a/package/multimedia/tremor/tremor-export-all-symbols.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- tremor-16259-orig/configure.in 2009-12-02 11:45:11.000000000 +0100
-+++ tremor-16259/configure.in 2009-12-03 16:50:19.000000000 +0100
-@@ -72,23 +72,6 @@
- LDFLAGS="$LDFLAGS $ldflags_save"
-
-
--# Test whenever ld supports -version-script
--AC_PROG_LD
--AC_PROG_LD_GNU
--if test "x$lt_cv_prog_gnu_ld" = "xyes"; then
-- SHLIB_VERSION_ARG="Wl,--version-script=Version_script"
--
-- dnl Set extra linker options
-- case "$target_os" in
-- linux* | solaris* )
-- SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
-- ;;
-- *)
-- ;;
-- esac
-- LDFLAGS="$LDFLAGS $SHLIB_VERSION_ARG"
--fi
--
- dnl --------------------------------------------------
- dnl Options
- dnl --------------------------------------------------
-@@ -128,4 +111,4 @@
- AC_SUBST(DEBUG)
- AC_SUBST(PROFILE)
-
--AC_OUTPUT(Makefile Version_script)
-+AC_OUTPUT(Makefile)
diff --git a/package/multimedia/tremor/tremor.mk b/package/multimedia/tremor/tremor.mk
index cf228b8e3..b83601098 100644
--- a/package/multimedia/tremor/tremor.mk
+++ b/package/multimedia/tremor/tremor.mk
@@ -4,12 +4,12 @@
#
############################################################
-TREMOR_SITE:=http://svn.xiph.org/trunk/Tremor/
-TREMOR_SITE_METHOD:=svn
-TREMOR_VERSION:=16259
+TREMOR_SITE = http://svn.xiph.org/trunk/Tremor/
+TREMOR_SITE_METHOD = svn
+TREMOR_VERSION = 18153
TREMOR_AUTORECONF = YES
TREMOR_INSTALL_STAGING = YES
-TREMOR_INSTALL_TARGET = YES
+TREMOR_DEPENDENCIES = libogg
$(eval $(call AUTOTARGETS))