Compare commits

..

No commits in common. "26f4bc75e47aee882d7bd40b77af0212ab8832a2" and "6e15fff4f32c3c076ac16a2a7b6092d06b2e9516" have entirely different histories.

3 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@ license=('MIT')
options=('!emptydirs')
provides=('nim' 'nimble')
conflicts=('nim' 'nimble')
pkgver=1.2.0
pkgver=1.0.6
_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=('0920fe06b724de03ace28ec63db2e71734c1ab77499cafe08289bce25be8d8a4'
sha256sums=('f5826ee7a00059243f00898a47e910fd89484f7aa8ad8c91e2b914a013b83ed0'
'5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c'
'a31d06128f3d1014d68297aa5cd264023d202cae74746d78ba84e335af3399d2'
'3010acbe7769ea214dd51f5889e3a26b44925001905deb04b060beaede2578f4'

View File

@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_WEBSITE := https://ffmpeg.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 5a0575e
$(PKG)_CHECKSUM := 777767af6e3e36abc248cdedd15d841ad6aa239219eb8a1ad033afb7aea21455
$(PKG)_VERSION := 0777b19
$(PKG)_CHECKSUM := ab37161664f6264ac0319077d4ac9e3fb43af85e1adcad62cc8f3f8f1cb1bdee
$(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 := c8e5a61
$(PKG)_CHECKSUM := 3f83397d942488be475052798b38bb08f707bfa57ed1fd87834bd834e6355853
$(PKG)_VERSION := 4083277
$(PKG)_CHECKSUM := cee372a5139c6aab4f851d79162f547ffd328abe3e57f0ab3a3bcddca8461168
$(PKG)_GH_CONF := mpv-player/mpv/branches/master
$(PKG)_DEPS := cc ffmpeg fribidi lcms \
libarchive libass libdvdnav libdvdread libiconv \
@ -21,6 +21,7 @@ define $(PKG)_BUILD
--enable-dvdnav \
--enable-lcms2 \
--enable-libarchive \
--enable-libass \
--enable-libbluray \
--enable-lua \
--enable-rubberband \