From b2a6f1b28b7fa31088cab9a90b0f5ab97948534d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2013 01:12:24 -0700 Subject: Thu Oct 31 01:09:50 PDT 2013 --- core/openldap/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/openldap/PKGBUILD') diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD index 59ec01116..066cd0fd4 100644 --- a/core/openldap/PKGBUILD +++ b/core/openldap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193901 2013-09-04 19:28:51Z eric $ +# $Id: PKGBUILD 197834 2013-10-30 11:06:09Z allan $ # Maintainer: pkgbase=openldap @@ -53,7 +53,6 @@ package_libldap() { pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries" depends=('libsasl' 'e2fsprogs') backup=('etc/openldap/ldap.conf') - options=('!libtool') cd ${pkgbase}-${pkgver} for dir in include libraries doc/man/man3 ; do @@ -76,7 +75,7 @@ package_openldap() { pkgdesc="Lightweight Directory Access Protocol (LDAP) client and server" depends=("libldap>=${pkgver}" 'libltdl') backup=('etc/openldap/slapd.conf' 'etc/openldap/slapd.ldif') - options=('!libtool' 'emptydirs') + options=('emptydirs') install=openldap.install cd ${pkgbase}-${pkgver} -- cgit v1.2.3-54-g00ecf From 058983fb5cb16dbb25368dd464cbcf27205b3f93 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Nov 2013 01:27:27 -0800 Subject: Mon Nov 4 01:26:54 PST 2013 --- community/fcitx-m17n/PKGBUILD | 14 ++- community/fcitx-mozc/PKGBUILD | 48 ++++----- community/gdc/PKGBUILD | 7 +- community/libpinyin/PKGBUILD | 22 ++-- community/lz4/PKGBUILD | 4 +- community/mpv/PKGBUILD | 12 +-- .../0002-epass2003-properly-disable-padding.patch | 39 +++++++ community/opensc/PKGBUILD | 11 +- community/perl-xml-libxml/PKGBUILD | 16 +-- community/python-pyzmq/PKGBUILD | 6 +- community/ruby-iconv/PKGBUILD | 5 +- community/wiznote/PKGBUILD | 4 +- community/wvstreams/PKGBUILD | 6 +- core/curl/PKGBUILD | 12 ++- core/libssh2/PKGBUILD | 4 +- core/openldap/PKGBUILD | 6 +- extra/imagemagick/PKGBUILD | 9 +- extra/lapack/PKGBUILD | 16 +-- extra/libindi/PKGBUILD | 5 +- extra/mercurial/PKGBUILD | 6 +- libre/icedove-l10n/PKGBUILD | 114 ++++++++++----------- libre/icedove-libre/PKGBUILD | 8 +- pcr/youtube-dl-current/PKGBUILD | 8 +- 23 files changed, 216 insertions(+), 166 deletions(-) create mode 100644 community/opensc/0002-epass2003-properly-disable-padding.patch (limited to 'core/openldap/PKGBUILD') diff --git a/community/fcitx-m17n/PKGBUILD b/community/fcitx-m17n/PKGBUILD index b593fe10b..1c3a9b140 100644 --- a/community/fcitx-m17n/PKGBUILD +++ b/community/fcitx-m17n/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93368 2013-07-02 09:47:25Z fyan $ +# $Id: PKGBUILD 100394 2013-11-03 12:25:13Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-m17n -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=1 pkgdesc="Fcitx Wrapper for m17n." arch=('i686' 'x86_64') @@ -13,17 +13,15 @@ makedepends=('cmake') source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") build() { - cd "$srcdir/${pkgname}-${pkgver}" - mkdir -p build - cd build + cd ${pkgname}-${pkgver} - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . make } package() { - cd "$srcdir/${pkgname}-${pkgver}/build" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } -sha512sums=('b2becf6f20de32191690a5541956dc0a607443bd593fbfb61d1663dcc1f854df6b146c17ed73afbdff4006c12f001707de87adc706b3e1d45608bbf2bc045bce') +sha512sums=('f0a708a351956c3972ae7d91050e274438c5631c785e829f746629f9cf2cb4c0bfe7dcb5f4e8bcda62e7761081526a484afb533a86b1c8b5c7d063f6ecbc502a') diff --git a/community/fcitx-mozc/PKGBUILD b/community/fcitx-mozc/PKGBUILD index 36ce20149..26a0f871b 100644 --- a/community/fcitx-mozc/PKGBUILD +++ b/community/fcitx-mozc/PKGBUILD @@ -1,40 +1,37 @@ -# $Id: PKGBUILD 97633 2013-09-26 06:11:29Z fyan $ +# $Id: PKGBUILD 100392 2013-11-03 11:48:16Z fyan $ # Maintainer: Felix Yan # Contributor: ponsfoot ## Mozc compile option _bldtype=Release -_zipcoderel=201307 +_zipcoderel=201309 _protobuf_ver=2.5.0 -_gyp_rev=1656 +_gyp_rev=1774 _pkgbase=mozc +_revision=178 pkgname=fcitx-mozc pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)" -pkgver=1.11.1522.102 +pkgver=1.12.1599.102 _patchver=${pkgver}.1 -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64') url="http://code.google.com/p/mozc/" license=('custom') depends=('qt4' 'fcitx' 'zinnia') -makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa') +makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'svn') replaces=('mozc-fcitx') conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx') -source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2 - http://downloads.sourceforge.net/project/pnsft-aur/mozc/gyp-${_gyp_rev}.tar.xz +source=(svn+http://mozc.googlecode.com/svn#revision=$_revision + gyp::svn+http://gyp.googlecode.com/svn/trunk#revision=$_gyp_rev http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2 http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch - http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz - #mozc_1.10.1390.102_remove_warn_as_error.patch -) + http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz) build() { - cd "$srcdir" - #source /etc/profile.d/qt4.sh # Update: Fix qt4 include path too @@ -44,19 +41,16 @@ build() { CFLAGS="${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden" CXXFLAGS="${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden" - cd "${srcdir}/${_pkgbase}-${pkgver}" + cd svn/trunk/src # Apply fcitx patch rm unix/fcitx -rf - patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch + patch -Np2 -i "$srcdir/fcitx-mozc-${_patchver}.patch" # Fix qt4 binary path sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i} sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i} - # Patch for gcc>=4.8 - #patch -p0 -i "${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch" - # Adjust to use python2 find . -name \*.py -type f -exec sed -i -e "1s|python.*$|python2|" {} + find . -regex '.*\.gypi?$' -type f -exec sed -i -e "s|'python'|'python2'|g" {} + @@ -67,10 +61,12 @@ build() { msg "Done." # Copy gyp - cp -rf "${srcdir}"/gyp-${_gyp_rev}/* third_party/gyp + mkdir third_party/gyp + cp -rf "${srcdir}"/gyp/* third_party/gyp # Copy protobuf to be linked statically - cp -rf "${srcdir}/protobuf-${_protobuf_ver}" protobuf/files + mkdir third_party/protobuf + cp -rf "${srcdir}/protobuf-${_protobuf_ver}"/* third_party/protobuf msg "Starting make..." @@ -85,7 +81,7 @@ build() { } package() { - cd "${srcdir}/${_pkgbase}-${pkgver}" + cd svn/trunk/src install -D -m 755 out_linux/${_bldtype}/mozc_server "${pkgdir}/usr/lib/mozc/mozc_server" install -m 755 out_linux/${_bldtype}/mozc_tool "${pkgdir}/usr/lib/mozc/mozc_tool" @@ -116,10 +112,10 @@ package() { install -m 644 "$srcdir/fcitx-mozc-icons/mozc-tool.png" "${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png" } -sha512sums=('f1319b6cee9ba9444e75a3775abbd5804fda545be87e1977aa48825a14073448db6b12c2312d1cf74469cec7392af5c889a0fbd64cf741cc4e8c1c44dcdbf68f' - 'c162dab8d2935793002fef9a12d49a9ec36b4be3af73fe425e522302871744bf0710726539444bfd354244b41cea9fc649fb83a957000d70bcb0556265cdb171' - '9661c697368e3d3afec65fda3e07db5ceea358e26ecc372872dcdd52a688c5cf5a14d2b2eeb8a3875c1941b192efb5a100eb846067d4d5cb32afdb9dd4b0ba29' - '14b0dd6854e8732c4aa0105b6a8e39e7778c86ac94adf899ddb42424c6033eccd5686734f4bbe7ba8542903ac987fd553a051abfeeceae5c1649f9a74cb9e8a1' +sha512sums=('SKIP' + 'SKIP' + 'e497d6dfca2cf06d4ab0ed7f84e1daea8da776071d19818dc09b5c2586d52dfceebd3b665ebc0eb1143e84c8dcb11cac6197e8cbff617415cc6f16316e9a2004' + '04c2719618227beea8b41705d25382a78fa4173c7355c2a4ebd4d424538e0591513aa951eb9a8a11a4ad4ff379839fda42264a98e07f1b062ff8e4200af7c741' '5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee' - '8d7a132613193c2e120d4a17fad97045451bcc700a552fa52e85f83cf5403de36b66c4bf6148c9cdabb493e82a5338cc090b693569d8ff087f4646e0604e0d3b' + 'e6a5a21520e36aa6cd27295c5a1b050a8f1a8dccf82918b0b57f17c79393c8b527c3f70dbfa2de0af42d3f85eac3095ef476a067fb24dbc2fa325c1f6a1138cc' '5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a') diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD index b4adc310e..aa3224743 100644 --- a/community/gdc/PKGBUILD +++ b/community/gdc/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Jesus Alvarez pkgname=('gdc' 'libgphobos-devel') -pkgver=4.8.1 -pkgrel=6 +pkgver=4.8.2 +pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/D-Programming-GDC/GDC" license=('GPL') @@ -75,13 +75,14 @@ package_gdc() pkgdesc="Compiler for D programming language wich uses gcc backend" install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc - install -D -m755 $srcdir/gcc-build/gcc/cc1d $pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d + install -D -m755 $srcdir/gcc-build/gcc/cc1d $pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d } package_libgphobos-devel() { pkgdesc="Standard library for D programming language, GDC port" provides=("d-runtime" "d-stdlib") + options=("staticlibs") depends=('gdc') # druntime diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD index 2648976e0..0ffcd5742 100644 --- a/community/libpinyin/PKGBUILD +++ b/community/libpinyin/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 99874 2013-10-31 02:13:03Z allan $ +# $Id: PKGBUILD 100397 2013-11-03 12:30:24Z fyan $ # Maintainer: Felix Yan # Contributor: Yangtse # Contributor: WU Jun pkgname=libpinyin -pkgver=0.9.93 +pkgver=0.9.94 +_modelver=7 pkgrel=1 pkgdesc="Library to deal with pinyin" arch=('i686' 'x86_64') @@ -12,22 +13,23 @@ url="https://github.com/libpinyin/libpinyin" license=('GPL') depends=('db' 'glib2') source=("https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz" - "http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz") -noextract=("model6.text.tar.gz") + "http://downloads.sourceforge.net/libpinyin/model${_modelver}.text.tar.gz") +noextract=("model${_modelver}.text.tar.gz") build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} - cp "${srcdir}/model6.text.tar.gz" "${srcdir}/${pkgname}-${pkgver}/data/" - sed -i '/wget.*model6\.text\.tar\.gz/ d' ${srcdir}/${pkgname}-${pkgver}/data/Makefile.am + cp ../model${_modelver}.text.tar.gz data/ + sed -i "/wget.*model${_modelver}\.text\.tar\.gz/ d" data/Makefile.am aclocal && libtoolize --force && autoheader && automake -a && autoconf ./configure --prefix=/usr && make } package() { - cd "${srcdir}/libpinyin-$pkgver" + cd ${pkgname}-$pkgver make DESTDIR="${pkgdir}" install } -sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387' - '8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e') + +sha512sums=('733083a8ed1dc0d230c8830e67c4d23b28ecf4c2b4adf386aee5f1e3cd9849363951c60720d5ae5fe9c075b4dbdda88969473c19bb1a8c8187cbc21e35445108' + '74a56a23cdca24124037f688ed85a921089155a1b9a0b61e646f805b2bb698c56682c5d6a47ff86657c8b131a831dbee9d5cc5165d4c1f235b77fcd5b2e480ad') diff --git a/community/lz4/PKGBUILD b/community/lz4/PKGBUILD index 8e8999037..ea5e83ec7 100644 --- a/community/lz4/PKGBUILD +++ b/community/lz4/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99573 2013-10-29 21:29:01Z seblu $ +# $Id: PKGBUILD 100408 2013-11-03 17:44:50Z seblu $ # Maintainer: Sébastien Luttringer # Contacted by mail, author use svn commit as release version. # He only push tested release code into svn and support using revision as version pkgname=lz4 -pkgver=107 +pkgver=108 pkgrel=1 pkgdesc='Very fast lossless compression algorithm' arch=('i686' 'x86_64') diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index 3f5d53af8..4ea19c68e 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99558 2013-10-29 17:41:46Z bpiotrowski $ +# $Id: PKGBUILD 100387 2013-11-03 11:15:18Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Eivind Uggedal pkgname=mpv -pkgver=0.2.1 -pkgrel=4 +pkgver=0.2.2 +pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') license=('GPL') @@ -17,8 +17,8 @@ depends=( makedepends=('mesa' 'python-docutils') options=(!emptydirs) install=mpv.install -source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz") -md5sums=('4e7c8823354f97753f0cbe17c61ec211') +source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) +md5sums=('632d1ee368fe7355563047bbdcd7b08a') build() { unset CFLAGS @@ -51,6 +51,4 @@ package() { "$pkgdir"/usr/share/doc/mpv/examples install -m644 DOCS/{encoding.rst,tech-overview.txt} \ "$pkgdir"/usr/share/doc/mpv - - #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop } diff --git a/community/opensc/0002-epass2003-properly-disable-padding.patch b/community/opensc/0002-epass2003-properly-disable-padding.patch new file mode 100644 index 000000000..0e3ad65fb --- /dev/null +++ b/community/opensc/0002-epass2003-properly-disable-padding.patch @@ -0,0 +1,39 @@ +From b1a4775310a4e30d8fd5c1cc91e60971f922e64a Mon Sep 17 00:00:00 2001 +From: Zbigniew Halas +Date: Wed, 27 Feb 2013 23:44:02 +0000 +Subject: [PATCH] epass2003: properly disable padding + +EVP_CIPHER_CTX_set_padding needs to be called after EVP_EncryptInit_ex +and EVP_DecryptInit_ex, otherwise padding is re-enabled, which in turn +causes buffer overruns +--- + src/libopensc/card-epass2003.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/libopensc/card-epass2003.c b/src/libopensc/card-epass2003.c +index 80088b9..6f04573 100644 +--- a/src/libopensc/card-epass2003.c ++++ b/src/libopensc/card-epass2003.c +@@ -117,8 +117,8 @@ + + memcpy(iv_tmp, iv, EVP_MAX_IV_LENGTH); + EVP_CIPHER_CTX_init(&ctx); +- EVP_CIPHER_CTX_set_padding(&ctx, 0); + EVP_EncryptInit_ex(&ctx, cipher, NULL, key, iv_tmp); ++ EVP_CIPHER_CTX_set_padding(&ctx, 0); + + if (!EVP_EncryptUpdate(&ctx, output, &outl, input, length)) + goto out; +@@ -146,8 +146,8 @@ + + memcpy(iv_tmp, iv, EVP_MAX_IV_LENGTH); + EVP_CIPHER_CTX_init(&ctx); +- EVP_CIPHER_CTX_set_padding(&ctx, 0); + EVP_DecryptInit_ex(&ctx, cipher, NULL, key, iv_tmp); ++ EVP_CIPHER_CTX_set_padding(&ctx, 0); + + if (!EVP_DecryptUpdate(&ctx, output, &outl, input, length)) + goto out; +-- +1.8.4 + diff --git a/community/opensc/PKGBUILD b/community/opensc/PKGBUILD index 8b2047a2c..d8832845e 100644 --- a/community/opensc/PKGBUILD +++ b/community/opensc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99939 2013-10-31 02:35:12Z allan $ +# $Id: PKGBUILD 100414 2013-11-03 18:13:58Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: kevku pkgname=opensc pkgver=0.13.0 -pkgrel=3 +pkgrel=4 pkgdesc='Tools and libraries for smart cards' arch=('x86_64' 'i686') url='https://github.com/OpenSC/OpenSC/wiki' @@ -14,12 +14,15 @@ makedepends=('docbook-xsl') depends=('openssl' 'pcsclite' 'libltdl') options=('!emptydirs') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - '0001-pkcs15-regression-in-e35febe-compute-cert-length.patch') + '0001-pkcs15-regression-in-e35febe-compute-cert-length.patch' + '0002-epass2003-properly-disable-padding.patch') md5sums=('74a10de6c646bdaae307d6dc9e9accc0' - '49a0989c169decf6876a3a9631289dbc') + '49a0989c169decf6876a3a9631289dbc' + '68fe80c8fb6c28c0bcf9d36e3245e4ae') prepare() { patch -p1 -d $pkgname-$pkgver < 0001-pkcs15-regression-in-e35febe-compute-cert-length.patch + patch -p1 -d $pkgname-$pkgver < 0002-epass2003-properly-disable-padding.patch } build() { diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index f6bbd8c00..a187bb4c4 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 97592 2013-09-24 21:06:57Z jsteel $ +# $Id: PKGBUILD 100412 2013-11-03 17:59:19Z jsteel $ # Maintainer: Jonathan Steel # Contributor: Justin "juster" Davis # Contributor: François Charette pkgname=perl-xml-libxml -pkgver=2.0106 +pkgver=2.0107 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64') @@ -13,24 +13,26 @@ license=('GPL') depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport') provides=('perl-libxml' 'perl-xml-libxml-common') replaces=('perl-libxml' 'perl-xml-libxml-common') -conflicts=('perl-libxml' 'perl-xml-libxml-common') options=('!emptydirs') install=$pkgname.install source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz) -md5sums=('5da8ecfdedccca81fe0821e9935fe11c') +md5sums=('4caedd8fb64167e1caf0443f18ec47a2') build() { - cd XML-LibXML-$pkgver + cd "$srcdir"/XML-LibXML-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd XML-LibXML-$pkgver + cd "$srcdir"/XML-LibXML-$pkgver + make test } package() { - cd XML-LibXML-$pkgver + cd "$srcdir"/XML-LibXML-$pkgver + make pure_install doc_install DESTDIR="$pkgdir"/ } diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index c531e17c1..4b45e70c1 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 92654 2013-06-10 15:28:34Z bpiotrowski $ +# $Id: PKGBUILD 100379 2013-11-03 07:15:10Z kkeen $ # Maintainer: Kyle Keen pkgbase=python-pyzmq pkgname=(python2-pyzmq python-pyzmq) -pkgver=13.1.0 +pkgver=14.0.0 pkgrel=1 pkgdesc="Python bindings for zeromq, written in Cython" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=(zeromq python) makedepends=(python python2 zeromq) #source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz) source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz) -md5sums=('b54a2209a4efed93ed00282d949db8d9') +md5sums=('ce62ce9807b0b5da0076eaa9cf6cc24e') build() { cd "$srcdir" diff --git a/community/ruby-iconv/PKGBUILD b/community/ruby-iconv/PKGBUILD index 3b9315ed6..528fa5c14 100755 --- a/community/ruby-iconv/PKGBUILD +++ b/community/ruby-iconv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 97686 2013-09-27 08:51:25Z alucryd $ +# $Id: PKGBUILD 100391 2013-11-03 11:24:29Z alucryd $ # Maintainer: Maxime Gauduin pkgname=ruby-iconv pkgver=1.0.3 -pkgrel=4 +pkgrel=6 pkgdesc="Wrapper library for iconv" arch=('i686' 'x86_64') url="https://github.com/nurse/iconv" @@ -15,6 +15,7 @@ sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da') prepare() { gem install --no-{document,user-install} --ignore-dependencies -i . ${pkgname#*-}-${pkgver}.gem + sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i gems/${pkgname#*-}-${pkgver}/lib/iconv.rb } package() { diff --git a/community/wiznote/PKGBUILD b/community/wiznote/PKGBUILD index f578654c0..da1e90b64 100644 --- a/community/wiznote/PKGBUILD +++ b/community/wiznote/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 100066 2013-11-01 07:14:23Z fyan $ +# $Id: PKGBUILD 100396 2013-11-03 12:29:00Z fyan $ # Maintainer: Felix Yan # Contributor: Albert.Zhou pkgname=wiznote -pkgver=2.0.59 +pkgver=2.0.62 pkgrel=1 pkgdesc="Opensource cross-platform cloud based note-taking client" arch=('i686' 'x86_64') diff --git a/community/wvstreams/PKGBUILD b/community/wvstreams/PKGBUILD index eb5b48e7f..f54213524 100644 --- a/community/wvstreams/PKGBUILD +++ b/community/wvstreams/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92257 2013-06-03 11:15:30Z allan $ -# Maintainer: +# $Id: PKGBUILD 100398 2013-11-03 12:30:25Z fyan $ +# Maintainer: Felix Yan # Contributor: Andrea Scarpino # Contributor: dorphell pkgname=wvstreams pkgver=4.6.1 -pkgrel=6 +pkgrel=7 pkgdesc="A network programming library written in C++" arch=('i686' 'x86_64') url="http://alumnit.ca/wiki/?page=WvStreams" diff --git a/core/curl/PKGBUILD b/core/curl/PKGBUILD index 384e163d9..0c88797cf 100644 --- a/core/curl/PKGBUILD +++ b/core/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197806 2013-10-30 11:02:54Z allan $ +# $Id: PKGBUILD 198761 2013-11-03 13:49:41Z dreisner $ # Maintainer: Dave Reisner # Contributor: Angel Velasquez # Contributor: Eric Belanger @@ -7,7 +7,7 @@ pkgname=curl pkgver=7.33.0 -pkgrel=2 +pkgrel=3 pkgdesc="An URL retrieval utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" @@ -16,11 +16,19 @@ depends=('ca-certificates' 'libssh2' 'openssl' 'zlib') provides=('libcurl.so') options=('strip' 'debug') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} + "0001-glob-fix-regression-from-commit-5ca96cb844.patch::https://github.com/bagder/curl/commit/867b52a.patch" curlbuild.h) md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93' 'SKIP' + 'd71c7eab7d38f1731f78285634a4c390' '751bd433ede935c8fae727377625a8ae') +prepare() { + cd "$pkgname-$pkgver" + + patch -Np1 < "$srcdir"/0001-glob-fix-regression-from-commit-5ca96cb844.patch +} + build() { cd "$pkgname-$pkgver" diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD index 29202c5dc..a723e0ba6 100644 --- a/core/libssh2/PKGBUILD +++ b/core/libssh2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197828 2013-10-30 11:05:28Z allan $ +# $Id: PKGBUILD 198760 2013-11-03 13:49:40Z dreisner $ # Maintainer: Dave Reisner # Contributor: Angel Velasquez # Contributor: Sergej Pupykin @@ -7,7 +7,7 @@ pkgname=libssh2 pkgver=1.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts" url="http://www.libssh2.org/" arch=('i686' 'x86_64') diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD index 066cd0fd4..98807de9e 100644 --- a/core/openldap/PKGBUILD +++ b/core/openldap/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197834 2013-10-30 11:06:09Z allan $ +# $Id: PKGBUILD 198764 2013-11-03 16:44:35Z eric $ # Maintainer: pkgbase=openldap pkgname=('libldap' 'openldap') -pkgver=2.4.36 +pkgver=2.4.37 pkgrel=1 arch=('i686' 'x86_64') url="http://www.openldap.org/" @@ -12,7 +12,7 @@ makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath') options=('!makeflags') source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz slapd.service slapd.tmpfiles openldap-ntlm.patch) -sha1sums=('da0e18a28a5dade5c98d9a382fd8f0a676a12aca' +sha1sums=('179b3d51f7569cca768384fee92aa43c8a82c5d9' '2441815efbfa01ad7a1d39068e5503b53d1d04b0' '59241a813d7508294e4ef1cec3bfe1f5495e109d' 'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef') diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index 88a87a2f3..3c81ee687 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198679 2013-11-02 02:19:38Z eric $ +# $Id: PKGBUILD 198752 2013-11-03 00:30:32Z eric $ # Maintainer: Eric Bélanger pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') pkgver=6.8.7.4 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" license=('custom') @@ -27,12 +27,15 @@ prepare() { build() { cd ImageMagick-${pkgver%.*}-${pkgver##*.} + [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686" + [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64" + ./configure --prefix=/usr --sysconfdir=/etc --with-modules \ --enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \ --with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \ --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \ --enable-opencl --without-gvc --without-djvu --without-autotrace \ - --without-jbig --without-fpx --without-dps --without-fftw + --without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS make } diff --git a/extra/lapack/PKGBUILD b/extra/lapack/PKGBUILD index cdefb4720..31ab30360 100644 --- a/extra/lapack/PKGBUILD +++ b/extra/lapack/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 171531 2012-11-18 12:48:44Z ronald $ +# $Id: PKGBUILD 198759 2013-11-03 11:28:03Z ronald $ # Maintainer: Ronald van Haren # Contributor: Jan de Groot # Contributor: damir @@ -7,7 +7,7 @@ pkgbase=lapack pkgname=('lapack' 'blas') pkgver=3.4.2 -pkgrel=1 +pkgrel=2 url="http://www.netlib.org/lapack" pkgdesc="Linear Algebra PACKage" makedepends=('gcc-fortran' 'cmake') @@ -29,23 +29,25 @@ build() { -DCMAKE_SKIP_RPATH=ON \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_Fortran_COMPILER=gfortran + -DCMAKE_Fortran_COMPILER=gfortran \ + -DLAPACKE=ON make } package_lapack() { depends=("blas=${pkgver}") - install -m755 -d ${pkgdir}/usr/{lib,bin} + install -m755 -d ${pkgdir}/usr/{lib,bin,include} - for libname in liblapack libtmglib; do + for libname in liblapack libtmglib liblapacke; do install -m755 "${srcdir}/build/lib/${libname}.so" \ "${pkgdir}/usr/lib/" - ln -sf liblapack.so "${pkgdir}/usr/lib/${libname}.so.${pkgver}" - ln -sf liblapack.so "${pkgdir}/usr/lib/${libname}.so.3" + ln -sf ${libname}.so "${pkgdir}/usr/lib/${libname}.so.${pkgver}" + ln -sf ${libname}.so "${pkgdir}/usr/lib/${libname}.so.3" done install -m755 ${srcdir}/build/bin/* ${pkgdir}/usr/bin + install -m644 ${srcdir}/build/include/* ${pkgdir}/usr/include install -m755 -d "${pkgdir}/usr/share/licenses/lapack" install -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \ "${pkgdir}/usr/share/licenses/lapack/" diff --git a/extra/libindi/PKGBUILD b/extra/libindi/PKGBUILD index e8866c165..105a060ad 100644 --- a/extra/libindi/PKGBUILD +++ b/extra/libindi/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 196980 2013-10-21 12:13:11Z andrea $ +# $Id: PKGBUILD 198755 2013-11-03 09:14:05Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Tobias Powalowski pkgname=libindi pkgver=0.9.6 -pkgrel=4 +pkgrel=5 pkgdesc="A distributed control protocol designed to operate astronomical instrumentation" url="http://www.indilib.org/index.php?title=Main_Page" license=('GPL2') arch=('i686' 'x86_64') depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat') makedepends=('cmake' 'boost') +options=('staticlibs') # libindiclient builds as static only source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz") md5sums=('c1456544a36f543e2884f88913cf3eb0') diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD index 4e086ad51..654f69a43 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196286 2013-10-10 15:22:37Z giovanni $ +# $Id: PKGBUILD 198757 2013-11-03 10:27:39Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Douglas Soares de Andrade pkgname=mercurial -pkgver=2.7.2 +pkgver=2.8 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('tk: for the hgk GUI') backup=('etc/mercurial/hgrc') source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz" 'mercurial.profile') -md5sums=('ec00ddc6aadfea1e11b23650cb741d53' +md5sums=('76b565f48000e9f331356ab107a5bcbb' '43e1d36564d4c7fbe9a091d3ea370a44') package() { diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index 0698ac098..98b9747e0 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=icedove-l10n epoch=1 -_pkgver=17.0.9esr -pkgver=17.0.9.deb2 +_pkgver=17.0.10esr +pkgver=17.0.10.deb1 _langpacks=(ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW) @@ -65,58 +65,58 @@ done md5sums=('d5b2567a8cc8f64591f313a6efdaaffc' 'f3719964e893c1002b7a923e8f95f923' - 'cc32b8aa30e0e54fcea11b76a9a030f4' - 'a18431241d61f6f517c1b8c3d8ce884f' - '28b6143d9dea47b9bd89453fea455457' - 'e1139e6b943a02af2be130f66db99390' - '6c446ab3cfc39b1b177f0b7c4558ffd6' - 'f6a88413d68fff4451fb675586539705' - '8e77e2d1236ee08c690edd6617bc61ec' - '7a5748c07c863745540e4dc48773bdfe' - 'fabe0a051dfedeee5b7301ae1f886aa2' - '171068c63cb0819a5c8769d92a713c6e' - '64d5d905bba39a9c857e16e2deed8d92' - '41a11fedd4f0721c7dfa7b4f294c4578' - '8a23d4d6616428292c9edf432e747543' - '41aa0520d62b7f257938bae83a3fc72b' - '2b1f30b215838a256a15eb87f93825a8' - '1c125ec400fa3d9de88cf6a775f5deae' - 'd85151b34d12e265f3df28dfbc78dd1b' - '0ab58f3f0ee604e1af3dc5c16b0c2ea0' - 'e7a3d71e609efcefe71c57b7890fb37c' - '166efd822691c91a722d53e8e9c6d7a8' - 'f7837a358208e6720f18e9858478915a' - '58b38fd78be414cf4d10c2ac6dfd128c' - 'aceb524b1e843668405b762ee7258756' - '2dfc7c8760aa197efe662a389614e284' - '5886ef068a1b73bfd7d8c3c2628d8674' - 'ab535a80c409fd0b4b732fdb79f525ad' - '12dd37921eedcd2c9e5a4484315bed6d' - '0766135b41053a1b168b8a5d2b865025' - 'fb61057edad48f619a4943d7033ea4ac' - 'e7eb605e77a7dcf2093c78fee22432a8' - 'ac3455b559e3be6bba9b801e54fba4a6' - '1ab817dd1e0b2a20c7b95b3821626e4b' - '239a2ce9ada5bee297a3abc5d382fbc0' - '5159ca357d344d48e4a1ed7f5d0c6148' - 'b260be89e9ae689a2285995541055f06' - 'fe3a462afcb4a9e0a4228f0f5a894790' - 'e775993988b93497c062c0e0b5cf8c5e' - '67fec92b3bdaa8267467e96cde7145e1' - '36d0044c7e1808bc80fb7aa27c37f540' - 'fcea0c7480719cf77b7d38a23114ac25' - '205bd5873fcb142b3c3828a8a6bbe4f9' - 'e82f9a3ef19ec74d235c71d4162bef28' - 'e38119f6bfc43aec4016120c970fa1eb' - '9e89b3c89bc8f6e4dd1c80e25591b634' - 'af4688e2617a18410165da9474de7fdc' - '09f10be4a94a6eb9f91aa9be6fd65a65' - '864fe0fae10e437dd764454f87ad0cc1' - 'b2e7cbfa68bcb2e7eac21e18d87a3d93' - '171a1064054f4fd185ce896738d50cbc' - '2f34b234825e28993eb244862cef607b' - 'ad7814da5ccddfbba70fc9389b7b1368' - '41513e2cef7b5a311e8f3de988f2594b' - 'a929204d41eba4631b97892f4a915591' - '6a36f76040d930fa8a448c1d7b6c7c22' - 'be9c55a9994069fa8ebac022201cdaf3') + '8e791692eea1d3362dc3591ea0ec8593' + 'efd3bc6b816bd65544c866f53f78f278' + '6191f2d8be8e159b5660402d3452dde7' + '372e2c07cc13eb1d107c511c587049fd' + '8c0e7078deb311dc4b70b64f6891f880' + '9620ee9661a71329f0a3beaa6c68cc05' + '7e11cfe5c7b8f5ea365d25facd0578eb' + '60b59f79d7cb40ade5127f32856cb1cb' + 'f755ec87d0564dc36d8fb7de9477e415' + '6fe04cc1b6c73abae4f613cc9ef4affc' + '89cc2c93e7ed011204a1fb0e86dc4aa7' + 'dd0e47be47a9a18835c6070e48d7e07a' + '72b8a0262534c998e8c1604e15fd80af' + 'b18d9a8e54d7fb8d607c477611eee9c6' + '082baba9a78b449000961a48277479a3' + 'f5e2404638bacab4f38926d4ff7443d8' + '63484a3008ce1892a7e04e0378706cff' + '56befa3bb4792167de1ecb18919fe21c' + 'b8868ceb3d5da64be76935ef743c3ace' + '4b803458fd101fc5444b491b04de1eed' + '407387a006d14e7c1f6b0284f6c1fb2e' + '4e727822a0d4647f6de8ba1044b21b09' + '762725dd50e1bf655cf702bf3931fe9c' + '2069e7952995b2d7276f0413235d7203' + 'b102cd49a3ff300143a4240b92b3abfb' + 'cfcbfef6f4e86956059a18918ec56299' + 'c5250b9f59b0d7d34dd6afb752f94fdb' + 'aea9d435ba9a75382aceb865f73ccfe1' + '3dfc2f141b8dd36ed69e48821173a530' + 'b80d573644034fb0de121f45ebbb843e' + '327eff67979ff6ee62907940ec5773ec' + '477a25730b8d22db20d4870febfda1fc' + '770d533c56934b1f70dff1112c0f3693' + 'd77c872cfd3a96117fedeb5b8cf0ef4f' + '766ee0b04341270ef71f3d25436d6fb4' + '5669ac9b087760363713e10f0682849c' + 'e65f2c37b894d85152892da770470df0' + 'e1175d0806c229bf290aca74b1d5c57b' + '8402b9f98afdadae2a7651e4a03b9bcd' + 'b05250bdb9ce8bafe7fdaab8e005a340' + '4b32fdd2393d7395f121e05033f656a9' + '33e2e2d561f8d9549fbc7502b2702e5f' + '4017b43941dd1b16ed73f0e3ef3e25b3' + '55e23c9af6ee67182716b40c5a2296b0' + 'd8c7c561a2679395c9de4052122857d3' + '2ff180e37947d2c44a9985925d8e0a0e' + '9ff0b73411a1494658cdda374e70a2c4' + 'e1e3f296627a25721f88038841ad8965' + 'b3f50f66904f68ad82a7d20ff5adb80a' + 'e8c0f7ddeacae4b804af6ed2c27358e8' + 'd01b753d349ebe86a99832a75c7e4a37' + 'aa2fa304a4d7b4a1f0c8b83dbf6741d8' + '9b612da82cb6d65b2a1090debb7ef7be' + 'dd44a654781b0ae7550b0383cf4cc33f' + '8219c036a66f491eb5cf878ae5567aff') diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index 18e394f61..caf158671 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -3,8 +3,8 @@ # We're getting this from Debian Sid _debname=icedove -_debver=17.0.9 -_debrel=deb2 +_debver=17.0.10 +_debrel=deb1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -31,8 +31,8 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" vendor.js ${_pkgname}.desktop) options=(!emptydirs) -md5sums=('4c2aacece253be8f177a74d90d782f45' - 'dd8ccad23583cc0d8c3b77066711f077' +md5sums=('47df9e8d62a2bf37d0f184c6b96a377a' + '07f2fb97c98ddead98ccb537a63b6a92' '5cf95ea94f69cdd36604890cfbf7b954' 'a8fc4658d45b6bf9350023e5c3f34e56' '4eecc4fc5aafaf0da651a09eadc90bee' diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 9c38c18cb..f6aeb166c 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.10.30 +pkgver=2013.11.03 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,9 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('cf6169efa73e6d546221eff89937bb85' - 'SKIP') -md5sums=('5b518f25385ff86f8d8b0e3db085f7c6' - 'SKIP') -md5sums=('86891d5bf22d2a45fb3d1430cb1bfcca' +md5sums=('62e49076cb5e67233b3a8a8df9c8c0e8' 'SKIP') -- cgit v1.2.3-54-g00ecf