mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-13 18:39:04 +08:00
smpeg2: rebuild against sdl2's change.
This commit is contained in:
parent
e6545fb43a
commit
e9c86422a9
@ -1,17 +1,12 @@
|
|||||||
#
|
|
||||||
# Platform Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
pkgname=smpeg2
|
pkgname=smpeg2
|
||||||
pkgver=2.0.0
|
pkgver=2.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="SDL2 MPEG Player Library"
|
pkgdesc="SDL2 MPEG Player Library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://icculus.org/smpeg/"
|
url="http://icculus.org/smpeg/"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('sdl2' 'gcc-libs')
|
depends=('sdl2' 'gcc-libs')
|
||||||
makedepends=('svn')
|
makedepends=('subversion')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=("${pkgname}::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
|
source=("${pkgname}::svn://svn.icculus.org/smpeg/tags/release_${pkgver//./_}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
Loading…
Reference in New Issue
Block a user