head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.01.21.13.59.45; author ryoon; state Exp; branches; next ; commitid PUNjeemAlugsxgrG; desc @@ 1.1 log @multimedia/openwv: import openwv-1.1.3nb1 OpenWV is a free and open-source reimplementation of Google's Widevine Content Decryption Module (CDM), the portion of the Widevine DRM system that runs in your browser, obtains content keys for protected media, and decrypts the media using those keys. OpenWV is a drop-in replacement for Google's official, proprietary CDM and implements the same shared library API. @ text @$NetBSD$ * Use vendored autocxx for offline build. --- Cargo.toml.orig 2026-01-20 13:47:09.346022322 +0000 +++ Cargo.toml @@@@ -10,7 +10,7 @@@@ edition = "2024" edition = "2024" [dependencies] -autocxx = { git = "https://github.com/tchebb/autocxx.git", branch = "openwv-fixes" } +autocxx = "0.30.0" cxx = "1" prost = "0.14.1" thiserror = "2" @@@@ -31,7 +31,7 @@@@ ctr = "0.10.0-rc" ctr = "0.10.0-rc" [build-dependencies] -autocxx-build = { git = "https://github.com/tchebb/autocxx.git", branch = "openwv-fixes" } +autocxx-build = "0.30.0" prost-build = "0.14.1" thiserror = "2" @