mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/kid3: Updated for version 2.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
437b0d4420
commit
7ff448d3a7
5 changed files with 15 additions and 15 deletions
|
@ -3,5 +3,5 @@ MP2, Speex, TrueAudio and WavPack files (e.g. full albums) without typing
|
|||
the same information again and again and have control over both ID3v1
|
||||
and ID3v2 tags, then Kid3 is the program you are looking for.
|
||||
|
||||
You need: libmusicbrainz (version 2 or 3), libofa, libtunepimp, id3lib
|
||||
optional mp4lib
|
||||
This requires libmusicbrainz (2 or 3), libofa, libtunepimp, and id3lib.
|
||||
mp4lib is an optional dependency.
|
||||
|
|
|
@ -7,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Written by Michales Michaloudes korgie@gmail.com
|
||||
|
||||
PRGNAM=kid3
|
||||
VERSION=${VERSION:-1.6}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,19 +61,21 @@ cmake . \
|
|||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DINCLUDE_INSTALL_DIR=/usr/include \
|
||||
-DLIB_SUFFIX:STRING=${LIBDIRSUFFIX} \
|
||||
-DLIB_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX} \
|
||||
-DBUILD_SHARED_LIBS:BOOL=ON \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DINCLUDE_INSTALL_DIR=/usr/include \
|
||||
$MP4TAG
|
||||
|
||||
# breaks compilation
|
||||
#-DBUILD_SHARED_LIBS:BOOL=ON \
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
||||
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp -a \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kid3"
|
||||
VERSION="1.6"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="http://kid3.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kid3/kid3-1.6.tar.gz"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kid3/kid3-2.0.1.tar.gz"
|
||||
MD5SUM="08741a839ca2ff0e6759d5a1ff74e063"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="ba5192c9e7c1ed35a04c8efbb2bafb7a"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michales Michaloudes"
|
||||
EMAIL="korgie@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -17,4 +17,3 @@ kid3:
|
|||
kid3:
|
||||
kid3:
|
||||
kid3:
|
||||
|
||||
|
|
Loading…
Reference in a new issue