summaryrefslogtreecommitdiffstats
path: root/package/multimedia/tremor/tremor.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2012-01-25 14:33:13 +0100
committerPeter Korsgaard2012-01-25 14:37:20 +0100
commit5f3dc70b4fcd45dea7c83bd946f3a531ac76fbd3 (patch)
treeda70c1f49eff325a16b1c8a8cc9059d578d9c8e9 /package/multimedia/tremor/tremor.mk
parentpciutils: bump version (diff)
downloadbuildroot-5f3dc70b4fcd45dea7c83bd946f3a531ac76fbd3.tar.gz
buildroot-5f3dc70b4fcd45dea7c83bd946f3a531ac76fbd3.tar.xz
buildroot-5f3dc70b4fcd45dea7c83bd946f3a531ac76fbd3.zip
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/tremor/tremor.mk')
-rw-r--r--package/multimedia/tremor/tremor.mk8
1 files changed, 4 insertions, 4 deletions
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))