@ -9,19 +9,20 @@ include $(TOPDIR)/rules.mk
PKG_NAME := madplay
PKG_VERSION := 0.15.2b
PKG_RELEASE := 6
PKG_RELEASE := 7
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := @SF/mad \
ftp://ftp.mars.org/pub/mpeg/
PKG_HASH := 5a79c7516ff7560dffc6a14399a389432bc619c905b13d3b73da22fa65acede0
PKG_LICENSE := GPL-2.0+
PKG_LICENSE_FILES := COPYING
PKG_MAINTAINER := Simon Peter <probono@puredarwin.org>
PKG_BUILD_DIR := $( BUILD_DIR) /$( PKG_NAME) -$( BUILD_VARIANT) /$( PKG_NAME) -$( PKG_VERSION)
PKG_MAINTAINER := Simon Peter <probono@puredarwin.org>
PKG_LICENSE := GPL-2.0-or-later
PKG_LICENSE_FILES := COPYING
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / n l s . m k
@ -45,40 +46,39 @@ define Package/madplay/description
full support for ID3 tags.
e n d e f
d e f i n e B u i l d / C o n f i g u r e
$( call Build/Configure/Default, \
--enable-shared \
--disable-static \
--disable-debugg ing \
--disable-profiling \
--disable-experimental \
--without-libiconv -prefix \
--without-libintl-prefix \
--without-esd \
, \
LIBS = "-lz" \
)
e n d e f
CONFIGURE_ARGS += \
--enable-shared \
--disable-static \
--disable-debugging \
--disable-profil ing \
--disable-experimental \
--without-libiconv-prefix \
--without-libintl -prefix \
--without-esd \
CONFIGURE_VARS += \
lt_prog_compiler_pic = $( FPIC)
MAKE_FLAGS += CFLAGS = " $( TARGET_CFLAGS) "
i f e q ( $( BUILD_VARIANT ) , a l s a )
CONFIGURE_ARGS += \
--without-oss \
--with-alsa
e n d i f
i f e q ( $( BUILD_VARIANT ) , o s s )
e l s e
CONFIGURE_ARGS += \
--without-alsa
--without-alsa \
--with-oss
e n d i f
d e f i n e P a c k a g e / m a d p l a y / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /madplay $( 1) /usr/bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin /madplay $( 1) /usr/bin/
e n d e f
d e f i n e P a c k a g e / m a d p l a y - a l s a / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /madplay $( 1) /usr/bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin /madplay $( 1) /usr/bin/
e n d e f
$( eval $ ( call BuildPackage ,madplay -alsa ) )