5b4d790d6f
-- id3lib is an open-source, cross-platform software development library for reading, writing, and manipulating ID3v1and ID3v2 tags. It is an on-going project whose primary goals are full compliance with the ID3v2 standard, portability across several platforms, and providing a powerful and feature-rich API with a highly stable and efficient implementation. WWW: http://id3lib.sourceforge.net/
17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2002/02/02 19:49:54 lebel Exp $
|
|
--- configure.orig Sat Sep 8 18:14:00 2001
|
|
+++ configure Sat Dec 1 15:48:24 2001
|
|
@@ -590,9 +590,9 @@ DOX_DIR_RTF=rtf
|
|
|
|
# libtool versioning
|
|
LT_RELEASE=$ID3LIB_MAJOR_VERSION.$ID3LIB_MINOR_VERSION
|
|
-LT_CURRENT=`expr $ID3LIB_PATCH_VERSION - $ID3LIB_INTERFACE_AGE`
|
|
-LT_REVISION=$ID3LIB_INTERFACE_AGE
|
|
-LT_AGE=`expr $ID3LIB_BINARY_AGE - $ID3LIB_INTERFACE_AGE`
|
|
+LT_CURRENT=3
|
|
+LT_REVISION=8
|
|
+LT_AGE=0
|
|
|
|
|
|
|