mirror of
https://abf.rosa.ru/djam/synfig.git
synced 2025-02-24 01:22:56 +00:00
New version 0.64.1
This commit is contained in:
parent
6379eedee2
commit
5b0848a47a
3 changed files with 30 additions and 28 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,2 @@
|
|||
removed_sources:
|
||||
synfig-0.63.05.tar.gz: d532b8dd37a7eed10ea5de6f5b2b2dd419648f2c
|
||||
sources:
|
||||
synfig-0.64.0.tar.gz: b33a4b4eeb957aa141df156ebf9e397fe4bf1503
|
||||
synfig-0.64.1.tar.gz: 19fe81f144100c3f5e14a1b88b26a9b659fee3b8
|
||||
|
|
10
synfig-0.64.0-libpng1.6.patch
Normal file
10
synfig-0.64.0-libpng1.6.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/modules/mod_png/trgt_png.cpp~ 2013-05-10 00:32:41.000000000 +0800
|
||||
+++ src/modules/mod_png/trgt_png.cpp 2013-06-04 11:27:37.046345899 +0800
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <png.h>
|
||||
#include <ETL/stringf>
|
||||
#include <cstdio>
|
||||
+#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <ETL/misc>
|
44
synfig.spec
44
synfig.spec
|
@ -1,40 +1,41 @@
|
|||
%define major 0
|
||||
%define libname %mklibname %{name} %{major}
|
||||
%define develname %mklibname %{name} -d
|
||||
%define major 0
|
||||
%define libname %mklibname %{name} %{major}
|
||||
%define devname %mklibname %{name} -d
|
||||
|
||||
Name: synfig
|
||||
Summary: Vector-based 2D animation renderer
|
||||
Version: 0.64.0
|
||||
Release: 2
|
||||
License: GPLv3
|
||||
Name: synfig
|
||||
Version: 0.64.1
|
||||
Release: 1
|
||||
License: GPLv3+
|
||||
Group: Graphics
|
||||
URL: http://www.synfig.org
|
||||
Url: http://www.synfig.org
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Source100: %{name}.rpmlintrc
|
||||
Patch0: %{name}-0.63.05-cflags.patch
|
||||
Patch1: synfig-0.64.0-libpng1.6.patch
|
||||
BuildRequires: cvs
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: ffmpeg-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: jpeg-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: mng-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: pkgconfig(ETL) >= 0.4.16
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(ETL) >= 0.4.17
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(ImageMagick)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libxml++-2.6)
|
||||
BuildRequires: pkgconfig(OpenEXR)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(sigc++-2.0)
|
||||
Requires: ffmpeg
|
||||
Requires: libdv-apps
|
||||
Requires: imagemagick
|
||||
Requires: x11-font-cursor-misc
|
||||
Requires: x11-font-misc
|
||||
Requires: ffmpeg
|
||||
|
||||
%description
|
||||
synfig is a vector based 2D animation renderer. It is designed to be capable
|
||||
|
@ -65,19 +66,19 @@ This package contains the shared library provided by synfig.
|
|||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
%package -n %{develname}
|
||||
%package -n %{devname}
|
||||
Summary: Development headers and libraries for %{name}
|
||||
Group: Development/C++
|
||||
Provides: %{name}-devel = %{version}-%{release}
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: %{libname} = %{EVRD}
|
||||
Provides: %{name}-devel = %{EVRD}
|
||||
|
||||
%description -n %{develname}
|
||||
%description -n %{devname}
|
||||
synfig is a vector based 2D animation renderer. It is designed to be capable
|
||||
of producing feature-film quality animation.
|
||||
This package contains the development files for the shared library provided
|
||||
by synfig.
|
||||
|
||||
%files -n %{develname}
|
||||
%files -n %{devname}
|
||||
%doc COPYING ChangeLog NEWS
|
||||
%{_bindir}/%{name}-config
|
||||
%{_includedir}/%{name}-*
|
||||
|
@ -108,10 +109,3 @@ CXXFLAGS='-I /usr/include/ImageMagick' CFLAGS='-I /usr/include/ImageMagick' CPPF
|
|||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 08 2013 Giovanni Mariani <mc2374@mclink.it> 0.64.0-1
|
||||
- New release 0.64.0
|
||||
- Fixed License tag (see COPYING file)
|
||||
- Added docs to sub-packages and kept rpmlint happy
|
||||
- Silenced more rpmlint errrors and warnings (see S100 for details)
|
||||
|
|
Loading…
Add table
Reference in a new issue