Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dav1d: update to 1.0.0 #35501

Merged
merged 1 commit into from Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Expand Up @@ -3559,7 +3559,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
libcsfml-system.so.2.5 CSFML-2.5_1
libcsfml-network.so.2.5 CSFML-2.5_1
libtokyocabinet.so.9 tokyocabinet-1.4.48_1
libdav1d.so.5 libdav1d4-0.8.1_1
libdav1d.so.6 libdav1d6-1.0.0_1
libdqlite.so.0 dqlite-0.2.1_1
libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
# Template file for 'dav1d'
pkgname=dav1d
version=0.8.1
version=1.0.0
revision=1
build_style=meson
configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
Expand All @@ -12,9 +12,9 @@ license="BSD-2-Clause"
homepage="https://code.videolan.org/videolan/dav1d"
changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS"
distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2"
checksum=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
checksum=4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f

libdav1d4_package() {
libdav1d6_package() {
short_desc+=" - runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
Expand All @@ -23,7 +23,7 @@ libdav1d4_package() {
}

libdav1d-devel_package() {
depends="libdav1d4-${version}_${revision}"
depends="libdav1d6-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
Expand Down
File renamed without changes.