Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions patches/amf-headers.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -crB --new-file amf-headers-v1.5.0/amf.pc.in amf-headers-v1.5.0_patched/amf.pc.in
*** amf-headers-v1.5.0/amf.pc.in 1970-01-01 00:00:00.000000000 +0000
--- amf-headers-v1.5.0_patched/amf.pc.in 2025-11-11 06:48:00.181040000 +0000
diff -crB --new-file amf-headers-v1.5.2/amf.pc.in amf-headers-v1.5.2_patched/amf.pc.in
*** amf-headers-v1.5.2/amf.pc.in 1970-01-01 00:00:00.000000000 +0000
--- amf-headers-v1.5.2_patched/amf.pc.in 2025-11-11 06:48:00.181040000 +0000
***************
*** 0 ****
--- 1,7 ----
Expand All @@ -9,11 +9,11 @@ diff -crB --new-file amf-headers-v1.5.0/amf.pc.in amf-headers-v1.5.0_patched/amf
+
+ Name: amf
+ Description: The version of Advanced Media Framework (AMF) SDK headers
+ Version: 1.5.0
+ Version: 1.5.2
+ Cflags: -I${includedir}
diff -crB --new-file amf-headers-v1.5.0/Makefile amf-headers-v1.5.0_patched/Makefile
*** amf-headers-v1.5.0/Makefile 1970-01-01 00:00:00.000000000 +0000
--- amf-headers-v1.5.0_patched/Makefile 2025-11-11 07:34:38.261171572 +0000
diff -crB --new-file amf-headers-v1.5.2/Makefile amf-headers-v1.5.2_patched/Makefile
*** amf-headers-v1.5.2/Makefile 1970-01-01 00:00:00.000000000 +0000
--- amf-headers-v1.5.2_patched/Makefile 2025-11-11 07:34:38.261171572 +0000
***************
*** 0 ****
--- 1,25 ----
Expand Down
4 changes: 2 additions & 2 deletions scripts/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ def __lt__(self, other):

amfheaders_package = Package(
name="amf-headers",
source_url="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v1.5.0/AMF-headers-v1.5.0.tar.gz",
sha256="d569647fa26f289affe81a206259fa92f819d06db1e80cc334559953e82a3f01",
source_url="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v1.5.2/AMF-headers-v1.5.2.tar.gz",
sha256="d3c12eb324edf05e214608b6a395a51dd95770ed9d45520185d6c3a206811c99",
build_system="make",
)

Expand Down
Loading