summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2014-04-19 23:44:25 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-20 01:30:49 (GMT)
commit5a29aa3f2fd490b40330fddb7c1befd2b86cb491 (patch)
tree580a8ad5d22affe0997d0ec3c9176163aee1c2e7
parent851f9a7e50030cd5afd647a6cb5e18ce86b6f8c1 (diff)
downloadmxe-5a29aa3f2fd490b40330fddb7c1befd2b86cb491.zip
mxe-5a29aa3f2fd490b40330fddb7c1befd2b86cb491.tar.gz
mxe-5a29aa3f2fd490b40330fddb7c1befd2b86cb491.tar.bz2
Lensfun has moved to sourceforge.net
The lensfun project has moved to sourceforge.net pending the close-down of berlios.de by the end of April. This patch updates lensfun.mk accordingly. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/lensfun.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lensfun.mk b/src/lensfun.mk
index e39c978..5dfa97e 100644
--- a/src/lensfun.mk
+++ b/src/lensfun.mk
@@ -7,14 +7,14 @@ $(PKG)_VERSION := 0.2.7
$(PKG)_CHECKSUM := f26121093dfee85d6371c2c79dae22e6d1b8d0d6
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/lensfun.berlios/$($(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