]> git.pld-linux.org Git - packages/openh264.git/commitdiff
- updated to 2.4.1 master auto/th/openh264-2.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Feb 2024 17:45:11 +0000 (18:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Feb 2024 17:45:11 +0000 (18:45 +0100)
openh264-libdir.patch
openh264.spec
x32-asm.patch

index 371ceb4243ae97452272009016efa9b2d7a487e0..857b3dde304eca83c68709b6d2aa4f499821d0b1 100644 (file)
@@ -1,6 +1,6 @@
---- openh264-1.7.0/Makefile.orig       2017-07-16 18:14:26.133491636 +0200
-+++ openh264-1.7.0/Makefile    2017-07-16 18:16:09.546823791 +0200
-@@ -26,7 +26,7 @@
+--- openh264-2.4.1/Makefile.orig       2024-01-30 06:56:00.000000000 +0100
++++ openh264-2.4.1/Makefile    2024-02-28 06:19:21.537436639 +0100
+@@ -26,7 +26,7 @@ SHARED=-shared
  OBJ=o
  DESTDIR=
  LIBDIR_NAME=lib
@@ -8,4 +8,4 @@
 +SHAREDLIB_DIR=$(PREFIX)/$(LIBDIR_NAME)
  PROJECT_NAME=openh264
  MODULE_NAME=gmpopenh264
- GMP_API_BRANCH=Firefox39
+ GMP_API_BRANCH=Firefox114_2
index db906f4b9ed6316f2219ca5c5f0d42c9f9d0f0b5..e648b74bd52c880098ca3bbb117387a08aa10062 100644 (file)
@@ -9,13 +9,13 @@
 Summary:       H.264 codec library
 Summary(pl.UTF-8):     Biblioteka kodeka H.264
 Name:          openh264
-Version:       2.3.1
+Version:       2.4.1
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/cisco/openh264/releases/
 Source0:       https://github.com/cisco/openh264/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fb26184faec8e0d99ffc87e2abd188aa
+# Source0-md5: 08396d6c467f7ae063d40b3a378870b0
 Patch0:                %{name}-libdir.patch
 Patch1:                no-forced-arch.patch
 Patch2:                x32-asm.patch
index a6f38d9d9d5b99ee203428f3a7cf17008805d8e6..b6ba5bb3d296ba8960648921afc98656365b895c 100644 (file)
@@ -1,13 +1,14 @@
---- openh264-1.7.0/build/platform-linux.mk.orig        2017-07-16 18:29:39.036814547 +0200
-+++ openh264-1.7.0/build/platform-linux.mk     2017-07-16 18:33:08.330145489 +0200
-@@ -9,7 +9,11 @@
+--- openh264-2.4.1/build/platform-gnu-chain.mk.orig    2024-01-30 06:56:32.000000000 +0100
++++ openh264-2.4.1/build/platform-gnu-chain.mk 2024-02-28 18:05:31.669221886 +0100
+@@ -12,9 +12,11 @@ STATIC_LDFLAGS += -lpthread -lm
  AR_OPTS = crD $@
  ifeq ($(ASM_ARCH), x86)
  ifeq ($(ARCH), x86_64)
-+ifeq ($(IS_X32), Yes)
-+ASMFLAGS += -f elfx32
-+else
++ifneq ($(IS_X32), Yes)
  ASMFLAGS += -f elf64
+-else ifeq ($(ARCH), x32)
++else ($(ARCH), x32)
+ ASMFLAGS += -f elfx32
 +endif
  else
  ASMFLAGS += -f elf
This page took 0.191905 seconds and 4 git commands to generate.