projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef7511e
)
[packages] taglib libc++ fix
author
John Crispin
<john@openwrt.org>
Sat, 4 Aug 2012 17:01:56 +0000
(17:01 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 4 Aug 2012 17:01:56 +0000
(17:01 +0000)
SVN-Revision: 32974
libs/taglib/Makefile
patch
|
blob
|
history
diff --git
a/libs/taglib/Makefile
b/libs/taglib/Makefile
index b4109c9b0df6fdd7764a9c1ee2da84d62211e1e8..8ef4101cfe4c9d9719532b84a1718b0b5c3de09d 100644
(file)
--- a/
libs/taglib/Makefile
+++ b/
libs/taglib/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=taglib
PKG_VERSION:=1.6.3
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://developer.kde.org/~wheeler/files/src/
@@
-24,7
+24,7
@@
PKG_INSTALL:=1
define Package/taglib
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=
+uclibcxx
+zlib @!TARGET_avr32
+ DEPENDS:=
$(CXX_DEPENDS)
+zlib @!TARGET_avr32
TITLE:=Audio output library
URL:=http://developer.kde.org/~wheeler/taglib.html
endef