summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/mp3splt/README2
-rw-r--r--audio/mp3splt/mp3splt.SlackBuild12
-rw-r--r--audio/mp3splt/mp3splt.info6
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/mp3splt/README b/audio/mp3splt/README
index 72ea27f498..6ac7b29a97 100644
--- a/audio/mp3splt/README
+++ b/audio/mp3splt/README
@@ -11,3 +11,5 @@ Mp3splt-project is divided in 3 parts (all available from SlackBuilds.org):
- libmp3splt, a library (created from mp3splt version 2.1c)
- mp3splt, a command line program
- mp3splt-gtk, a gtk2 gui
+
+This requires libmp3splt.
diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild
index 2f0e43c14f..2bf4261f32 100644
--- a/audio/mp3splt/mp3splt.SlackBuild
+++ b/audio/mp3splt/mp3splt.SlackBuild
@@ -5,7 +5,7 @@
# Written by Roberto Neri <rneri@libero.it>
PRGNAM=mp3splt
-VERSION=${VERSION:-2.2.6a}
+VERSION=${VERSION:-2.2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,8 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
- --build=$ARCH-slackware-linux
+ --build=$ARCH-slackware-linux \
+ --enable-oggsplt_symlink
make
make install DESTDIR=$PKG
@@ -67,13 +68,10 @@ 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
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
+cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/audio/mp3splt/mp3splt.info b/audio/mp3splt/mp3splt.info
index d48ca10c6f..6a174e935c 100644
--- a/audio/mp3splt/mp3splt.info
+++ b/audio/mp3splt/mp3splt.info
@@ -1,8 +1,8 @@
PRGNAM="mp3splt"
-VERSION="2.2.6a"
+VERSION="2.2.8"
HOMEPAGE="http://mp3splt.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.2.6a.tar.gz"
-MD5SUM="4d49ad93f46ed8fcdf4bf2e269c80929"
+DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.2.8.tar.gz"
+MD5SUM="2e6f53d6385912c7e8395813048cd28c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Roberto Neri"