ports/contrib (3.7): libmatroska: 1.6.3 -> 1.7.0
commit 82a859df2f2dabb952bfe35f0f4bb9b3c7ad3aab Author: Tim Biermann <tbier@posteo.de> Date: Sun Oct 2 08:33:45 2022 +0200 libmatroska: 1.6.3 -> 1.7.0 diff --git a/libmatroska/.signature b/libmatroska/.signature index a323cf669..a487aed59 100644 --- a/libmatroska/.signature +++ b/libmatroska/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/kW34ds8kkIdg4Hx5QKXN7C0FWJEvZYiLHpMngxU7IHhLhkR1xfmOlybKljC4Ev+b55dEZ7zMvk5u7IDNCNRAI= -SHA256 (Pkgfile) = ed51303b5edd21b1d7ec4d55cf2194e7cd440f4d44631e27ad5b82cacad23e9f +RWSagIOpLGJF32OeF5fqXnZmBxcb9BFao/QXlAInjpI8ehHqShZh6xaqCMsLVbkRdkDEf1KeZBTWV/5O2TrlRfiogvNHyggn8gY= +SHA256 (Pkgfile) = 6311b98d4dea3ff383441c5488914c83e3d070aadb063e63c7c883deb9e4dc5b SHA256 (.footprint) = d3335d028ed596f2f5989ebd78e3346c3af69f3bfffeb61136ad9fc86d7c336e -SHA256 (libmatroska-1.6.3.tar.xz) = daf91a63f58dd157ca340c457871e66260cb9c3333fefb008b318befbb0e081a +SHA256 (libmatroska-1.7.0.tar.xz) = 927239d8d49aed604877106aaf934f318b2c7e6b88451c9277476443308690c3 diff --git a/libmatroska/Pkgfile b/libmatroska/Pkgfile index b71dadc43..b76c001b8 100644 --- a/libmatroska/Pkgfile +++ b/libmatroska/Pkgfile @@ -4,13 +4,12 @@ # Depends on: libebml name=libmatroska -version=1.6.3 +version=1.7.0 release=1 source=(https://dl.matroska.org/downloads/$name/$name-$version.tar.xz) build() { - [[ -e /usr/bin/ninja ]] && PKGMK_LIBMATROSKA+=' -G Ninja' - cmake -S $name-$version -B build $PKGMK_LIBMATROSKA \ + cmake -S $name-$version -B build -G Ninja \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib \ -D CMAKE_BUILD_TYPE=Release \
participants (1)
-
crux@crux.nu