forked from pool/libquicktime
Accepting request 1166667 from home:dspinella:branches:multimedia:libs
- Fix build with GCC 14, bsc#1221701 * fix-gcc14-build.patch OBS-URL: https://build.opensuse.org/request/show/1166667 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=95
This commit is contained in:
parent
cfc2bf13c7
commit
8ce6d2c8aa
12
fix-gcc14-build.patch
Normal file
12
fix-gcc14-build.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: libquicktime-1.2.4+git20180804.fff99cd/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- libquicktime-1.2.4+git20180804.fff99cd.orig/configure.ac
|
||||||
|
+++ libquicktime-1.2.4+git20180804.fff99cd/configure.ac
|
||||||
|
@@ -282,6 +282,7 @@ have_lame="false"
|
||||||
|
AC_TRY_RUN([
|
||||||
|
#include <lame/lame.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
+int
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
int version_major;
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 13:10:44 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Fix build with GCC 14, bsc#1221701
|
||||||
|
* fix-gcc14-build.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 3 03:03:03 UTC 2023 - olaf@aepfle.de
|
Fri Mar 3 03:03:03 UTC 2023 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libquicktime
|
# spec file for package libquicktime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,6 +29,7 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: http://libquicktime.sf.net
|
URL: http://libquicktime.sf.net
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
Patch0: fix-gcc14-build.patch
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -110,7 +111,7 @@ Tools for reading/writing quicktime movie files.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in
|
echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user