Skip to content

Commit

Permalink
taglib: bump to version 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
gustavoz authored and jacmet committed Dec 29, 2012
1 parent 2c5b4dd commit 3874b04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/taglib/Config.in
Expand Up @@ -8,7 +8,7 @@ config BR2_PACKAGE_TAGLIB
and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files. Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.


http://developer.kde.org/~wheeler/taglib.html http://taglib.github.com


config BR2_PACKAGE_TAGLIB_MP4 config BR2_PACKAGE_TAGLIB_MP4
depends on BR2_PACKAGE_TAGLIB depends on BR2_PACKAGE_TAGLIB
Expand Down
7 changes: 4 additions & 3 deletions package/taglib/taglib.mk
Expand Up @@ -4,10 +4,11 @@
# #
############################################################# #############################################################


TAGLIB_VERSION = 1.7.1 TAGLIB_VERSION = 1.8
TAGLIB_SOURCE = taglib-$(TAGLIB_VERSION).tar.gz TAGLIB_SITE = http://github.com/downloads/taglib/taglib
TAGLIB_SITE = http://developer.kde.org/~wheeler/files/src
TAGLIB_INSTALL_STAGING = YES TAGLIB_INSTALL_STAGING = YES
TAGLIB_LICENSE = LGPLv2.1 MPL
TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL


ifeq ($(BR2_PACKAGE_TAGLIB_ASF),y) ifeq ($(BR2_PACKAGE_TAGLIB_ASF),y)
TAGLIB_CONF_OPT += -DWITH_ASF=ON TAGLIB_CONF_OPT += -DWITH_ASF=ON
Expand Down

0 comments on commit 3874b04

Please sign in to comment.