From f5a8de28b86c2c838a28e79aa54f8b4c3fbd869e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 May 2012 16:24:59 +0000 Subject: Thu May 31 16:24:59 UTC 2012 --- community/gsasl/PKGBUILD | 8 ++--- community/kpartsplugin/PKGBUILD | 6 ++-- community/libmediainfo/PKGBUILD | 16 ++++------ community/lxterminal/PKGBUILD | 21 ++++++++----- community/lxterminal/shift-keybinds.patch | 39 ++++++++++++++++++++++++ community/mediainfo-gui/PKGBUILD | 6 ++-- community/mediainfo/PKGBUILD | 6 ++-- community/mfs/PKGBUILD | 49 ++++++++++++++++--------------- community/mfs/mfscgiserv | 4 +-- community/mfs/mfschunkserver | 8 ++--- community/mfs/mfsmaster | 8 ++--- community/mfs/mfsmetalogger | 8 ++--- community/mosh/PKGBUILD | 14 +++++---- community/mplayer2/PKGBUILD | 6 ++-- community/openscenegraph/PKGBUILD | 8 ++--- community/roxterm/PKGBUILD | 8 ++--- 16 files changed, 133 insertions(+), 82 deletions(-) create mode 100644 community/lxterminal/shift-keybinds.patch (limited to 'community') diff --git a/community/gsasl/PKGBUILD b/community/gsasl/PKGBUILD index 3f595a974..d03a75570 100644 --- a/community/gsasl/PKGBUILD +++ b/community/gsasl/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 65540 2012-02-21 08:48:57Z spupykin $ +# $Id: PKGBUILD 71580 2012-05-30 09:14:40Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Orivej Desh # Maintainer: Orivej Desh pkgname=gsasl -pkgver=1.6.1 -pkgrel=4 +pkgver=1.8.0 +pkgrel=1 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms" arch=("i686" "x86_64") url="http://josefsson.org/gsasl/" license=("GPL") depends=('gnutls' 'libidn' 'krb5' 'libgcrypt') source=("ftp://ftp.gnu.org/gnu/gsasl/$pkgname-$pkgver.tar.gz") -md5sums=('7ae813eeb1f90ad52e9a781ac9e17f28') +md5sums=('982fe54a20016aa46a871c084c990c36') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/kpartsplugin/PKGBUILD b/community/kpartsplugin/PKGBUILD index 3f5ee42c5..14460add9 100644 --- a/community/kpartsplugin/PKGBUILD +++ b/community/kpartsplugin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71563 2012-05-29 10:50:53Z tredaelli $ +# $Id: PKGBUILD 71596 2012-05-30 14:38:44Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: birdflesh # Contributor: Frikilinux pkgname=kpartsplugin -pkgver=20120524 +pkgver=20120529 pkgrel=1 pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL3' 'BSD') depends=('kdelibs') makedepends=('automoc4' 'cmake') source=("${url}${pkgname}-${pkgver}.tar.bz2" "LICENSE") -md5sums=('14aaeb172e6519c7a06f22ec7ca3e39e' +md5sums=('ad6b0f146f6b1c6bf1db4ff21ba95dda' 'c4cc811349e40e9f34e77e27b902ad96') build(){ diff --git a/community/libmediainfo/PKGBUILD b/community/libmediainfo/PKGBUILD index 13eb9b4ae..f7f2b1a64 100644 --- a/community/libmediainfo/PKGBUILD +++ b/community/libmediainfo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 69442 2012-04-16 11:13:20Z spupykin $ +# $Id: PKGBUILD 71582 2012-05-30 09:15:22Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=libmediainfo -pkgver=0.7.56 -pkgrel=2 +pkgver=0.7.58 +pkgrel=1 pkgdesc="shared library for mediainfo" arch=('i686' 'x86_64') url="http://mediainfo.sourceforge.net" @@ -13,15 +13,11 @@ depends=( 'curl' 'libmms' 'libzen') makedepends=('libtool' 'automake' 'autoconf') options=(!libtool) source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2 - libmediainfo-0.7.50-libmms.patch - gcc-4.7.patch) -md5sums=('a41c484fea74d34f8f1b430a4d444a72' - '2f4b21cc250f663d52b497dedb963e3b' - '3221024ca99fb941d8eb5302ae470c6d') + libmediainfo-0.7.50-libmms.patch) +md5sums=('a87a32f243052fb1eca3918c519f64b6' + '2f4b21cc250f663d52b497dedb963e3b') build() { - cd $srcdir/MediaInfoLib/ - patch -p1 <$srcdir/gcc-4.7.patch cd $srcdir/MediaInfoLib/Project/GNU/Library sh ./autogen ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl --with-libmms diff --git a/community/lxterminal/PKGBUILD b/community/lxterminal/PKGBUILD index 43ee1f6d2..9751bc21a 100644 --- a/community/lxterminal/PKGBUILD +++ b/community/lxterminal/PKGBUILD @@ -1,9 +1,11 @@ -# $Id: PKGBUILD 52827 2011-07-28 23:21:06Z angvp $ -# # Maintainer: Angel Velasquez +# $Id: PKGBUILD 71600 2012-05-30 16:08:38Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Angel Velasquez # Contributor: Geoffroy Carrier + pkgname=lxterminal pkgver=0.1.11 -pkgrel=1 +pkgrel=2 pkgdesc="VTE-based terminal emulator (part of LXDE)" arch=('i686' 'x86_64') license=('GPL2') @@ -11,17 +13,22 @@ url="http://lxde.org/" groups=('lxde') depends=('fontconfig' 'libx11' 'glib2' 'vte' 'gtk2') makedepends=('pkgconfig' 'intltool') -source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz) -md5sums=('fd9140b45c0f28d021253c4aeb8c4aea') +source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz + shift-keybinds.patch) +md5sums=('fd9140b45c0f28d021253c4aeb8c4aea' + '7eff715e02181b006b1912cd041b7f1a') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir"/$pkgname-$pkgver + + patch -Np1 -i "$srcdir"/shift-keybinds.patch + ./configure --sysconfdir=/etc --prefix=/usr make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install } diff --git a/community/lxterminal/shift-keybinds.patch b/community/lxterminal/shift-keybinds.patch new file mode 100644 index 000000000..ecef20318 --- /dev/null +++ b/community/lxterminal/shift-keybinds.patch @@ -0,0 +1,39 @@ +diff -ru lxterminal-0.1.11.orig/src/lxterminal.c lxterminal-0.1.11/src/lxterminal.c +--- lxterminal-0.1.11.orig/src/lxterminal.c 2011-07-27 23:07:54.000000000 +0200 ++++ lxterminal-0.1.11/src/lxterminal.c 2012-05-18 17:58:40.483588501 +0200 +@@ -77,9 +77,9 @@ + static void terminal_close_tab_activate_event(GtkAction * action, LXTerminal * terminal); + static void terminal_close_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); + static void terminal_copy_activate_event(GtkAction * action, LXTerminal * terminal); +-static void terminal_copy_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); ++static gboolean terminal_copy_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); + static void terminal_paste_activate_event(GtkAction * action, LXTerminal * terminal); +-static void terminal_paste_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); ++static gboolean terminal_paste_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); + static void terminal_name_tab_response_event(GtkWidget * dialog, gint response, LXTerminal * terminal); + static void terminal_name_tab_activate_event(GtkAction * action, LXTerminal * terminal); + static void terminal_name_tab_accelerator(LXTerminal * terminal, guint action, GtkWidget * item); +@@ -433,9 +433,10 @@ + } + + /* Handler for accelerator C. Copy to the clipboard. */ +-static void terminal_copy_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) ++static gboolean terminal_copy_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) + { + terminal_copy_activate_event(NULL, terminal); ++ return TRUE; + } + + /* Handler for "activate" signal on Edit/Paste menu item. +@@ -447,9 +448,10 @@ + } + + /* Handler for accelerator V. Paste from the clipboard. */ +-static void terminal_paste_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) ++static gboolean terminal_paste_accelerator(LXTerminal * terminal, guint action, GtkWidget * item) + { + terminal_paste_activate_event(NULL, terminal); ++ return TRUE; + } + + /* Handler for "response" signal on Name Tab dialog. */ diff --git a/community/mediainfo-gui/PKGBUILD b/community/mediainfo-gui/PKGBUILD index fd6efbb56..2b74bc7a5 100644 --- a/community/mediainfo-gui/PKGBUILD +++ b/community/mediainfo-gui/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 69429 2012-04-16 09:59:50Z spupykin $ +# $Id: PKGBUILD 71586 2012-05-30 09:16:55Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo-gui -pkgver=0.7.56 +pkgver=0.7.58 pkgrel=1 pkgdesc="GUI for mediainfo" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libmediainfo' 'wxgtk') makedepends=('libtool' 'automake' 'autoconf') install=mediainfo-gui.install source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2) -md5sums=('fdd41eb501e0936035046a9277c29fa5') +md5sums=('e0b0decf4a036fad431aa5149cc71d59') build() { cd $srcdir/MediaInfo/Project/GNU/GUI diff --git a/community/mediainfo/PKGBUILD b/community/mediainfo/PKGBUILD index a513bfcf4..437975f56 100644 --- a/community/mediainfo/PKGBUILD +++ b/community/mediainfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 69427 2012-04-16 09:59:00Z spupykin $ +# $Id: PKGBUILD 71584 2012-05-30 09:16:14Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: hydro pkgname=mediainfo -pkgver=0.7.56 +pkgver=0.7.58 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('libmediainfo') makedepends=('libtool' 'automake' 'autoconf') source=(http://downloads.sourceforge.net/mediainfo/${pkgname}_${pkgver}.tar.bz2) -md5sums=('fdd41eb501e0936035046a9277c29fa5') +md5sums=('e0b0decf4a036fad431aa5149cc71d59') build() { cd $srcdir/MediaInfo/Project/GNU/CLI diff --git a/community/mfs/PKGBUILD b/community/mfs/PKGBUILD index bbfe1a88d..fcf870eb4 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 68131 2012-03-18 14:31:17Z arodseth $ +# $Id: PKGBUILD 71606 2012-05-30 19:22:00Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Thomas S Hatch pkgbase=mfs pkgname=('mfs-client' 'mfs-chunkserver' 'mfs-master') -pkgver=1.6.24 +pkgver=1.6.25 pkgrel=1 pkgdesc="MooseFS, fault tolerant, network distributed file system" license=("GPL3") @@ -17,16 +17,16 @@ source=("http://www.moosefs.org/tl_files/mfscode/mfs-$pkgver.tar.gz" "mfschunkserver" "mfsmetalogger" "mfscgiserv") -sha256sums=('823c2c63d66dc8ba9d409e8af0f6c452cebc3a073f1d89b034e65320104eaa25' - '6e75a33996120cb5d240075bcc92522d490892fae5f9f5c4f2d1b020db54c9c1' - '48dc7a4e2ba23668456a2593154a850cebca649412f8c11e8f1a94038831638e' - 'aae5fdf39469eb47bb4962b51bbdb3c51772930f574010c29bb5a36f1820d0ee' - '357304173688536ab70b9978ae44317b07de1fdcf3736b31a94b2a6186e8e9fa') +sha256sums=('64b7ce749699e437f47e1561e8044362ea714a8dd2d3bad0c6a7165e9ad142ee' + '7c307f7be520644ac5d9c71e39ff7ec7e26800aa77c8a18c51a2d0087e5b2f48' + '2d07e544f4bfeb497c24276936d3a8ce9f906597d6b9c898dc491426b21e74e0' + 'd9c072cbb9d9645e5131d08b08628ccc2a2bef0a4e9c6fd8c3c33e50efce39f3' + 'a2e1951888887e928e68a3a010047fa3528182e93c086e4addb5abc14ea72c3b') build() { cd "$srcdir" - # Build the client + msg2 "Building client..." cp -r $pkgbase-$pkgver $pkgbase-client cd $pkgbase-client ./configure \ @@ -41,7 +41,7 @@ build() { cd .. - # Build the chunkserver + msg2 "Building chunkserver..." cp -r $pkgbase-$pkgver $pkgbase-chunk cd $pkgbase-chunk ./configure \ @@ -56,7 +56,7 @@ build() { cd .. - # Build the Master + msg2 "Building master..." cp -r $pkgbase-$pkgver $pkgbase-master cd $pkgbase-master ./configure \ @@ -72,31 +72,34 @@ package_mfs-client() { depends=('zlib' 'fuse' 'bash') cd "$srcdir/$pkgbase-client" make DESTDIR="$pkgdir" install - rm -rf $pkgdir/usr/share/man/man7 + rm -rf "$pkgdir/usr/share/man/man7" + rmdir "$pkgdir/usr/share/man/man5" } package_mfs-chunkserver() { depends=('zlib' 'bash') cd "$srcdir/$pkgbase-chunk" make DESTDIR="$pkgdir" install - rm -rf $pkgdir/usr/share/man/man7 - install -m 755 -D $srcdir/mfschunkserver $pkgdir/etc/rc.d/mfschunkserver + rm -rf "$pkgdir/usr/share/man/man7" + rmdir "$pkgdir/usr/share/man/man1" + install -Dm755 "$srcdir/mfschunkserver" "$pkgdir/etc/rc.d/mfschunkserver" + mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin" } package_mfs-master() { depends=('zlib' 'python2') cd "$srcdir/$pkgbase-master" make DESTDIR="$pkgdir" install - install -D -m0644 README $pkgdir/usr/share/doc/$pkgbase/README - install -D -m0644 INSTALL $pkgdir/usr/share/doc/$pkgbase/INSTALL - install -D -m0644 NEWS $pkgdir/usr/share/doc/$pkgbase/NEWS - install -D -m0644 UPGRADE $pkgdir/usr/share/doc/$pkgbase/UPGRADE - install -m 755 -D $srcdir/mfsmaster $pkgdir/etc/rc.d/mfsmaster - install -m 755 -D $srcdir/mfsmetalogger $pkgdir/etc/rc.d/mfsmetalogger - install -m 755 -D $srcdir/mfscgiserv $pkgdir/etc/rc.d/mfscgiserv - find "$pkgdir" -name 'mfscgiserv' -print0 |xargs -0 \ - sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \ - -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,' + install -Dm644 README "$pkgdir/usr/share/doc/$pkgbase/README" + install -Dm644 INSTALL "$pkgdir/usr/share/doc/$pkgbase/INSTALL" + install -Dm644 NEWS "$pkgdir/usr/share/doc/$pkgbase/NEWS" + install -Dm644 UPGRADE "$pkgdir/usr/share/doc/$pkgbase/UPGRADE" + install -Dm755 "$srcdir/mfsmaster" "$pkgdir/etc/rc.d/mfsmaster" + install -Dm755 "$srcdir/mfsmetalogger" "$pkgdir/etc/rc.d/mfsmetalogger" + install -Dm755 "$srcdir/mfscgiserv" "$pkgdir/etc/rc.d/mfscgiserv" + rmdir "$pkgdir/usr/share/man/man1" + mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin" + sed -i '0,/on/s//on2/' "$pkgdir/usr/bin/mfscgiserv" } # vim:set ts=2 sw=2 et: diff --git a/community/mfs/mfscgiserv b/community/mfs/mfscgiserv index ea9f00145..2f176d239 100755 --- a/community/mfs/mfscgiserv +++ b/community/mfs/mfscgiserv @@ -3,11 +3,11 @@ . /etc/rc.conf . /etc/rc.d/functions -PID=$(ps aux | grep -v grep | grep /usr/sbin/mfscgiserv | awk '{print $2}') +PID=$(ps aux | grep -v grep | grep /usr/bin/mfscgiserv | awk '{print $2}') case "$1" in start) stat_busy "Starting MooseFS CGI Web Frontend Daemon" - [ -z "$PID" ] && /usr/sbin/mfscgiserv &>/dev/null + [ -z "$PID" ] && /usr/bin/mfscgiserv &> /dev/null if [ $? = 0 ]; then add_daemon mfscgiserv stat_done diff --git a/community/mfs/mfschunkserver b/community/mfs/mfschunkserver index b9567b703..606d00f48 100755 --- a/community/mfs/mfschunkserver +++ b/community/mfs/mfschunkserver @@ -3,17 +3,17 @@ . /etc/rc.conf . /etc/rc.d/functions -PID=`pidof -o %PPID /usr/sbin/mfschunkserver` +PID=`pidof -o %PPID /usr/bin/mfschunkserver` case "$1" in start) stat_busy "Starting MooseFS Chunkserver Daemon" if [ -z "$PID" ]; then - /usr/sbin/mfschunkserver start + /usr/bin/mfschunkserver start fi if [ ! -z "$PID" -o $? -gt 0 ]; then stat_fail else - PID=`pidof -o %PPID /usr/sbin/mfschunkserver` + PID=`pidof -o %PPID /usr/bin/mfschunkserver` echo $PID > /var/run/mfsmetalogger.pid add_daemon mfschunkserver stat_done @@ -21,7 +21,7 @@ case "$1" in ;; stop) stat_busy "Stopping MooseFS Chunkserver Daemon" - [ ! -z "$PID" ] && /usr/sbin/mfschunkserver stop &> /dev/null + [ ! -z "$PID" ] && /usr/bin/mfschunkserver stop &> /dev/null if [ $? -gt 0 ]; then stat_fail else diff --git a/community/mfs/mfsmaster b/community/mfs/mfsmaster index ee1c74c5a..b0cfd8299 100755 --- a/community/mfs/mfsmaster +++ b/community/mfs/mfsmaster @@ -3,17 +3,17 @@ . /etc/rc.conf . /etc/rc.d/functions -PID=`pidof -o %PPID -x /usr/sbin/mfsmaster` +PID=`pidof -o %PPID -x /usr/bin/mfsmaster` case "$1" in start) stat_busy "Starting MooseFS Master Daemon" if [ -z "$PID" ]; then - /usr/sbin/mfsmaster start + /usr/bin/mfsmaster start fi if [ ! -z "$PID" -o $? -gt 0 ]; then stat_fail else - PID=`pidof -o %PPID -x /usr/sbin/mfsmaster` + PID=`pidof -o %PPID -x /usr/bin/mfsmaster` echo $PID > /var/run/mfsmaster.pid add_daemon mfsmaster stat_done @@ -21,7 +21,7 @@ case "$1" in ;; stop) stat_busy "Stopping MooseFS Master Daemon" - [ ! -z "$PID" ] && /usr/sbin/mfsmaster stop &> /dev/null + [ ! -z "$PID" ] && /usr/bin/mfsmaster stop &> /dev/null if [ $? -gt 0 ]; then stat_fail else diff --git a/community/mfs/mfsmetalogger b/community/mfs/mfsmetalogger index afa451929..a870cc5a7 100755 --- a/community/mfs/mfsmetalogger +++ b/community/mfs/mfsmetalogger @@ -3,17 +3,17 @@ . /etc/rc.conf . /etc/rc.d/functions -PID=`pidof -o %PPID /usr/sbin/mfsmetalogger` +PID=`pidof -o %PPID /usr/bin/mfsmetalogger` case "$1" in start) stat_busy "Starting MooseFS Metalogger Daemon" if [ -z "$PID" ]; then - /usr/sbin/mfsmetalogger start + /usr/bin/mfsmetalogger start fi if [ ! -z "$PID" -o $? -gt 0 ]; then stat_fail else - PID=`pidof -o %PPID /usr/sbin/mfsmetalogger` + PID=`pidof -o %PPID /usr/bin/mfsmetalogger` echo $PID > /var/run/mfsmetalogger.pid add_daemon mfsmetalogger stat_done @@ -21,7 +21,7 @@ case "$1" in ;; stop) stat_busy "Stopping MooseFS Metalogger Daemon" - [ ! -z "$PID" ] && /usr/sbin/mfsmetalogger stop &> /dev/null + [ ! -z "$PID" ] && /usr/bin/mfsmetalogger stop &> /dev/null if [ $? -gt 0 ]; then stat_fail else diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index 55e108379..4d9aa7fbd 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -5,19 +5,19 @@ pkgname=mosh pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' arch=('x86_64' 'i686') url="http://mosh.mit.edu/" license=('GPL3') depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty') #optdepends=('libutempter: record of session in {u,t}wmp (recompile mosh afterwards)') -source=("$pkgname-$pkgver.tgz::https://nodeload.github.com/keithw/mosh/tarball/master") -sha1sums=('8fd1697ca1fcfdf546fc40f67bf41fe4f8e6bd74') +source=("https://github.com/downloads/keithw/mosh/mosh-1.2.1.tar.gz") +sha1sums=('73b95b11699d8321c749a9590e0c12caeed52405') options=('!emptydirs') build() { - cd "$srcdir/keithw-mosh-"* + cd "$srcdir/$pkgname-$pkgver" ./autogen.sh ./configure --prefix=/usr @@ -25,9 +25,13 @@ build() { } package() { - cd "$srcdir/keithw-mosh-"* + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install + install -Dm644 "conf/bash_completion.d/$pkgname" \ + "$pkgdir/etc/bash_completion.d/$pkgname" + install -Dm644 "conf/ufw/applications.d/$pkgname" \ + "$pkgdir/etc/ufw/applications.d/ufw-$pkgname" } # vim:set ts=2 sw=2 et: diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD index d7da983a3..4569d5339 100644 --- a/community/mplayer2/PKGBUILD +++ b/community/mplayer2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 71255 2012-05-26 06:36:27Z bpiotrowski $ +# $Id: PKGBUILD 71594 2012-05-30 14:21:43Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Martin Panter # Contributor: Stéphane Gaudreault pkgname=mplayer2 pkgver=20120517 -pkgrel=1 +pkgrel=2 pkgdesc="An advanced general-purpose media player. A fork of the original MPlayer project" arch=('i686' 'x86_64') license=('GPL') @@ -25,6 +25,8 @@ md5sums=('814cc9545937e13796df1d4747c3c5d0') build() { cd "${srcdir}"/$pkgname-$pkgver + + sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop ./configure --prefix=/usr \ --enable-runtime-cpudetection \ diff --git a/community/openscenegraph/PKGBUILD b/community/openscenegraph/PKGBUILD index 0366a02f5..4bf29d281 100644 --- a/community/openscenegraph/PKGBUILD +++ b/community/openscenegraph/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 63688 2012-02-05 12:06:54Z ibiru $ +# $Id: PKGBUILD 71588 2012-05-30 10:24:59Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Hans Janssen # Contributor: my64 @@ -6,14 +6,14 @@ pkgname=openscenegraph pkgver=3.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="An Open Source, high performance real-time graphics toolkit" arch=('i686' 'x86_64') license=('custom:OSGPL') url="http://www.openscenegraph.org" depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth') -makedepends=('cmake' 'libvncserver') -optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib') +makedepends=('cmake' 'libvncserver' 'qt') +optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt') conflicts=('openthreads') provides=('openthreads') source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index 4e8ddf8f0..12b8020cb 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 70468 2012-05-08 20:11:39Z ttopper $ +# $Id: PKGBUILD 71598 2012-05-30 16:07:48Z ttopper $ # Maintainer: Thorsten Töpper # Contributor: Alexander Fehr pkgname=roxterm -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 pkgdesc="Tabbed, VTE-based terminal emulator" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm') makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 'imagemagick' 'librsvg') install=roxterm.install source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2") -sha1sums=('f6f64cf35163338e539bdbc952d470b4a9217f9a') -md5sums=('3089fc54b3c9bb8f8e087280bf96b037') +sha1sums=('7438e6f11d3cd276acc6a54e606cfbb5abda762c') +md5sums=('ea40fcc8c3c40640ec000c39ac2c3746') build() { -- cgit v1.2.3-54-g00ecf