From f81e3db8240a0b85d9d5c52fdddcde8cfcc262b8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 09:15:12 +0100 Subject: [PATCH 1/6] gdb: update to 7.4. --- srcpkgs/gdb/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 3a9a1c2b04..aa0c414bf9 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,6 +1,6 @@ # Template file for 'gdb' pkgname=gdb -version=7.3.1 +version=7.4 distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2" build_style=gnu-configure configure_args="--disable-nls --with-system-readline @@ -9,7 +9,7 @@ short_desc="The GNU Debugger" maintainer="Juan RP " homepage="http://www.gnu.org/software/gdb/" license="GPL-3" -checksum=6d7bff716fde98d03866a1b747c0929ee7dba49bca13e01d975e0b0fa9b33a28 +checksum=de7e2db7f0475eca7f9ffa9251abaddd3d37e0eed0b3759f71abfd810a3fd20f long_desc=" The purpose of a debugger such as GDB is to allow you to see what is going on inside another program while it executes--or what @@ -34,8 +34,7 @@ Add_dependency build zlib-devel Add_dependency build readline-devel Add_dependency build python-devel -post_install() -{ +post_install() { # resolve conflicts with binutils rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib [ -d ${DESTDIR}/usr/lib64 ] && rm -rf ${DESTDIR}/usr/lib64 From 7b048a3bab482d9c934a6d3e9f3cc55dbfdb6ed9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 13:29:11 +0100 Subject: [PATCH 2/6] p11-kit: update to 0.10. --- srcpkgs/p11-kit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template index 4f6c6df22f..283f4825bc 100644 --- a/srcpkgs/p11-kit/template +++ b/srcpkgs/p11-kit/template @@ -1,13 +1,13 @@ # Template file for 'p11-kit' pkgname=p11-kit -version=0.9 +version=0.10 homepage="http://p11-glue.freedesktop.org" distfiles="$homepage/releases/$pkgname-$version.tar.gz" build_style=gnu-configure short_desc="Provides a way to load and enumerate PKCS#11 modules" maintainer="Juan RP " license="BSD" -checksum=96486f971111f976743be05f2f88b75ced7f14954fad42861b54480c889c66d0 +checksum=9646149022bd39c3d3f72f361a917a36f6a5dd09175824d13c36daf4697e8e36 long_desc=" Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. From 9a08d1f002cb7c931bbed4babb801401cd556021 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 13:33:19 +0100 Subject: [PATCH 3/6] rxvt-unicode: update to 9.15. --- srcpkgs/rxvt-unicode/template | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 828776df84..9e067cb805 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,6 +1,6 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode -version=9.14 +version=9.15 distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" build_style=gnu-configure configure_args="--with-terminfo=/usr/share/terminfo --enable-256-color @@ -12,7 +12,7 @@ short_desc="rxvt clone supporting Xft fonts and Unicode" maintainer="Juan RP " homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" license="GPL-2" -checksum=29928a33be6b3fb0edd126df2c3d35e1900f8268b546ce54430780c550fa1d52 +checksum=ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1 long_desc=" rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to store text in Unicode (either UCS-2 or UCS-4) and to use @@ -23,19 +23,16 @@ Add_dependency full perl ">=0" Add_dependency build pkg-config Add_dependency build renderproto -Add_dependency build fontconfig-devel Add_dependency build freetype-devel +Add_dependency build fontconfig-devel Add_dependency build libX11-devel -Add_dependency build libXft-devel Add_dependency build libXrender-devel -Add_dependency build gdk-pixbuf-devel +Add_dependency build libXft-devel Add_dependency build glib-devel +Add_dependency build gdk-pixbuf-devel Add_dependency build startup-notification-devel -post_install() -{ - install -D -m644 ${FILESDIR}/${pkgname}.desktop \ - ${DESTDIR}/usr/share/applications/${pkgname}.desktop - install -D -m644 ${FILESDIR}/${pkgname}.png \ - ${DESTDIR}/usr/share/pixmaps/${pkgname}.png +post_install() { + vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications + vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps } From caebed4f8ef77edf04e9bddbf03e292c052a39c5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 19:43:54 +0100 Subject: [PATCH 4/6] alsa-lib: update to 1.0.25. --- srcpkgs/alsa-lib/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template index d5009dfa91..b5dc9c44e9 100644 --- a/srcpkgs/alsa-lib/template +++ b/srcpkgs/alsa-lib/template @@ -1,12 +1,11 @@ # Template build file for 'alsa-lib'. pkgname=alsa-lib -version=1.0.24.1 +version=1.0.25 distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2" build_style=gnu-configure -revision=1 short_desc="The Advanced Linux Sound Architecture (ALSA) library" maintainer="Juan RP " -checksum=a32f7c21015b6c71f9a80ff70a2b6a50e4ff4d5c77c744ff0793dea7ba7a2517 +checksum=5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6 long_desc=" The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. From fe5d997e9fea13b4c5795f50d597d21d918262b9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 19:45:57 +0100 Subject: [PATCH 5/6] alsa-plugins: update to 1.0.25. --- .../patches/fix-jack-blocking-pipe.patch | 32 ------------------- srcpkgs/alsa-plugins/template | 6 ++-- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 srcpkgs/alsa-plugins/patches/fix-jack-blocking-pipe.patch diff --git a/srcpkgs/alsa-plugins/patches/fix-jack-blocking-pipe.patch b/srcpkgs/alsa-plugins/patches/fix-jack-blocking-pipe.patch deleted file mode 100644 index aa4823f1ed..0000000000 --- a/srcpkgs/alsa-plugins/patches/fix-jack-blocking-pipe.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- jack/pcm_jack.c.old 2011-11-05 00:39:14.238794519 -0600 -+++ jack/pcm_jack.c 2011-11-05 00:43:07.936817855 -0600 -@@ -307,6 +307,19 @@ - return 0; - } - -+static int make_nonblock(int fd) -+{ -+ int fl; -+ -+ if ((fl = fcntl(fd, F_GETFL)) < 0) -+ return fl; -+ -+ if (fl & O_NONBLOCK) -+ return 0; -+ -+ return fcntl(fd, F_SETFL, fl | O_NONBLOCK); -+} -+ - static int snd_pcm_jack_open(snd_pcm_t **pcmp, const char *name, - snd_config_t *playback_conf, - snd_config_t *capture_conf, -@@ -363,6 +376,9 @@ - - socketpair(AF_LOCAL, SOCK_STREAM, 0, fd); - -+ make_nonblock(fd[0]); -+ make_nonblock(fd[1]); -+ - jack->fd = fd[0]; - - jack->io.version = SND_PCM_IOPLUG_VERSION; diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template index 9664ee497c..2b38d6626c 100644 --- a/srcpkgs/alsa-plugins/template +++ b/srcpkgs/alsa-plugins/template @@ -1,13 +1,12 @@ # Template build file for 'alsa-plugins'. pkgname=alsa-plugins -version=1.0.24 # NOTE: Remove fix-jack-blocking-pipe.patch on next release! -revision=6 +version=1.0.25 distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--disable-maemo-plugin --with-speex=lib" short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins" maintainer="Juan RP " -checksum=fa8e12eb2dfeac083f117c03b3708a017531426ba542a8a729e4801d37861263 +checksum=a0e374fd6d5ee9683473a5b6e73dadde61d54851065ed670d6627d344b565aab long_desc=" The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. @@ -15,7 +14,6 @@ long_desc=" This package includes some ALSA extra plugins for PulseAudio, Speex, FFmpeg's libavcodec library and libsamplerate." - Add_dependency build pkg-config Add_dependency build alsa-lib-devel Add_dependency build speex-devel From deef3a838364de501c89ecf5c33e0c1bd00bc89f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Jan 2012 19:47:13 +0100 Subject: [PATCH 6/6] alsa-utils: update to 1.0.25. --- srcpkgs/alsa-utils/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/alsa-utils/template b/srcpkgs/alsa-utils/template index a4285a1c16..f49a552535 100644 --- a/srcpkgs/alsa-utils/template +++ b/srcpkgs/alsa-utils/template @@ -1,7 +1,6 @@ # Template build file for 'alsa-utils'. pkgname=alsa-utils -version=1.0.24.2 -revision=6 +version=1.0.25 distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--with-systemdsystemunitdir=/lib/systemd/system" @@ -9,7 +8,7 @@ short_desc="The Advanced Linux Sound Architecture (ALSA) utils" maintainer="Juan RP " homepage="http://www.alsa-project.org" license="GPL-2" -checksum=95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2 +checksum=2e676a2f634bbfe279b260e10a96f617cb72ee63c5bbf6c5f96bb615705b302c long_desc=" The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system.