SHA256
1
0
forked from pool/libquicktime
OBS User unknown 2008-07-15 19:59:46 +00:00 committed by Git OBS Bridge
parent 1eb6f0a07f
commit 2d3f753bfe
6 changed files with 40 additions and 20 deletions

View File

@ -1,14 +0,0 @@
Index: libquicktime-1.0.0/configure.ac
===================================================================
--- libquicktime-1.0.0.orig/configure.ac
+++ libquicktime-1.0.0/configure.ac
@@ -365,7 +365,8 @@ AM_CONDITIONAL(HAVE_GTK, test x$have_gtk
AC_SUBST(GTK_REQUIRED)
dnl Always be in sync with the newest gtk
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
+dnl Ha ha! I thwart thee!
+GTK_CFLAGS="$GTK_CFLAGS"
dnl
dnl Check for libdv

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:367d3606d2e86db3a05adbd789ccd836fe4b4e0277b6a528f39cea51487b1a25
size 838119

View File

@ -0,0 +1,12 @@
--- libquicktime-1.0.3/configure.ac.fix 2008-07-15 10:03:46.000000000 +0200
+++ libquicktime-1.0.3/configure.ac 2008-07-15 10:05:57.000000000 +0200
@@ -393,7 +393,8 @@
AC_SUBST(GTK_REQUIRED)
dnl Always be in sync with the newest gtk
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
+dnl Ha ha! I thwart thee!
+GTK_CFLAGS="$GTK_CFLAGS"
dnl
dnl Check for libdv

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5428e995dd621c77b3fa541a15ec17fc230a96ef76876f78ede249b394f9210e
size 738179

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 15 11:06:56 CEST 2008 - puzel@suse.cz
- update to 1.0.3
* dnxhd decoding support
* double precision audio I/O
* bugfixes
- add doxygen to BuildRequires
- license changed to LGPL v2 or later
- use RPM_OPT_FLAGS
- minor .spec fixes
-------------------------------------------------------------------
Tue Apr 15 20:33:39 CEST 2008 - pcerny@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libquicktime (Version 1.0.2)
# spec file for package libquicktime (Version 1.0.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,12 +12,12 @@
Name: libquicktime
BuildRequires: alsa-devel fdupes gtk2-devel libavc1394-devel libdv-devel libjpeg-devel libvorbis-devel sed
BuildRequires: alsa-devel doxygen fdupes gtk2-devel libavc1394-devel libdv-devel libjpeg-devel libvorbis-devel sed
%define DISTRIBUTABLE 1
License: GPL v2 or later
Group: Development/Libraries/Other
AutoReqProv: on
Version: 1.0.2
Version: 1.0.3
Release: 1
Url: http://libquicktime.sf.net
Source0: %{name}-%{version}.tar.bz2
@ -57,6 +57,7 @@ sed -r 's/"(building|codecs|index|license|opening|positioning|reading|util|writi
%build
autoreconf -f -i
%{?suse_update_config:%{suse_update_config -f}}
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \
@ -114,6 +115,15 @@ rm -rf "%{buildroot}"
%doc %{_docdir}/%{name}-devel
%changelog
* Tue Jul 15 2008 puzel@suse.cz
- update to 1.0.3
* dnxhd decoding support
* double precision audio I/O
* bugfixes
- add doxygen to BuildRequires
- license changed to LGPL v2 or later
- use RPM_OPT_FLAGS
- minor .spec fixes
* Tue Apr 15 2008 pcerny@suse.cz
- update to 1.0.2
* removing libquicktime-1.0.0-arrayoverflow.patch