Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions recipes/taglib/taglib.inc
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats"
HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"
LICENSE = "LGPL"
HOMEPAGE = "http://taglib.org"
LICENSE = "LGPL-2.1 MPL-1.1"

inherit c++ pkgconfig auto-package-libs
SRC_URI = "http://taglib.github.io/releases/${PN}-${PV}.tar.gz"

inherit c++ pkgconfig auto-package-libs cmake

PROVIDES_${PN}-libtag[qa] += "allow-missing-provides"
PROVIDES_${PN}-libtag-c[qa] += "allow-missing-provides"

DEPENDS = "libstdc++"

EXTRA_OE_CMAKE_CONF = " \
-DCMAKE_BUILD_TYPE=Release \
"

AUTO_PACKAGE_LIBS = "tag tag_c"

COMMON_DEPENDS = "libstdc++ libm libc libgcc ${PN}"
Expand Down
1 change: 1 addition & 0 deletions recipes/taglib/taglib_1.10.oe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require taglib.inc
1 change: 1 addition & 0 deletions recipes/taglib/taglib_1.10.oe.sig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9da145f9845978b4a281ad61987475486d24152a taglib-1.10.tar.gz
14 changes: 0 additions & 14 deletions recipes/taglib/taglib_1.9.1.oe

This file was deleted.

1 change: 0 additions & 1 deletion recipes/taglib/taglib_1.9.1.oe.sig

This file was deleted.