summaryrefslogtreecommitdiffstats
path: root/libraries/totem-pl-parser
diff options
context:
space:
mode:
author crocket <crockabiscuit@gmail.com>2011-07-31 09:42:00 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-31 09:42:00 -0300
commit21ed4db37f2c870689f442150b9a06d60b82ffb3 (patch)
tree4eaf95dc85eebc0f618430056c6ca839de73def4 /libraries/totem-pl-parser
parentd6dc3cf768125d7dbdabc1eabbbbe1b03ae21597 (diff)
downloadslackbuilds-21ed4db37f2c870689f442150b9a06d60b82ffb3.tar.gz
slackbuilds-21ed4db37f2c870689f442150b9a06d60b82ffb3.tar.xz
libraries/totem-pl-parser: Updated for version 2.32.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/totem-pl-parser')
-rw-r--r--libraries/totem-pl-parser/README8
-rw-r--r--libraries/totem-pl-parser/totem-pl-parser.SlackBuild17
-rw-r--r--libraries/totem-pl-parser/totem-pl-parser.info10
3 files changed, 20 insertions, 15 deletions
diff --git a/libraries/totem-pl-parser/README b/libraries/totem-pl-parser/README
index ccc5a912c3..2963d4f946 100644
--- a/libraries/totem-pl-parser/README
+++ b/libraries/totem-pl-parser/README
@@ -1,2 +1,6 @@
-The totem playlist parser is a simple GObject-based library to
-parse a host of playlist formats, as well as save those.
+The totem playlist parser is a simple GObject-based library to parse a host
+of playlist formats, as well as save those.
+
+This requires libsoup-gnome (which is libsoup built against libproxy and
+gnome-keyring)
+quvi is optional.
diff --git a/libraries/totem-pl-parser/totem-pl-parser.SlackBuild b/libraries/totem-pl-parser/totem-pl-parser.SlackBuild
index ffe5d58d50..62f88369b9 100644
--- a/libraries/totem-pl-parser/totem-pl-parser.SlackBuild
+++ b/libraries/totem-pl-parser/totem-pl-parser.SlackBuild
@@ -2,10 +2,10 @@
# Slackware build script for totem-pl-parser
-# Written by crocket (crockabiscuit@yahoo.com)
+# Written by crocket (crockabiscuit@gmail.com)
PRGNAM=totem-pl-parser
-VERSION=${VERSION:-2.28.3}
+VERSION=${VERSION:-2.32.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,6 +56,7 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
+ --disable-static \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@@ -63,16 +64,16 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-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
+make V=1
+make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README \
+ ABOUT-NLS AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
+cd $PKG/usr/doc/$PRGNAM-$VERSION
+ ln -sf ../../share/gtk-doc/html/$PRGNAM html
+cd -
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/totem-pl-parser/totem-pl-parser.info b/libraries/totem-pl-parser/totem-pl-parser.info
index df91c69da4..634e3bd970 100644
--- a/libraries/totem-pl-parser/totem-pl-parser.info
+++ b/libraries/totem-pl-parser/totem-pl-parser.info
@@ -1,10 +1,10 @@
PRGNAM="totem-pl-parser"
-VERSION="2.28.3"
+VERSION="2.32.5"
HOMEPAGE="ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser"
-DOWNLOAD="ftp://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.28/totem-pl-parser-2.28.3.tar.bz2"
-MD5SUM="78da14e208c982cdd518e84e5e53e3fc"
+DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-2.32.5.tar.bz2"
+MD5SUM="cd2f001c8d7ea6c06c9f1c4ad9b0eaab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="crocket"
-EMAIL="crockabiscuit@yahoo.com"
-APPROVED="rworkman"
+EMAIL="crockabiscuit@gmail.com"
+APPROVED="Niels Horn"