summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-20 02:39:08 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-20 02:39:08 (GMT)
commit0f2849ed8b25491b0ec892ddceedc0b4dc256cb9 (patch)
treeac9b93c5c54ee610fd1e829046a812ec00d91a95 /src
parent0e7bb0c2c338c1e11638c870ad40114fe79fdb58 (diff)
parent555558a9eaa2c0584235d6e75924b4b63ee1457f (diff)
downloadmxe-0f2849ed8b25491b0ec892ddceedc0b4dc256cb9.zip
mxe-0f2849ed8b25491b0ec892ddceedc0b4dc256cb9.tar.gz
mxe-0f2849ed8b25491b0ec892ddceedc0b4dc256cb9.tar.bz2
Merge branch 'stable'
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Conflicts: src/lensfun.mk
Diffstat (limited to 'src')
-rw-r--r--src/lensfun.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lensfun.mk b/src/lensfun.mk
index ee09566..a324808 100644
--- a/src/lensfun.mk
+++ b/src/lensfun.mk
@@ -7,14 +7,14 @@ $(PKG)_VERSION := 0.2.8
$(PKG)_CHECKSUM := 0e85eb7692620668d27e2303687492ad68c90eb4
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://download.berlios.de/lensfun/$($(PKG)_FILE)
+$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/lensfun/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libpng glib libgnurx
define $(PKG)_UPDATE
- $(WGET) -q -O- "http://developer.berlios.de/project/showfiles.php?group_id=9034" | \
- grep -i 'lensfun.*tar' | \
- $(SED) -n 's,.*lensfun-\([0-9][^>]*\)\.tar.*,\1,p' | \
- head -1
+ $(WGET) -q -O- 'http://sourceforge.net/projects/lensfun/files/' | \
+ $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
+ sort -V | \
+ tail -1
endef
define $(PKG)_BUILD