diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-30 21:36:25 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-30 21:36:25 -0300 |
commit | d6dc3cf768125d7dbdabc1eabbbbe1b03ae21597 (patch) | |
tree | b0c7df252ed29ef80c07dd682134b0a313a98ce4 /libraries/libdmapsharing | |
parent | ec51f0040df9ce5dc62adb79f6f31d5cc4a25a75 (diff) | |
download | slackbuilds-d6dc3cf768125d7dbdabc1eabbbbe1b03ae21597.tar.gz |
libraries/libdmapsharing: Updated for version 2.1.9.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libdmapsharing')
-rw-r--r-- | libraries/libdmapsharing/README | 4 | ||||
-rw-r--r-- | libraries/libdmapsharing/libdmapsharing.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/libdmapsharing/libdmapsharing.info | 8 | ||||
-rw-r--r-- | libraries/libdmapsharing/slack-desc | 4 |
4 files changed, 11 insertions, 16 deletions
diff --git a/libraries/libdmapsharing/README b/libraries/libdmapsharing/README index 8d546696b4..1307a7dbfe 100644 --- a/libraries/libdmapsharing/README +++ b/libraries/libdmapsharing/README @@ -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. - diff --git a/libraries/libdmapsharing/libdmapsharing.SlackBuild b/libraries/libdmapsharing/libdmapsharing.SlackBuild index 6d6af9d8ed..8733fa6c36 100644 --- a/libraries/libdmapsharing/libdmapsharing.SlackBuild +++ b/libraries/libdmapsharing/libdmapsharing.SlackBuild @@ -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} - diff --git a/libraries/libdmapsharing/libdmapsharing.info b/libraries/libdmapsharing/libdmapsharing.info index 893199beee..4502ac1ed1 100644 --- a/libraries/libdmapsharing/libdmapsharing.info +++ b/libraries/libdmapsharing/libdmapsharing.info @@ -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" diff --git a/libraries/libdmapsharing/slack-desc b/libraries/libdmapsharing/slack-desc index aaa265ea33..ed679a3498 100644 --- a/libraries/libdmapsharing/slack-desc +++ b/libraries/libdmapsharing/slack-desc @@ -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: |