mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-10 07:11:39 +00:00
Bump versions for flac and libpng.
This commit is contained in:
parent
d7b6795c2d
commit
35e485170d
2 changed files with 8 additions and 6 deletions
|
@ -2,11 +2,13 @@ description "Library for encoding/decoding .flac lossless audio files"
|
|||
dependencies libogg
|
||||
check_pkgconfig flac
|
||||
# We use a repacked mirror since flac is released as .xz rather than .gz:
|
||||
variant stable fetch_download $CHOCPKG_MIRRORS/flac-1.3.1.tar.gz \
|
||||
4ae2c8ee48b3ae52635e543b1e64b58f5dcb8d69e1e18257da82f800cb754861
|
||||
variant stable fetch_download $CHOCPKG_MIRRORS/flac-1.4.2.tar.gz \
|
||||
eb35ea3a4ddf6308c21f6a47699a43e9349ca432409242e1852f483fe5898a18
|
||||
GIT_URL=https://github.com/xiph/flac.git
|
||||
variant stable_git fetch_git $GIT_URL 1.3.1
|
||||
variant stable_git fetch_git $GIT_URL 1.4.2
|
||||
variant latest fetch_git $GIT_URL master
|
||||
|
||||
# Compile problems :(
|
||||
build_autotools --disable-asm-optimizations --disable-cpplibs
|
||||
build_autotools --disable-asm-optimizations --disable-cpplibs \
|
||||
--disable-programs --disable-examples \
|
||||
--disable-oggtest
|
||||
|
|
|
@ -2,8 +2,8 @@ description "Library for reading/writing .png image files"
|
|||
dependencies zlib
|
||||
check_pkgconfig libpng
|
||||
# We maintain a mirror since libpng is only downloadable via Sourceforge:
|
||||
variant stable fetch_download $CHOCPKG_MIRRORS/libpng-1.6.10.tar.gz \
|
||||
b0206a22b49c91fc5521b2cfb1c251433a37aed0a645bc504ab3d061f27e4d51
|
||||
variant stable fetch_download $CHOCPKG_MIRRORS/libpng-1.6.39.tar.gz \
|
||||
af4fb7f260f839919e5958e5ab01a275d4fe436d45442a36ee62f73e5beb75ba
|
||||
GIT_URL=https://github.com/glennrp/libpng.git
|
||||
variant latest fetch_git $GIT_URL libpng16
|
||||
variant stable_git fetch_git $GIT_URL v1.6.10
|
||||
|
|
Loading…
Reference in a new issue