Date: Tuesday, August 17, 2010 @ 03:10:11 Author: jgc Revision: 87580
upgpkg: libxvmc 1.0.6-1 Update to 1.0.6, switch to upstream shipped license Modified: libxvmc/trunk/PKGBUILD Deleted: libxvmc/trunk/LICENSE ----------+ LICENSE | 23 ----------------------- PKGBUILD | 17 ++++++++--------- 2 files changed, 8 insertions(+), 32 deletions(-) Deleted: LICENSE =================================================================== --- LICENSE 2010-08-17 07:05:23 UTC (rev 87579) +++ LICENSE 2010-08-17 07:10:11 UTC (rev 87580) @@ -1,23 +0,0 @@ -Copyright (c) 1995, 1996 The XFree86 Project, Inc -XvMCWrapper.c - Copyright (c) 2004 The Unichrome project. All rights reserved. -XvMCWrapper.c - Author: Thomas Hellstr�m (2004) - -All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-08-17 07:05:23 UTC (rev 87579) +++ PKGBUILD 2010-08-17 07:10:11 UTC (rev 87580) @@ -2,7 +2,7 @@ #Maintainer: Jan de Groot <[email protected]> pkgname=libxvmc -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=1 pkgdesc="X11 Video Motion Compensation extension library" arch=(i686 x86_64) @@ -11,15 +11,14 @@ depends=('libxv>=1.0.5') makedepends=('pkgconfig') options=('!libtool') -source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2 LICENSE) -md5sums=('16c3a11add14979beb7510e44623cac6' - 'ca9d908b0fa487a213802ff38336259d') +source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2) +sha1sums=('4ace7e7ce6b646b5715b2efa561affc89bc87f91') build() { cd ${srcdir}/libXvMC-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --disable-static \ - --build=${CHOST} --host=${CHOST} - make || return 1 - make DESTDIR=${pkgdir} install || return 1 - install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + ./configure --prefix=/usr --sysconfdir=/etc --disable-static + make + make DESTDIR=${pkgdir} install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" }
