Accepting request 23861 from GNOME:Factory

Copy from GNOME:Factory/libcaca based on submit request 23861 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/23861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2009-11-10 09:20:58 +00:00 committed by Git OBS Bridge
parent 7d0a89de61
commit f1fa4b0bd8
3 changed files with 12 additions and 88 deletions

View File

@ -1,11 +1,13 @@
--- ruby/Makefile.am
Index: ruby/Makefile.am
===================================================================
--- ruby/Makefile.am.orig
+++ ruby/Makefile.am
@@ -9,7 +9,7 @@
@@ -9,7 +9,7 @@ rubysite_DATA = lib/caca.rb
TESTS = test
endif
-CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes
+AM_CFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes
cucul_la_CPPFLAGS = -I$(top_srcdir)/cucul $(RUBY_CFLAGS)
cucul_la_SOURCES = cucul.c \
caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I../caca $(RUBY_CFLAGS)
caca_la_SOURCES = caca.c \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 3 19:09:25 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Mon Mar 16 14:28:30 CET 2009 - crrodriguez@suse.de

View File

@ -24,7 +24,7 @@ BuildRequires: slang-devel texlive-latex xorg-x11 xorg-x11-devel
BuildRequires: freeglut-devel xorg-x11-libs
BuildRequires: gcc-c++ mono-devel ruby-devel
Version: 0.99.beta16
Release: 1
Release: 2
License: GPL v2 or later
Summary: Library for Colour ASCII Art, text mode graphics
Group: Development/Languages/C and C++
@ -219,86 +219,3 @@ autoreconf -fiv
%{_mandir}/man1/img2txt.1*
%changelog
* Mon Mar 16 2009 crrodriguez@suse.de
- fix build, missing -lGLU
- Update to version 0.99.beta16
- libcucul was merged back into libcaca for more clarity
- internal FIGlet font support
- use C99 types in public headers
- runtime support for output drivers
- BBcode export support
* Wed Jan 28 2009 crrodriguez@suse.de
- remove "la" files
* Thu Dec 04 2008 cfarrell@suse.de
- added patch to remove badwords because of bnc#441358
* Thu Jun 12 2008 pth@suse.de
- Build dynamic libraries, disable creation of static ones.
- Compile with OpenGL support.
- Install ruby bindings in vendorarch/vendorlib.
- Fix file list.
* Wed Feb 13 2008 pth@suse.de
- Update to 0.99beta13:
- device-dependent cursor support
- event API rewrite
- Ruby bindings
- Massive C# bindings improvements
- Python sample code
- support for 90-degree canvas rotation
- better behaviour when trying to output Unicode on an ASCII terminal
- the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth
Forms and Miscellaneous Symbols Unicode blocks
- new rotozoom effect in cacademo
- preliminary .NET bindings
- blitting canvases now makes use of the canvas' handle coordinates
- import functions can read streamed data
- attribute to colorspace transformations
- added katakana and hiragana glyphs to the built-in font
- support for blink, bold, italics and underline attributes
- fixed Imlib2 support in cacaview
- fixed buffer overflows in the file importer
- support for fullwidth Unicode characters
- transparency support in the UTF-8 importer and exporter
- ANSI importer now handles transparency and UTF-8
- various memory leaks were fixed
- implemented cucul_getchar() and cucul_get_color()
- handle transparency in the IRC export
- new cropping and expanding filters
- full Unicode support in the OpenGL driver
- all demos except cacafire were merged into cacademo
- added a compatibility layer for pre-1.x libcaca applications
- libcaca functions use errno for error reporting
- ANSI importer
- cacadraw, an ANSI viewer that will evolve into an editor
- Unicode input and output support for SLang and ncurses
- license switched to WTFPL
- libcaca was split into libcucul, a standalone text manipulation backend,
and libcaca, the display and user input frontend
- TrueColor (more than 16 colours) support
- Floyd-Steinberg dithering
- gamma correction
- export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
- builtin fonts for device-independent bitmap output
- various text transformation routines (rotation, horizontal flip...)
- OpenGL renderer
- kernel mode to build libcaca programs into a bootable x86 kernel
- cacaserver, a telnet server that can be hooked to libcaca applications
- img2irc, an image to IRC conversion utility
* Sun Apr 22 2007 ro@suse.de
- use texlive for building
* Fri Mar 30 2007 rguenther@suse.de
- Add ncurses-devel BuildRequires.
* Fri Aug 04 2006 pth@suse.de
- Adapt to new X11 paths.
* Wed Mar 29 2006 pth@suse.de
- Fix BuildRequires.
* Wed Mar 29 2006 pth@suse.de
- Add X11 devel files to BuildRequires.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 19 2005 ro@suse.de
- added missing manpage symlinks to filelist
* Fri Nov 25 2005 pth@suse.de
- Initial package.
- undef clashing acs_map from slang.h
- don't try to install non-existing man3 pages
- install documentation to different directory