On 14.02.2010 17:22, Arch Website Notification wrote:
* Note: this is an automated message

[email protected] wants to notify you that the following package may be out
of date:

     Package Name: rosegarden
     Architecture: i686
     Repository:   Extra
     (http://www.archlinux.org/packages/extra/i686/rosegarden/)


The user provided the following additional text:

10.02 released

http://downloads.sourceforge.net/project/rosegarden/rosegarden/10.02/rosegarden-10.02.tar.bz2



Hi,

updated PKGBUILD attached

# $Id: PKGBUILD 58918 2009-11-17 09:30:26Z giovanni $
# Contributor: damir <[email protected]>
# Contributor: Robert Emil Berge <[email protected]>

pkgname=rosegarden
_origver=10.02
pkgver=5.$_origver
pkgrel=1
pkgdesc="Audio and MIDI sequencer, score editor, and general-purpose music 
composition and editing application"
arch=("i686" "x86_64")
license=('GPL')
url="http://www.rosegardenmusic.com/";
depends=('gcc-libs' 'fftw' 'perl-xml-twig' 'readline' 'liblrdf' 'dssi'
        'jack-audio-connection-kit' 'ladspa' 'liblo>=0.26' 'libxft' 'libxext' 
'libsm')
makedepends=('cmake')
provides=('rosegarden-4')
replaces=('rosegarden-4')
options=("!libtool")
source=("http://downloads.sourceforge.net/project/rosegarden/rosegarden/${_origver}/rosegarden-${_origver}.tar.bz2";)
md5sums=('64c09426f0085af7984cc4c26f352c97')

build() {
  cd $srcdir/$pkgname-${_origver}

  export QTDIR=/usr

  ./configure --prefix=/usr
  make || return 1
  make install DESTDIR=$pkgdir || return 1
}

Reply via email to