libraries/libdmapsharing: Updated for version 2.1.9.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ec51f0040d
commit
d6dc3cf768
|
@ -1,4 +1,4 @@
|
|||
libdmapsharing (A library that provides the DMAP family of protocols)
|
||||
libdmapsharing (library for the DMAP family of protocols)
|
||||
|
||||
It is a library you may use to access and share DMAP (DAAP & DPAP)
|
||||
content. The library is written in C using GObject and libsoup.
|
||||
|
@ -8,6 +8,4 @@ as music and photos.
|
|||
|
||||
This requires avahi or howl.
|
||||
Currently, only avahi is in slackbuilds.org.
|
||||
|
||||
It also requires libsoup.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by crocket (crockabiscuit@gmail.com)
|
||||
|
||||
PRGNAM=libdmapsharing
|
||||
VERSION=${VERSION:-2.1.3}
|
||||
VERSION=${VERSION:-2.1.9}
|
||||
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 \
|
||||
|
@ -64,14 +65,11 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--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 install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README README-Memory TODO \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
@ -80,4 +78,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libdmapsharing"
|
||||
VERSION="2.1.3"
|
||||
VERSION="2.1.9"
|
||||
HOMEPAGE="http://www.flyn.org/projects/libdmapsharing/"
|
||||
DOWNLOAD="http://www.flyn.org/projects/libdmapsharing/libdmapsharing-2.1.3.tar.gz"
|
||||
MD5SUM="93098a477a73887744bc6657682cf2ae"
|
||||
DOWNLOAD="http://www.flyn.org/projects/libdmapsharing/libdmapsharing-2.1.9.tar.gz"
|
||||
MD5SUM="04f722d08f56a01f3c985bfdeb4b28ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="crocket"
|
||||
EMAIL="crockabiscuit@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libdmapsharing: libdmapsharing (A library that provides the DMAP family of protocols)
|
||||
libdmapsharing: libdmapsharing (library for the DMAP family of protocols)
|
||||
libdmapsharing:
|
||||
libdmapsharing: It is a library you may use to access and share DMAP (DAAP & DPAP)
|
||||
libdmapsharing: content. The library is written in C using GObject and libsoup.
|
||||
|
@ -14,6 +14,6 @@ libdmapsharing: The DMAP family of protocols is used by products such as iTunes(
|
|||
libdmapsharing: iPhoto(TM), and the Roku SoundBridge(TM) family to share content such
|
||||
libdmapsharing: as music and photos.
|
||||
libdmapsharing:
|
||||
libdmapsharing: Website: http://www.flyn.org/projects/libdmapsharing/
|
||||
libdmapsharing: Website : http://www.flyn.org/projects/libdmapsharing/
|
||||
libdmapsharing:
|
||||
libdmapsharing:
|
||||
|
|
Loading…
Reference in New Issue