comparison src/lame.mk @ 4939:09b9fb62f446

lame: update to version 3.100
author John W. Eaton <jwe@octave.org>
date Fri, 25 Jan 2019 18:52:30 +0000
parents d5a5b8e659de
children cd41c2d17ef3
comparison
equal deleted inserted replaced
4938:b20c53770d87 4939:09b9fb62f446
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 http://downloads.sourceforge.net/project/lame/lame
5
4 PKG := lame 6 PKG := lame
5 $(PKG)_IGNORE := 7 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.99.5 8 $(PKG)_VERSION := 3.100
7 $(PKG)_CHECKSUM := 03a0bfa85713adcc6b3383c12e2cc68a9cfbf4c4 9 $(PKG)_CHECKSUM := 64c53b1a4d493237cef5e74944912cd9f98e618d
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 10 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 11 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) 12 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv gettext 13 $(PKG)_DEPS := libiconv gettext
12 14
13 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
14 $(WGET) -q -O- 'http://sourceforge.net/projects/lame/files/lame/3.99' | \ 16 $(WGET) -q -O- 'http://sourceforge.net/projects/lame/files/lame/3.100' | \
15 $(SED) -n 's,.*lame-\([0-9][0-9.]*\)\.tar.*,\1,p' | \ 17 $(SED) -n 's,.*lame-\([0-9][0-9.]*\)\.tar.*,\1,p' | \
16 $(SORT) -V | \ 18 $(SORT) -V | \
17 tail -1 19 tail -1
18 endef 20 endef
19 21
20 define $(PKG)_BUILD 22 define $(PKG)_BUILD
21 cd '$(1)' && autoreconf -i -I '$(HOST_PREFIX)/share/aclocal' && \ 23 cd '$(1)' && \
22 ./configure \ 24 ./configure \
23 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 25 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
24 --prefix='$(HOST_PREFIX)' \ 26 --prefix='$(HOST_PREFIX)' \
25 $(ENABLE_SHARED_OR_STATIC) \ 27 $(ENABLE_SHARED_OR_STATIC) \
26 --disable-frontend 28 --disable-frontend