[Packages] libs/libsamplerate: Update to 0.1.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10685 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c960ecc370
commit
0ee567af1d
@ -1,20 +1,20 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
# $ Id: $
|
# $Id$
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libsamplerate
|
PKG_NAME:=libsamplerate
|
||||||
PKG_VERSION:=0.1.2
|
PKG_VERSION:=0.1.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
|
PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
|
||||||
PKG_MD5SUM:=6861c2c6b8e5273c9b80cf736b9fd0e
|
PKG_MD5SUM:=3f91af22a6c4135485594d0d2c91d45d
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
@ -32,19 +32,17 @@ define Package/libsamplerate
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libsamplerate/description
|
define Package/libsamplerate/description
|
||||||
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio
|
Secret Rabbit Code (aka libsamplerate) is a Sample Rate
|
||||||
|
Converter for audio
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += \
|
||||||
$(call Build/Configure/Default, \
|
--disable-fftw \
|
||||||
--disable-fftw \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user