public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libid3tag: Correction - comment out libid3tag.pc file in rootfile
@ 2021-04-24 11:23 Adolf Belka
  0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2021-04-24 11:23 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]

- In previous patch libid3tag.pc file was left uncommented in the rootfile
   The pkg-config files are only required during the build or for
   development not for the normal operation of IPFire

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/libid3tag | 2 +-
 lfs/libid3tag                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/packages/libid3tag b/config/rootfiles/packages/libid3tag
index 0899f8702..575804c01 100644
--- a/config/rootfiles/packages/libid3tag
+++ b/config/rootfiles/packages/libid3tag
@@ -4,4 +4,4 @@
 #usr/lib/libid3tag.so
 usr/lib/libid3tag.so.0
 usr/lib/libid3tag.so.0.3.0
-usr/lib/pkgconfig/id3tag.pc
+#usr/lib/pkgconfig/id3tag.pc
diff --git a/lfs/libid3tag b/lfs/libid3tag
index 9005ca94c..b0263f267 100644
--- a/lfs/libid3tag
+++ b/lfs/libid3tag
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libid3tag
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       =
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-24 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 11:23 [PATCH] libid3tag: Correction - comment out libid3tag.pc file in rootfile Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox