mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #4577 from diizzyy/patch-66
sound/mocp: General cleanup
This commit is contained in:
+8
-6
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=moc
|
PKG_NAME:=moc
|
||||||
PKG_VERSION:=2.5.2
|
PKG_VERSION:=2.5.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/
|
PKG_SOURCE_URL:=http://ftp.daper.net/pub/soft/moc/stable/
|
||||||
PKG_MD5SUM:=f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08
|
PKG_HASH:=f3a68115602a4788b7cfa9bbe9397a9d5e24c68cb61a57695d1c2c3ecf49db08
|
||||||
|
|
||||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/nls.mk
|
|||||||
define Package/moc
|
define Package/moc
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libcurl +BUILD_PATENTED:libmad +libvorbis $(ICONV_DEPENDS) +alsa-lib +libid3tag +libflac +libsamplerate +libncursesw +libffmpeg +libltdl +libmagic +faad2 +libdb47
|
DEPENDS:=+libcurl $(ICONV_DEPENDS) +alsa-lib +libid3tag +libsamplerate +libncursesw +libffmpeg +libltdl +libmagic +libdb47
|
||||||
TITLE:=Music On Console
|
TITLE:=Music On Console
|
||||||
URL:=http://moc.daper.net/
|
URL:=http://moc.daper.net/
|
||||||
endef
|
endef
|
||||||
@@ -43,16 +43,18 @@ TARGET_CFLAGS+=-D_GNU_SOURCE
|
|||||||
TARGET_CPPFLAGS+=-P
|
TARGET_CPPFLAGS+=-P
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
$(if $(CONFIG_BUILD_PATENTED),,--without-mp3) \
|
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--without-speex \
|
--without-speex \
|
||||||
--without-samplerate \
|
--without-aac \
|
||||||
--without-curl \
|
|
||||||
--without-flac \
|
--without-flac \
|
||||||
|
--without-mp3 \
|
||||||
--without-musepack \
|
--without-musepack \
|
||||||
--without-rcc \
|
--without-rcc \
|
||||||
|
--without-sndfile \
|
||||||
|
--without-vorbis \
|
||||||
|
--without-wavpack \
|
||||||
$(if $(CONFIG_PACKAGE_libncursesw),--with-ncursesw --without-ncurses,--with-ncurses --without-ncursesw) \
|
$(if $(CONFIG_PACKAGE_libncursesw),--with-ncursesw --without-ncurses,--with-ncurses --without-ncursesw) \
|
||||||
--with-bdb-dir="$(STAGING_DIR)/usr"
|
--with-bdb-dir="$(STAGING_DIR)/usr"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user