Skip to content

Commit

Permalink
libid3tag: patch libid3tag.pc.in into source tree, update recipe
Browse files Browse the repository at this point in the history
* set SECTION to libs/multimedia
* bump PR
* oe-stylize

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
  • Loading branch information
mtdcr authored and Frans Meulenbroeks committed Oct 25, 2010
1 parent 54b0545 commit b92a5ec
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 25 deletions.
11 changes: 0 additions & 11 deletions recipes/libid3tag/files/id3tag.pc

This file was deleted.

38 changes: 38 additions & 0 deletions recipes/libid3tag/files/libid3tag-pkg-config.patch
@@ -0,0 +1,38 @@
upstream: unmaintained
source: http://gentoo.mindzoo.de/index.cgi/export/586/openmoko/trunk/openmoko-target/media-libs/libid3tag/files/0.15.1b/libid3tag-pkg-config.patch

--- /dev/null 2009-07-02 12:43:53.540375369 +0200
+++ b/id3tag.pc.in 2009-07-02 16:19:21.000000000 +0200
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: id3tag
+Description: ID3 tag reading library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lid3tag -lz
+Cflags: -I${includedir}
--- a/Makefile.am 2004-02-17 03:11:28.000000000 +0100
+++ b/Makefile.am 2009-07-02 16:17:35.000000000 +0200
@@ -94,6 +94,9 @@

BUILT_SOURCES = frametype.c compat.c genre.dat

+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = id3tag.pc
+
$(srcdir)/frametype.c: $(srcdir)/frametype.gperf Makefile.am
cd $(srcdir) && \
gperf -tCcTonD -K id -N id3_frametype_lookup -s -3 -k '*' \
--- a/configure.ac 2004-01-24 00:22:46.000000000 +0100
+++ b/configure.ac 2009-07-02 16:19:00.000000000 +0200
@@ -201,5 +201,5 @@
dnl AC_SUBST(LTLIBOBJS)

AC_CONFIG_FILES([Makefile msvc++/Makefile \
- libid3tag.list])
+ libid3tag.list id3tag.pc])
AC_OUTPUT
21 changes: 7 additions & 14 deletions recipes/libid3tag/libid3tag_0.15.1b.bb
@@ -1,22 +1,15 @@
SECTION = "libs" DESCRIPTION = "Library for interacting with ID3 tags"
SECTION = "libs/multimedia"
PRIORITY = "optional" PRIORITY = "optional"
DEPENDS = "zlib"
DESCRIPTION = "Library for interacting with ID3 tags."
LICENSE = "GPL" LICENSE = "GPL"
PR = "r2" DEPENDS = "zlib"
PR = "r3"


SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \ SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \
file://id3tag.pc" file://libid3tag-pkg-config.patch"

SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3"
S = "${WORKDIR}/libid3tag-${PV}" SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"


inherit autotools pkgconfig inherit autotools pkgconfig


EXTRA_OECONF = "-enable-speed" EXTRA_OECONF = "-enable-speed"

do_configure_prepend() {
install -m 0644 ${WORKDIR}/id3tag.pc ${S}
}

SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3"
SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151"

0 comments on commit b92a5ec

Please sign in to comment.