Compare commits

...

2 Commits

Author SHA1 Message Date
Connor Olding 26f4bc75e4 update ffmpeg and mpv 2020-04-13 22:41:46 -07:00
Connor Olding 14a0d36df3 update nim to 1.2.0 2020-04-13 22:41:26 -07:00
3 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,7 @@ license=('MIT')
options=('!emptydirs')
provides=('nim' 'nimble')
conflicts=('nim' 'nimble')
pkgver=1.0.6
pkgver=1.2.0
_csources=0.20.0
_nimble=0.11.0
pkgrel=1
@ -19,7 +19,7 @@ source=(nim-${pkgver}.tar.gz::https://github.com/nim-lang/Nim/archive/v${pkgver}
'0002-Always-look-in-unix-paths.patch'
'0003-Check-lib-nim-subdirectory.patch'
'0004-Use-mingw64-dlls.patch')
sha256sums=('f5826ee7a00059243f00898a47e910fd89484f7aa8ad8c91e2b914a013b83ed0'
sha256sums=('0920fe06b724de03ace28ec63db2e71734c1ab77499cafe08289bce25be8d8a4'
'5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c'
'a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2'
'3010acbe7769ea214dd51f5889e3a26b44925001905deb04b060beaede2578f4'

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_WEBSITE := https://ffmpeg.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0777b19
$(PKG)_CHECKSUM := ab37161664f6264ac0319077d4ac9e3fb43af85e1adcad62cc8f3f8f1cb1bdee
$(PKG)_VERSION := 5a0575e
$(PKG)_CHECKSUM := 777767af6e3e36abc248cdedd15d841ad6aa239219eb8a1ad033afb7aea21455
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://git.ffmpeg.org/gitweb/ffmpeg.git/snapshot/$($(PKG)_FILE)

View File

@ -3,8 +3,8 @@
PKG := mpv
$(PKG)_WEBSITE := https://mpv.io/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4083277
$(PKG)_CHECKSUM := cee372a5139c6aab4f851d79162f547ffd328abe3e57f0ab3a3bcddca8461168
$(PKG)_VERSION := c8e5a61
$(PKG)_CHECKSUM := 3f83397d942488be475052798b38bb08f707bfa57ed1fd87834bd834e6355853
$(PKG)_GH_CONF := mpv-player/mpv/branches/master
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
libarchive libass libdvdnav libdvdread libiconv \
@ -21,7 +21,6 @@ define $(PKG)_BUILD
--enable-dvdnav \
--enable-lcms2 \
--enable-libarchive \
--enable-libass \
--enable-libbluray \
--enable-lua \
--enable-rubberband \