OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../libid3tag/libid3tag-0.15.1b-add-pkgconfig-file.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. diff -ruN libid3tag-0.15.1b-orig/Makefile.am libid3tag-0.15.1b/Makefile.am
  17. --- libid3tag-0.15.1b-orig/Makefile.am 2004-02-17 03:11:28.000000000 +0100
  18. +++ libid3tag-0.15.1b/Makefile.am 2011-06-02 01:45:50.432004948 +0200
  19. @@ -24,6 +24,10 @@
  20. SUBDIRS =
  21. DIST_SUBDIRS = msvc++
  22. +pkgconfigdir = $(libdir)/pkgconfig
  23. +pkgconfig_DATA = id3tag.pc
  24. +DISTCLEANFILES = $(pkgconfig_DATA)
  25. +
  26. lib_LTLIBRARIES = libid3tag.la
  27. include_HEADERS = id3tag.h
  28. diff -ruN libid3tag-0.15.1b-orig/configure.ac libid3tag-0.15.1b/configure.ac
  29. --- libid3tag-0.15.1b-orig/configure.ac 2004-01-24 00:22:46.000000000 +0100
  30. +++ libid3tag-0.15.1b/configure.ac 2011-06-02 02:13:07.556004948 +0200
  31. @@ -202,4 +202,4 @@
  32. AC_CONFIG_FILES([Makefile msvc++/Makefile \
  33. libid3tag.list])
  34. -AC_OUTPUT
  35. +AC_OUTPUT(id3tag.pc)
  36. diff -ruN libid3tag-0.15.1b-orig/id3tag.pc.in libid3tag-0.15.1b/id3tag.pc.in
  37. --- libid3tag-0.15.1b-orig/id3tag.pc.in 1970-01-01 01:00:00.000000000 +0100
  38. +++ libid3tag-0.15.1b/id3tag.pc.in 2011-06-02 01:47:06.300004947 +0200
  39. @@ -0,0 +1,11 @@
  40. +prefix=@prefix@
  41. +exec_prefix=@exec_prefix@
  42. +libdir=@libdir@
  43. +includedir=@includedir@
  44. +
  45. +Name: id3tag
  46. +Description: ID3 tag manipulation library
  47. +Requires:
  48. +Version: @VERSION@
  49. +Libs: -L${libdir} -lid3tag
  50. +Cflags: -I${includedir}