mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
xvidcore: 1.3.4 for multimedia group
This commit is contained in:
parent
c15da9e645
commit
1b155f4cd4
@ -1,9 +1,7 @@
|
||||
# $Id: PKGBUILD 60177 2009-12-01 17:36:38Z giovanni $
|
||||
# Maintainer: tobias <tobias@archlinux.org>
|
||||
# Contributor: Sarah Hay <sarah@archlinux.org>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/xvidcore
|
||||
|
||||
pkgname=xvidcore
|
||||
pkgver=1.3.3
|
||||
pkgver=1.3.4
|
||||
pkgrel=1
|
||||
pkgdesc="XviD is an open source MPEG-4 video codec"
|
||||
arch=('x86_64')
|
||||
@ -12,16 +10,16 @@ url="http://www.xvid.org/"
|
||||
depends=('glibc')
|
||||
makedepends=('nasm')
|
||||
source=("http://downloads.xvid.org/downloads/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('f0a77572ac4694038e8519726b2883d9')
|
||||
md5sums=('5e68b84e3286b7bbaa95ddc34f0fcace')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}/build/generic"
|
||||
cd "${pkgname}/build/generic"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}/build/generic"
|
||||
cd "${pkgname}/build/generic"
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user