forked from pool/libquicktime
This commit is contained in:
parent
ad01965312
commit
d9f6f2b270
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5428e995dd621c77b3fa541a15ec17fc230a96ef76876f78ede249b394f9210e
|
|
||||||
size 738179
|
|
3
libquicktime-1.1.1.tar.bz2
Normal file
3
libquicktime-1.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5a1fc56d6314e746cf14d66ffac2be831bfab11f5e46c916235e7ba950eb1b4
|
||||||
|
size 747777
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 13:49:11 CET 2009 - puzel@suse.cz
|
||||||
|
|
||||||
|
- update to libquicktime-1.1.1
|
||||||
|
* read/write support for timecode tracks
|
||||||
|
* support for newer versions of ffmpeg and x264
|
||||||
|
* several bugfixes and cleanups
|
||||||
|
- fix some rpmlint warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 22 02:29:27 CET 2009 - crrodriguez@suse.de
|
Thu Jan 22 02:29:27 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libquicktime (Version 1.0.3)
|
# spec file for package libquicktime (Version 1.1.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,18 +20,16 @@
|
|||||||
|
|
||||||
Name: libquicktime
|
Name: libquicktime
|
||||||
BuildRequires: alsa-devel doxygen gtk2-devel libavc1394-devel libdv-devel libjpeg-devel libvorbis-devel sed
|
BuildRequires: alsa-devel doxygen gtk2-devel libavc1394-devel libdv-devel libjpeg-devel libvorbis-devel sed
|
||||||
%if %suse_version > 1020
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
|
||||||
%define DISTRIBUTABLE 1
|
%define DISTRIBUTABLE 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Languages/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.0.3
|
Version: 1.1.1
|
||||||
Release: 44
|
Release: 1
|
||||||
Url: http://libquicktime.sf.net
|
Url: http://libquicktime.sf.net
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-%{version}-dont_disable_deprecated.patch
|
Patch1: %{name}-1.0.3-dont_disable_deprecated.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Library for Reading and Writing Quicktime Movie Files
|
Summary: A Library for Reading and Writing Quicktime Movie Files
|
||||||
Provides: quicktime4linux
|
Provides: quicktime4linux
|
||||||
@ -85,9 +83,7 @@ make DESTDIR="%{buildroot}" install
|
|||||||
ln -s lqt %{buildroot}/usr/include/quicktime
|
ln -s lqt %{buildroot}/usr/include/quicktime
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||||
%if %suse_version > 1020
|
|
||||||
%fdupes "%{buildroot}"
|
%fdupes "%{buildroot}"
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf "%{buildroot}"
|
rm -rf "%{buildroot}"
|
||||||
@ -118,6 +114,12 @@ rm -rf "%{buildroot}"
|
|||||||
%doc %{_defaultdocdir}/%{name}-devel
|
%doc %{_defaultdocdir}/%{name}-devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 06 2009 puzel@suse.cz
|
||||||
|
- update to libquicktime-1.1.1
|
||||||
|
* read/write support for timecode tracks
|
||||||
|
* support for newer versions of ffmpeg and x264
|
||||||
|
* several bugfixes and cleanups
|
||||||
|
- fix some rpmlint warnings
|
||||||
* Thu Jan 22 2009 crrodriguez@suse.de
|
* Thu Jan 22 2009 crrodriguez@suse.de
|
||||||
- remove "la" files
|
- remove "la" files
|
||||||
* Thu Jul 17 2008 puzel@suse.cz
|
* Thu Jul 17 2008 puzel@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user