Compare commits

..

28 commits

Author SHA1 Message Date
Jon Ciesla
3fba7fb85a No longer used within Fedora due to changes not accepted upstream from several projects 2016-04-05 14:26:15 -04:00
Dennis Gilmore
053910f78a - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 16:01:59 +00:00
Dennis Gilmore
0028facfee - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-16 23:41:06 +00:00
Kalev Lember
27d8424e64 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 12:28:15 +02:00
Peter Robinson
89b8f0dabb - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-15 20:07:31 +00:00
Dennis Gilmore
301161e6d3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 19:15:59 -05:00
Dennis Gilmore
2d42287534 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 19:24:12 -05:00
Jon Ciesla
bf231a208c Update agg patches. 2013-06-27 08:55:24 -05:00
Jon Ciesla
599c4ed6ec Add patches. 2013-06-10 08:08:22 -05:00
Jon Ciesla
6ce6c210cb Mapnik agg patches. 2013-06-10 08:06:39 -05:00
Jon Ciesla
044f374c0c Fix FTBFS. 2013-02-22 09:47:24 -06:00
Dennis Gilmore
11fdb12fd8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 10:22:21 -06:00
Dennis Gilmore
e4ee72211b Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-26 23:37:09 -05:00
Dennis Gilmore
3fe384c818 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 15:04:51 -06:00
Kevin Kofler
754d1ae022 Merge branch 'f16' of ssh://pkgs.fedoraproject.org/agg 2011-10-29 15:59:10 +02:00
Kevin Kofler
de582f2bdc Merge branch 'master' of ssh://pkgs.fedoraproject.org/agg 2011-10-29 15:57:08 +02:00
Dennis Gilmore
c310a762f8 - Rebuilt for glibc bug#747377 2011-10-26 19:46:27 -05:00
Dennis Gilmore
bcbf726369 - Rebuilt for glibc bug#747377 2011-10-26 19:44:46 -05:00
Dennis Gilmore
9836cdf16a - Rebuilt for glibc bug#747377 2011-10-26 18:34:41 -05:00
Dennis Gilmore
d812656fb2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:36:23 -06:00
Fedora Release Engineering
30b1d2461a dist-git conversion 2010-07-28 09:38:08 +00:00
Kevin Kofler
a07f226782 - also remove include/agg_conv_gpc.h as it also carries a copy of the
non-Free GPC license (upstream also recommends removing that file under
    http://www.antigrain.com/license/index.html#toc0005) (#559611)
2010-01-29 04:58:27 +00:00
Bill Nottingham
9aa1b98418 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:44 +00:00
Jesse Keating
ea52d58c9b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:38:33 +00:00
Jesse Keating
189c52d2d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 00:17:37 +00:00
pertusus
00e46dbec7 fix comment, there is no patented code, only non-free code 2008-02-11 14:26:55 +00:00
pertusus
7b66c73062 parallel build fails 2008-02-05 21:54:54 +00:00
pertusus
0787c401f7 - remove non free files
- minor cleanups
2008-02-05 21:13:07 +00:00
6 changed files with 1 additions and 150 deletions

3
.gitignore vendored
View file

@ -1,3 +0,0 @@
agg23.tar.gz
agg-2.4.tar.gz
agg-2.5.tar.gz

View file

@ -1,35 +0,0 @@
diff -ru agg-2.4.orig/font_freetype/Makefile.am agg-2.4/font_freetype/Makefile.am
--- agg-2.4.orig/font_freetype/Makefile.am 2005-10-18 11:45:40.000000000 +0100
+++ agg-2.4/font_freetype/Makefile.am 2006-07-10 15:11:55.000000000 +0100
@@ -4,8 +4,9 @@
agginclude_HEADERS = agg_font_freetype.h
lib_LTLIBRARIES = libaggfontfreetype.la
-libaggfontfreetype_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ @FREETYPE_LIBS@
+libaggfontfreetype_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ @FREETYPE_LIBS@
libaggfontfreetype_la_SOURCES = agg_font_freetype.cpp
libaggfontfreetype_la_CXXFLAGS = -I$(top_srcdir)/include @FREETYPE_CFLAGS@
+libaggfontfreetype_la_LIBADD = ../src/libagg.la
endif
diff -ru agg-2.4.orig/src/platform/sdl/Makefile.am agg-2.4/src/platform/sdl/Makefile.am
--- agg-2.4.orig/src/platform/sdl/Makefile.am 2005-10-17 23:49:35.000000000 +0100
+++ agg-2.4/src/platform/sdl/Makefile.am 2006-07-10 15:11:55.000000000 +0100
@@ -5,6 +5,6 @@
libaggplatformsdl_la_LDFLAGS = -version-info @AGG_LIB_VERSION@
libaggplatformsdl_la_SOURCES = agg_platform_support.cpp
libaggplatformsdl_la_CXXFLAGS = -I$(top_srcdir)/include @SDL_CFLAGS@
-libaggplatformsdl_la_LIBADD = @SDL_LIBS@
+libaggplatformsdl_la_LIBADD = @SDL_LIBS@ ../../libagg.la
endif
diff -ru agg-2.4.orig/src/platform/X11/Makefile.am agg-2.4/src/platform/X11/Makefile.am
--- agg-2.4.orig/src/platform/X11/Makefile.am 2005-10-19 19:11:35.000000000 +0100
+++ agg-2.4/src/platform/X11/Makefile.am 2006-07-10 15:11:55.000000000 +0100
@@ -4,5 +4,5 @@
libaggplatformX11_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ -L@x_libraries@
libaggplatformX11_la_SOURCES = agg_platform_support.cpp
libaggplatformX11_la_CXXFLAGS = -I$(top_srcdir)/include -I@x_includes@
-libaggplatformX11_la_LIBADD = -lX11
+libaggplatformX11_la_LIBADD = -lX11 ../../libagg.la
endif

View file

@ -1,10 +0,0 @@
--- agg-2.5/libagg.pc.in.orig 2007-01-07 13:58:28.000000000 +0000
+++ agg-2.5/libagg.pc.in 2007-01-07 14:02:40.000000000 +0000
@@ -6,5 +6,6 @@
Name: libagg
Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
Version: @VERSION@
-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
+Requires.private: freetype2
+Libs: -L${libdir} -lagg
Cflags: -I${includedir}

101
agg.spec
View file

@ -1,101 +0,0 @@
Summary: Anti-Grain Geometry
Name: agg
Version: 2.5
Release: 4%{?dist}
Group: System Environment/Libraries
URL: http://www.antigrain.com
License: GPLv2+
Source: http://www.antigrain.com/%{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: automake, libtool, libX11-devel, freetype-devel, SDL-devel
Patch0: agg-2.4-depends.patch
Patch1: agg-2.5-pkgconfig.patch
%description
A High Quality Rendering Engine for C++.
%package devel
Summary: Support files necessary to compile applications with agg
Group: Development/Libraries
Requires: agg = %{version}-%{release}, freetype-devel
%description devel
Libraries, headers, and support files necessary to compile applications using agg.
%prep
%setup -q
%patch0 -p1 -b .agg-2.4-depends
%patch1 -p1 -b .agg-2.5-pkgconfig.patch
sh ./autogen.sh
%build
%configure --disable-static --disable-gpc
make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc authors copying readme
%{_libdir}/lib*.so.*
%files devel
%{_libdir}/*.so
%{_libdir}/pkgconfig/libagg.pc
%{_includedir}/agg2/
%{_datadir}/aclocal/libagg.m4
%clean
rm -r $RPM_BUILD_ROOT
%changelog
* Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-4
- clarify license
- source upstream silently changed even though version remained
unchanged
* Tue Jun 26 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-3
- Resolves: rhbz#245650 -devel Require: freetype-devel
* Mon Apr 23 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-2
- Resolves: rhbz#237493 misapplied patch
* Sat Jan 06 2007 Caolan McNamara <caolanm@redhat.com> - 2.5-1
- bump to 2.5
* Fri Nov 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-3
- Resolves: rhbz#214970 rebuild with new 2.4 sources
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.4-2.1
- rebuild
* Mon Jul 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-2
- rh#198174# add extra links from libs to their runtime requirements
* Wed May 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-1
- next version
* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> 2.3-4
- add BuildRequires freetype-devel for ft2build.h
* Mon Feb 13 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-3
- BuildRequires
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3-2.1
- bump again for double-long bug on ppc(64)
* Wed Feb 08 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-2
- rh#180341# BuildRequires
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Wed Nov 23 2005 Caolan McNamara <caolanm@redhat.com> 2.3-1
- initial import

1
dead.package Normal file
View file

@ -0,0 +1 @@
No longer used within Fedora due to changes not accepted upstream from several projects

View file

@ -1 +0,0 @@
0229a488bc47be10a2fee6cf0b2febd6 agg-2.5.tar.gz