From 2f104ecf78d6a93ba8d67273b76364cb1365a6cf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 May 2012 00:02:20 +0000 Subject: Fri May 18 00:02:20 UTC 2012 --- extra/ccrtp/PKGBUILD | 33 +++++++++++ extra/ccrtp/ccrtp.install | 22 +++++++ extra/glsof/PKGBUILD | 40 ++++++------- extra/gupnp-igd/PKGBUILD | 33 +++++++++++ extra/kdepim-runtime/PKGBUILD | 14 +++-- extra/kdepim-runtime/fix-carddav-support.patch | 26 ++++++++ extra/libmp3splt/PKGBUILD | 6 +- extra/libsrtp/PKGBUILD | 28 +++++++++ extra/libzrtpcpp/PKGBUILD | 35 +++++++++++ extra/misdnuser/PKGBUILD | 24 +++++--- extra/misdnuser/mISDNcapid.conf | 1 + extra/misdnuser/mISDNcapid.service | 10 ++++ extra/mp3splt/PKGBUILD | 6 +- extra/ortp/PKGBUILD | 25 +++++--- extra/ortp/libzrtpcpp2.patch | 69 ++++++++++++++++++++++ extra/slim/PKGBUILD | 4 +- extra/soprano/PKGBUILD | 6 +- extra/ucommon/PKGBUILD | 26 ++++++++ extra/xfce4-sensors-plugin/PKGBUILD | 18 +++--- .../xfce4-sensors-plugin.install | 18 +----- 20 files changed, 368 insertions(+), 76 deletions(-) create mode 100644 extra/ccrtp/PKGBUILD create mode 100644 extra/ccrtp/ccrtp.install create mode 100644 extra/gupnp-igd/PKGBUILD create mode 100644 extra/kdepim-runtime/fix-carddav-support.patch create mode 100644 extra/libsrtp/PKGBUILD create mode 100644 extra/libzrtpcpp/PKGBUILD create mode 100644 extra/misdnuser/mISDNcapid.conf create mode 100644 extra/misdnuser/mISDNcapid.service create mode 100644 extra/ortp/libzrtpcpp2.patch create mode 100644 extra/ucommon/PKGBUILD (limited to 'extra') diff --git a/extra/ccrtp/PKGBUILD b/extra/ccrtp/PKGBUILD new file mode 100644 index 000000000..5901e29ed --- /dev/null +++ b/extra/ccrtp/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 159161 2012-05-16 20:49:22Z andrea $ +# Maintainer: +# Contributor: Sergej Pupykin +# Contributor: Jeff Mickey +# Contributor: John Proctor +# Contributor: Alexander Rødseth + +pkgname=ccrtp +pkgver=2.0.3 +pkgrel=2 +pkgdesc="An implementation of RTP, the real-time transport protocol from the IETF" +arch=('i686' 'x86_64') +url="http://www.gnu.org/software/ccrtp/" +license=('GPL' 'custom') +depends=('ucommon' 'libgcrypt') +options=('!libtool') +install=$pkgname.install +source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('0d57da1b8e212fb634b8951067fbc1e0' + '127fa3b293f7a7c3be1d2891c4544453') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -Dm644 COPYING.addendum "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} diff --git a/extra/ccrtp/ccrtp.install b/extra/ccrtp/ccrtp.install new file mode 100644 index 000000000..51b971c5c --- /dev/null +++ b/extra/ccrtp/ccrtp.install @@ -0,0 +1,22 @@ +infodir=usr/share/info +filelist=(ccrtp.info) + +post_install() { + [[ -x usr/bin/install-info ]] || return 0 + for file in "${filelist[@]}"; do + install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null + done +} + +post_upgrade() { + post_install "$1" +} + +pre_remove() { + [[ -x usr/bin/install-info ]] || return 0 + for file in "${filelist[@]}"; do + install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null + done +} + +# vim:set ts=2 sw=2 et: diff --git a/extra/glsof/PKGBUILD b/extra/glsof/PKGBUILD index 71b97318c..a99009358 100644 --- a/extra/glsof/PKGBUILD +++ b/extra/glsof/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 147275 2012-01-25 16:46:28Z eric $ +# $Id: PKGBUILD 159121 2012-05-16 06:34:12Z eric $ # Maintainer: Eric Bélanger pkgname=glsof -pkgver=1.8.0 -_fmver=1.8.0 +pkgver=2.0 +_fmver=2.0 _qver=1.0.0 pkgrel=1 pkgdesc="Two separate GUI utilities (Queries and Filemonitor) to the lsof command line utility" @@ -11,28 +11,26 @@ arch=('i686' 'x86_64') url="http://glsof.sourceforge.net/" license=('GPL3') depends=('sh' 'java-runtime' 'lsof') -source=(http://downloads.sourceforge.net/sourceforge/glsof/filemonitor-${_fmver}.tar.gz) -if [ "$CARCH" = "i686" ]; then - source=(${source[@]} http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux32.tar.gz \ - glsof-filemonitor glsof-queries) - sha1sums=('a70c8d3877c13af8bd8e7e319a1709c1b90eedc6' - 'd5a17d66dd02cd78bad5ffdda0b936c7848e4890' - '197b58f40880995d6442fd42a58fa1f4594fd19d' - '2797c326904af16a254c3e39b8c529ea14ef37e5') -elif [ "$CARCH" = "x86_64" ]; then - source=(${source[@]} http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux64.tar.gz \ - glsof-filemonitor glsof-queries) - sha1sums=('a70c8d3877c13af8bd8e7e319a1709c1b90eedc6' - 'c5dd12e9b2860f1c427ed7cd482e898978051d2c' - '197b58f40880995d6442fd42a58fa1f4594fd19d' - '2797c326904af16a254c3e39b8c529ea14ef37e5') -fi +source=(http://downloads.sourceforge.net/sourceforge/glsof/filemonitor-${_fmver}.tar.gz \ + http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux32.tar.gz \ + http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux64.tar.gz \ + glsof-filemonitor glsof-queries) +sha1sums=('4bb1ca87aa8aedcf793cd704d4ea5dfec5c53bb1' + 'd5a17d66dd02cd78bad5ffdda0b936c7848e4890' + 'c5dd12e9b2860f1c427ed7cd482e898978051d2c' + '197b58f40880995d6442fd42a58fa1f4594fd19d' + '2797c326904af16a254c3e39b8c529ea14ef37e5') package() { cd "${srcdir}" install -D -m755 glsof-filemonitor "${pkgdir}/usr/bin/glsof-filemonitor" install -D -m755 glsof-queries "${pkgdir}/usr/bin/glsof-queries" install -D -m644 filemonitor/filemonitor.jar "${pkgdir}/usr/share/java/glsof/filemonitor.jar" - install -D -m644 queries_linux??/queries.jar "${pkgdir}/usr/share/java/glsof/queries.jar" - install -D -m644 queries_linux??/queries.pdf "${pkgdir}/usr/share/doc/glsof/queries.pdf" + if [ "$CARCH" = "i686" ]; then + install -D -m644 queries_linux32/queries.jar "${pkgdir}/usr/share/java/glsof/queries.jar" + install -D -m644 queries_linux32/queries.pdf "${pkgdir}/usr/share/doc/glsof/queries.pdf" + elif [ "$CARCH" = "x86_64" ]; then + install -D -m644 queries_linux64/queries.jar "${pkgdir}/usr/share/java/glsof/queries.jar" + install -D -m644 queries_linux64/queries.pdf "${pkgdir}/usr/share/doc/glsof/queries.pdf" + fi } diff --git a/extra/gupnp-igd/PKGBUILD b/extra/gupnp-igd/PKGBUILD new file mode 100644 index 000000000..8e08e3a17 --- /dev/null +++ b/extra/gupnp-igd/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 159125 2012-05-16 11:29:35Z eric $ +# Maintainer: Eric Bélanger +# Contributor: William Díaz + +pkgname=gupnp-igd +pkgver=0.2.1 +pkgrel=3 +pkgdesc="A library to handle UPnP IGD port mapping" +arch=('i686' 'x86_64') +url="http://www.gupnp.org" +license=('LGPL') +depends=('gupnp' 'python2-gobject2') +makedepends=('gettext') +options=('!libtool' '!makeflags') +source=(http://www.gupnp.org/sites/all/files/sources/${pkgname}-${pkgver}.tar.gz) +sha1sums=('409cb45e495dfa61c4ce4a74f8ba06f2784c39e2') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + PYTHON=python2 ./configure --prefix=/usr + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} + diff --git a/extra/kdepim-runtime/PKGBUILD b/extra/kdepim-runtime/PKGBUILD index c98230101..c493acbdb 100644 --- a/extra/kdepim-runtime/PKGBUILD +++ b/extra/kdepim-runtime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 158355 2012-05-03 22:30:17Z andrea $ +# $Id: PKGBUILD 159144 2012-05-16 19:52:39Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=kdepim-runtime pkgver=4.8.3 -pkgrel=1 +pkgrel=2 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' @@ -12,16 +12,20 @@ license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs' 'kdebase-runtime') makedepends=('cmake' 'automoc4' 'boost') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" + 'fix-carddav-support.patch') +sha1sums=('f1c6691522113887dc5f098678ccbbacfecb9390' + '1362bc04e82a3fdf870578c051a2e16170c43e86') build() { + cd "${srcdir}"/${pkgname}-${pkgver} + patch -p1 -i "${srcdir}"/fix-carddav-support.patch + cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/extra/kdepim-runtime/fix-carddav-support.patch b/extra/kdepim-runtime/fix-carddav-support.patch new file mode 100644 index 000000000..25c281307 --- /dev/null +++ b/extra/kdepim-runtime/fix-carddav-support.patch @@ -0,0 +1,26 @@ +commit bec63a313160ec6dc1833029d5e99746779ed3f4 +Author: Gregory Oestreicher +Date: Tue May 15 21:19:17 2012 +0200 + + Add a prop-filter in the CardDAV requests + + BUG: 299482 + FIXED-IN: 4.8.4 + +diff --git a/resources/dav/protocols/carddavprotocol.cpp b/resources/dav/protocols/carddavprotocol.cpp +index 38eca17..9c58653 100644 +--- a/resources/dav/protocols/carddavprotocol.cpp ++++ b/resources/dav/protocols/carddavprotocol.cpp +@@ -35,6 +35,12 @@ CarddavProtocol::CarddavProtocol() + propElement.appendChild( document.createElementNS( "DAV:", "resourcetype" ) ); + propElement.appendChild( document.createElementNS( "DAV:", "getetag" ) ); + ++ QDomElement filterElement = document.createElementNS( "urn:ietf:params:xml:ns:carddav", "filter" ); ++ queryElement.appendChild( filterElement ); ++ QDomElement propfilterElement = document.createElementNS( "urn:ietf:params:xml:ns:carddav", "prop-filter" ); ++ propfilterElement.setAttribute( "name", "FN" ); ++ filterElement.appendChild( propfilterElement ); ++ + mItemsQueries << document; + } + diff --git a/extra/libmp3splt/PKGBUILD b/extra/libmp3splt/PKGBUILD index 866cefa5d..acb42e268 100644 --- a/extra/libmp3splt/PKGBUILD +++ b/extra/libmp3splt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 151286 2012-02-25 12:53:00Z pierre $ +# $Id: PKGBUILD 159128 2012-05-16 12:24:49Z tpowa $ # Maintainer: Tobias Powalowski pkgname=libmp3splt -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="Library for splitting mp3 and ogg files without decoding" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl') makedepends=('libtool') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz") -md5sums=('62025951f483334f14f1b9be58162094') build() { cd $srcdir/$pkgname-$pkgver @@ -26,3 +25,4 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install } +md5sums=('848817d1d980729aec99bbc62caddd76') diff --git a/extra/libsrtp/PKGBUILD b/extra/libsrtp/PKGBUILD new file mode 100644 index 000000000..13f8142c3 --- /dev/null +++ b/extra/libsrtp/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 159152 2012-05-16 20:08:38Z andrea $ +# Maintainer: +# Contributor: Sergej Pupykin +# Contributor: Yejun Yang +# Contributor: Michal Krenek + +pkgname=libsrtp +pkgver=1.4.4 +pkgrel=2 +pkgdesc="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)" +url="http://srtp.sourceforge.net/srtp.html" +arch=('i686' 'x86_64') +license=('BSD') +source=("http://downloads.sourceforge.net/srtp/srtp-${pkgver}.tgz") +md5sums=('9b449edb011c934ca97009e7e0566d22') + +build() { + cd "${srcdir}"/srtp + ./configure --prefix=/usr + make CFLAGS="${CFLAGS} -fPIC" +} + +package() { + cd "${srcdir}"/srtp + make DESTDIR="${pkgdir}" install + + install -Dm0644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} diff --git a/extra/libzrtpcpp/PKGBUILD b/extra/libzrtpcpp/PKGBUILD new file mode 100644 index 000000000..77579187a --- /dev/null +++ b/extra/libzrtpcpp/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 159158 2012-05-16 20:39:07Z andrea $ +# Maintainer: +# Contributor: Sergej Pupykin +# Contributor: Jeff Mickey +# Contributor: Michel Brabants + +pkgname=libzrtpcpp +pkgver=2.0.0 +pkgrel=2 +pkgdesc="A C++ implementation of Phil Zimmermann's ZRTP specification" +arch=('i686' 'x86_64') +url='http://www.gnutelephony.org/index.php/GNU_ZRTP' +license=('GPL3') +depends=('ccrtp') +makedepends=('cmake') +source=("ftp://ftp.gnu.org/pub/gnu/ccrtp/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('dc1501e7e8a46a1608fc3820c7476727' + '7216f652aa2e080de114e02a85127dbc') + +build() { + sed 's/lib64/lib/g' -i "${srcdir}"/${pkgname}-${pkgver}/CMakeLists.txt + + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} diff --git a/extra/misdnuser/PKGBUILD b/extra/misdnuser/PKGBUILD index a6475d25c..9de576e21 100644 --- a/extra/misdnuser/PKGBUILD +++ b/extra/misdnuser/PKGBUILD @@ -1,20 +1,25 @@ -# $Id: PKGBUILD 156006 2012-04-11 12:11:55Z tomegun $ +# $Id: PKGBUILD 159134 2012-05-16 12:27:20Z tpowa $ # Maintainer: Tobias Powalowski pkgname=misdnuser -pkgver=2.0.11 -pkgrel=3 +pkgver=2.0.13_20120513 +pkgrel=1 pkgdesc="Tools and library for mISDN" arch=('i686' 'x86_64') url="http://www.misdn.org" license=('GPL') depends=('isdn4k-utils' 'spandsp') backup=('etc/capi20.conf') -options=('!libtool') +options=('!makeflags' '!libtool' '!strip') source=(ftp://ftp.archlinux.org/other/misdnuser/${pkgname}-${pkgver}.tar.gz - misdncapid.rc) + misdncapid.rc + mISDNcapid.service + mISDNcapid.conf) build() { + # only enable for debugging! + #export CFLAGS+=" -g -O0" + #export CXXFLAGS+=" -g -O0" cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --enable-capi --enable-softdsp --with-mISDN_group=uucp make @@ -30,6 +35,11 @@ package() { rm -r ${pkgdir}/etc/udev/ # remove temporary dir /var/run/mISDNcapid rm -r ${pkgdir}/var + # add systemd files + install -D -m644 ${srcdir}/mISDNcapid.service ${pkgdir}/usr/lib/systemd/system/mISDNcapid.service + install -D -m644 ${srcdir}/mISDNcapid.conf ${pkgdir}/usr/lib/tmpfiles.d/mISDNcapid.conf } -md5sums=('1c8825afde76e290727240077bbd37ea' - '2009563b144de037ecb20f8d727a772e') +md5sums=('f61339c3a28a370cd971957e6ef07f5c' + '2009563b144de037ecb20f8d727a772e' + '638b399f7e0937639960c4dfb3d5138e' + '42c3b46880a68c3883ee1ed00af34b45') diff --git a/extra/misdnuser/mISDNcapid.conf b/extra/misdnuser/mISDNcapid.conf new file mode 100644 index 000000000..7607e262d --- /dev/null +++ b/extra/misdnuser/mISDNcapid.conf @@ -0,0 +1 @@ +D /var/run/mISDNcapid 0755 root root - diff --git a/extra/misdnuser/mISDNcapid.service b/extra/misdnuser/mISDNcapid.service new file mode 100644 index 000000000..b2b08a0a5 --- /dev/null +++ b/extra/misdnuser/mISDNcapid.service @@ -0,0 +1,10 @@ +[Unit] +Description=mISDN CAPI daemon + +[Service] +Type=forking +ExecStart=/usr/sbin/mISDNcapid +ExecReload=/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target diff --git a/extra/mp3splt/PKGBUILD b/extra/mp3splt/PKGBUILD index 63b5aa1cb..7add37552 100644 --- a/extra/mp3splt/PKGBUILD +++ b/extra/mp3splt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 151288 2012-02-25 12:55:39Z pierre $ +# $Id: PKGBUILD 159130 2012-05-16 12:25:44Z tpowa $ # Maintainer: Tobias Powalowski pkgname=mp3splt -pkgver=2.4.1 +pkgver=2.4.2 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Commandline tool for splitting mp3 and ogg files without decoding" @@ -11,7 +11,6 @@ url="http://mp3splt.sourceforge.net" depends=('libmp3splt') source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz") options=('!libtool') -md5sums=('aed4a94f996abcdb07679206a600fc5b') build() { cd $srcdir/$pkgname-$pkgver @@ -23,3 +22,4 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install } +md5sums=('f4c5c42f9dec9fb72b7f6ffeacd82906') diff --git a/extra/ortp/PKGBUILD b/extra/ortp/PKGBUILD index 375831112..3f64e6195 100644 --- a/extra/ortp/PKGBUILD +++ b/extra/ortp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 150809 2012-02-23 01:26:10Z andrea $ +# $Id: PKGBUILD 159150 2012-05-16 20:08:01Z andrea $ # Maintainer: # Contributor: Andrea Scarpino # Contributor: Jaroslaw Swierczynski @@ -6,24 +6,31 @@ pkgname=ortp pkgver=0.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Real-time Transport Protocol (RTP) library" arch=('i686' 'x86_64') url="http://www.linphone.org/index.php/eng/code_review/ortp" license=('LGPL') -depends=('glibc') +depends=('libzrtpcpp' 'libsrtp') options=('!libtool') -source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig}) +source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz"{,.sig} + 'libzrtpcpp2.patch') md5sums=('b3f2f02fc5b7ba7e294806c81d419f3c' - 'c5d39f9ad14fe252db9a96f616308b0b') + 'c5d39f9ad14fe252db9a96f616308b0b' + 'a37392fd9889711ac2f0fed2e388fbd8') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -p1 -i "${srcdir}"/libzrtpcpp2.patch + + ./configure --prefix=/usr \ + --enable-zrtp \ + --disable-strict make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/extra/ortp/libzrtpcpp2.patch b/extra/ortp/libzrtpcpp2.patch new file mode 100644 index 000000000..c433c314d --- /dev/null +++ b/extra/ortp/libzrtpcpp2.patch @@ -0,0 +1,69 @@ +Only in ortp-0.20.0.my/build: Makefile +Only in ortp-0.20.0.my/build/win32native: Makefile +Only in ortp-0.20.0.my/build/wince: Makefile +Only in ortp-0.20.0.my/build/winmob: Makefile +Only in ortp-0.20.0.my: config.log +Only in ortp-0.20.0.my: config.status +Only in ortp-0.20.0.my: doc +Only in ortp-0.20.0.my/include: Makefile +Only in ortp-0.20.0.my/include/ortp: Makefile +Only in ortp-0.20.0.my: libtool +Only in ortp-0.20.0.my: Makefile +Only in ortp-0.20.0.my: ortp-config.h +Only in ortp-0.20.0.my: ortp.defs +Only in ortp-0.20.0.my: ortp.pc +Only in ortp-0.20.0.my/src: avprofile.lo +Only in ortp-0.20.0.my/src: b64.lo +Only in ortp-0.20.0.my/src: .deps +Only in ortp-0.20.0.my/src: event.lo +Only in ortp-0.20.0.my/src: jitterctl.lo +Only in ortp-0.20.0.my/src: libortp.la +Only in ortp-0.20.0.my/src: .libs +Only in ortp-0.20.0.my/src: Makefile +Only in ortp-0.20.0.my/src: netsim.lo +Only in ortp-0.20.0.my/src: ortp.lo +Only in ortp-0.20.0.my/src: ortp_srtp.lo +Only in ortp-0.20.0.my/src: payloadtype.lo +Only in ortp-0.20.0.my/src: port.lo +Only in ortp-0.20.0.my/src: posixtimer.lo +Only in ortp-0.20.0.my/src: rtcp.lo +Only in ortp-0.20.0.my/src: rtcpparse.lo +Only in ortp-0.20.0.my/src: rtpparse.lo +Only in ortp-0.20.0.my/src: rtpsession_inet.lo +Only in ortp-0.20.0.my/src: rtpsession.lo +Only in ortp-0.20.0.my/src: rtpsignaltable.lo +Only in ortp-0.20.0.my/src: rtptimer.lo +Only in ortp-0.20.0.my/src: scheduler.lo +Only in ortp-0.20.0.my/src: sessionset.lo +Only in ortp-0.20.0.my/src: str_utils.lo +Only in ortp-0.20.0.my/src: stun.lo +Only in ortp-0.20.0.my/src: stun_udp.lo +Only in ortp-0.20.0.my/src: telephonyevents.lo +Only in ortp-0.20.0.my/src/tests: .deps +Only in ortp-0.20.0.my/src/tests: Makefile +Only in ortp-0.20.0.my/src/tests/win_receiver: Makefile +Only in ortp-0.20.0.my/src/tests/win_sender: Makefile +Only in ortp-0.20.0.my/src: utils.lo +diff -wbBur ortp-0.20.0/src/zrtp.c ortp-0.20.0.my/src/zrtp.c +--- ortp-0.20.0/src/zrtp.c 2012-02-22 20:19:51.000000000 +0400 ++++ ortp-0.20.0.my/src/zrtp.c 2012-05-16 19:11:25.000000000 +0400 +@@ -837,7 +837,7 @@ + userData->session=s; + ortp_zrtp_configure(context); + ortp_message("Initialized ZRTP context"); +- zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData, 0); ++ zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData); + return ortp_zrtp_configure_context(userData,s,params); + } + +@@ -867,7 +867,7 @@ + userData->session=s; + ortp_zrtp_configure(context); + +- zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData, 0); ++ zrtp_initializeZrtpEngine(context, &userData->zrtp_cb, userAgentStr, params->zid_file, userData); + + ortp_message("setting zrtp_setMultiStrParams"); + zrtp_setMultiStrParams(context,multiparams,length); +Only in ortp-0.20.0.my/src: zrtp.lo +Only in ortp-0.20.0.my: stamp-h1 diff --git a/extra/slim/PKGBUILD b/extra/slim/PKGBUILD index 1ef39a739..290f217e2 100644 --- a/extra/slim/PKGBUILD +++ b/extra/slim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 158801 2012-05-10 13:44:49Z tpowa $ +# $Id: PKGBUILD 159123 2012-05-16 10:08:44Z tpowa $ # Maintainer: Gaetan Bisson # Contributor: Thayer Williams # Contributor: Alexander Fehr @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') url='http://slim.berlios.de/' license=('GPL2') depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft') -makedepends=('cmake') +makedepends=('cmake' 'freeglut') backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim') source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'rc.d' diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD index 5e47b1ec2..b44395501 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151914 2012-03-04 09:57:03Z andrea $ +# $Id: PKGBUILD 159138 2012-05-16 18:32:58Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Tobias Powalowski pkgname=soprano -pkgver=2.7.5 +pkgver=2.7.6 pkgrel=1 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL' 'LGPL') depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso') makedepends=('cmake' 'openjdk6' 'doxygen') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('9d881ce405354da4f7c2eeee386e2859') +md5sums=('8eee947956134ea4aa2d1e94ddbd551e') build() { cd "${srcdir}" diff --git a/extra/ucommon/PKGBUILD b/extra/ucommon/PKGBUILD new file mode 100644 index 000000000..e9e78bdc0 --- /dev/null +++ b/extra/ucommon/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 159166 2012-05-16 20:55:54Z andrea $ +# Maintainer: Sergej Pupykin + +pkgname=ucommon +pkgver=5.2.2 +pkgrel=2 +pkgdesc="A light-weight C++ library to facilitate using C++ design patterns" +arch=('i686' 'x86_64') +url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++" +license=('GPL3' 'LGPL3') +depends=('openssl') +options=('!libtool') +source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('4739fcd9db006432f1b8e2ea226e414a' + 'adb2349cffe80678e39a96c6ab5c5a5b') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} diff --git a/extra/xfce4-sensors-plugin/PKGBUILD b/extra/xfce4-sensors-plugin/PKGBUILD index 3d11b36d9..bd561fa89 100644 --- a/extra/xfce4-sensors-plugin/PKGBUILD +++ b/extra/xfce4-sensors-plugin/PKGBUILD @@ -1,21 +1,23 @@ -# $Id: PKGBUILD 157883 2012-04-30 04:21:17Z foutrelis $ -# Maintainer: Andreas Radke +# $Id: PKGBUILD 159140 2012-05-16 19:30:19Z foutrelis $ +# Maintainer: +# Contributor: Andreas Radke # Contributor: Merk Matthias pkgname=xfce4-sensors-plugin -pkgver=1.2.3 -pkgrel=5 +pkgver=1.2.5 +pkgrel=1 pkgdesc="A lm_sensors plugin for the Xfce panel" arch=('i686' 'x86_64') -license=('GPL2') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" +license=('GPL2') groups=('xfce4-goodies') -depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hddtemp' 'hicolor-icon-theme') -makedepends=('intltool' 'gnu-netcat') +depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme') +makedepends=('intltool' 'hddtemp' 'gnu-netcat') +optdepends=('hddtemp: for monitoring the temperature of hard drives') options=('!libtool') install=$pkgname.install source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2) -sha256sums=('3dd27348f7b38b55e53aa8d851cdb80e090b8830ca9e705bf32641679f08d326') +sha256sums=('6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/extra/xfce4-sensors-plugin/xfce4-sensors-plugin.install b/extra/xfce4-sensors-plugin/xfce4-sensors-plugin.install index ef6375367..e4f8fd06c 100644 --- a/extra/xfce4-sensors-plugin/xfce4-sensors-plugin.install +++ b/extra/xfce4-sensors-plugin/xfce4-sensors-plugin.install @@ -1,25 +1,13 @@ -post_common() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - post_install() { - post_common - - echo '> Make sure the hddtemp daemon is running, otherwise xfce4-sensors will' - echo '> crash on start.' + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { - post_common - - if (($(vercmp $2 1.2.3-4) < 0)); then - echo '> Make sure the hddtemp daemon is running, otherwise xfce4-sensors will' - echo '> crash on start.' - fi + post_install } post_remove() { - post_common + post_install } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf