mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
bump version
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
d8e6b9f4ee
commit
e6fa8c4976
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: TagLib C Bindings
|
||||
Description: Audio meta-data library (C bindings)
|
||||
Requires: taglib
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Libs: -L${libdir} -ltag_c
|
||||
Cflags: -I${includedir}/taglib
|
||||
|
@ -35,7 +35,7 @@ do
|
||||
flags="$flags -I$includedir/taglib"
|
||||
;;
|
||||
--version)
|
||||
echo 1.4
|
||||
echo 1.5
|
||||
;;
|
||||
--prefix)
|
||||
echo $prefix
|
||||
|
@ -35,7 +35,7 @@ do
|
||||
flags="$flags -I$includedir/taglib"
|
||||
;;
|
||||
--version)
|
||||
echo 1.4
|
||||
echo 1.5
|
||||
;;
|
||||
--prefix)
|
||||
echo $prefix
|
||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: TagLib
|
||||
Description: Audio meta-data library
|
||||
Requires:
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
Libs: -L${libdir} -ltag
|
||||
Cflags: -I${includedir}/taglib
|
||||
|
@ -20,7 +20,7 @@ libtag_la_SOURCES = tag.cpp fileref.cpp audioproperties.cpp
|
||||
taglib_include_HEADERS = tag.h fileref.h audioproperties.h taglib_export.h
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 5:0:4
|
||||
libtag_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 6:0:5
|
||||
libtag_la_LIBADD = ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la \
|
||||
./ape/libape.la ./toolkit/libtoolkit.la ./wavpack/libwavpack.la ./speex/libspeex.la \
|
||||
./trueaudio/libtrueaudio.la
|
||||
|
Loading…
Reference in New Issue
Block a user