diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 23:08:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 23:08:27 (GMT) |
commit | d7969d548ee525a940b68e7597e578dc2d9043a0 (patch) | |
tree | 7d8217fcd8a113c1e7eea209eeef6ad0be1fa452 /abs/core-testing/mjpegtools/PKGBUILD | |
parent | d0ed5adf1b26f19cb1cd28c0b3dc6b7dd0713994 (diff) | |
download | linhes_pkgbuild-d7969d548ee525a940b68e7597e578dc2d9043a0.zip linhes_pkgbuild-d7969d548ee525a940b68e7597e578dc2d9043a0.tar.gz linhes_pkgbuild-d7969d548ee525a940b68e7597e578dc2d9043a0.tar.bz2 |
Bump to match or exceed the old versions, before the repo sort.
Diffstat (limited to 'abs/core-testing/mjpegtools/PKGBUILD')
-rw-r--r-- | abs/core-testing/mjpegtools/PKGBUILD | 49 |
1 files changed, 18 insertions, 31 deletions
diff --git a/abs/core-testing/mjpegtools/PKGBUILD b/abs/core-testing/mjpegtools/PKGBUILD index 161e7fc..8607886 100644 --- a/abs/core-testing/mjpegtools/PKGBUILD +++ b/abs/core-testing/mjpegtools/PKGBUILD @@ -1,31 +1,18 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Contributor: Damir Perisa <damir.perisa@bluewin.ch> -# Mantainer: Roberto Carvajal <roberto@archlinux.org> - -pkgname=mjpegtools -pkgver=1.8.0 -pkgrel=3 -pkgdesc="The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux. " -arch=(i686 x86_64) -license=('GPL') -url="http://mjpeg.sourceforge.net/" -depends=('libjpeg' 'libpng' 'sdl' 'gcc' 'libdv') -makedepends=('gtk2') -options=('!makeflags' '!libtool') -source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz - mjpegtools-1.8.0-gcc41.patch mjpegtools-1.8.0-libc.patch) -md5sums=('6fd98362310480bdaf7171e9659f165f' '803eccd889c60a442ee23ba65951fadc' '23b09a1ccae1b08a15076e696ccfd050') - -build() { - cd ${startdir}/src/${pkgname}-${pkgver} - patch -Np1 -i ${startdir}/src/mjpegtools-1.8.0-gcc41.patch || return 1 - patch -Np1 -i ${startdir}/src/mjpegtools-1.8.0-libc.patch || return 1 - ./configure --prefix=/usr - find -name Makefile -exec sed -i -e 's:-march=k8 -mtune=k8::' -e 's:-march=pentium3 -mtune=pentium3::' {} \; - - make || return 1 - make DESTDIR=${startdir}/pkg install - - install -m644 mpeg2enc/mpeg2syntaxcodes.h \ - ${startdir}/pkg/usr/include/mjpegtools/mpeg2enc/ -} + pkgname=mjpegtools + pkgver=1.9.0 + pkgrel=2 + pkgdesc="The mjpeg programs are a set of tools that can do recording of videos and playback, simple cut-and-paste editing and the MPEG compression of audio and video under Linux. " + arch=(i686 x86_64) + license=('GPL') + url="http://mjpeg.sourceforge.net/" + depends=('libjpeg' 'libpng' 'gcc-libs' 'libdv') + makedepends=('gtk2') + options=('!makeflags' '!libtool') + source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz + mjpegtools-1.8.0-gcc41.patch mjpegtools-1.8.0-libc.patch ) + + build() { + cd ${startdir}/src/${pkgname}-${pkgver} + ./configure --prefix=/usr + find -name Makefile -exec sed -i -e 's:-march=k8 -mtune=k8::' -e 's:-march=pentium3 -mtune=pentium3::' {} \; + } |