mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/totem-pl-parser: Updated for version 2.32.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
d6dc3cf768
commit
21ed4db37f
3 changed files with 20 additions and 15 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue