Accepting request 53531 from multimedia:libs
Accepted submit request 53531 from user elvigia OBS-URL: https://build.opensuse.org/request/show/53531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=14
This commit is contained in:
commit
92071b7fe7
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 12:51:39 UTC 2010 - coolo@novell.com
|
||||
|
||||
- disable pdf API reference documentation, it fails to build
|
||||
with newer doxygen and the html documentation should be enough
|
||||
for the package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 20:36:35 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
|
37
libcaca.spec
37
libcaca.spec
@ -20,7 +20,7 @@
|
||||
|
||||
Name: libcaca
|
||||
BuildRequires: doxygen freetype2-devel imlib2-devel ncurses-devel pkgconfig
|
||||
BuildRequires: slang-devel texlive-latex xorg-x11 xorg-x11-devel
|
||||
BuildRequires: slang-devel xorg-x11 xorg-x11-devel
|
||||
BuildRequires: freeglut-devel xorg-x11-libs
|
||||
BuildRequires: gcc-c++ mono-devel ruby-devel
|
||||
Version: 0.99.beta16
|
||||
@ -49,13 +49,6 @@ functions for colour text drawing, simple primitives for line, polygon
|
||||
and ellipse drawing, as well as powerful image to text conversion
|
||||
routines.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sam Hocevar <sam@zoy.org>
|
||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
||||
|
||||
%if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr"
|
||||
%define _xorg7libs %{_libdir}
|
||||
%else
|
||||
@ -73,13 +66,6 @@ Requires: %{name} = %{version}
|
||||
This package contains the header files and static libraries needed to
|
||||
compile applications or shared objects that use libcaca.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sam Hocevar <sam@zoy.org>
|
||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
||||
|
||||
%package csharp
|
||||
License: GPLv2+
|
||||
Summary: C# support for libcaca
|
||||
@ -89,13 +75,6 @@ Requires: %{name} = %{version} mono
|
||||
%description csharp
|
||||
This package contains all that is needed to use libcaca from C# code.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sam Hocevar <sam@zoy.org>
|
||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
||||
|
||||
%package ruby
|
||||
License: GPLv2+
|
||||
Summary: Ruby bindings for libcaca
|
||||
@ -105,13 +84,6 @@ Requires: %{name} = %{version} ruby
|
||||
%description ruby
|
||||
All that is needed to use libcaca from ruby code.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sam Hocevar <sam@zoy.org>
|
||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
||||
|
||||
%package -n caca-utils
|
||||
License: GPLv2+
|
||||
Summary: Colour ASCII Art Text mode graphics utilities based on libcaca
|
||||
@ -132,13 +104,6 @@ displays burning ASCII art flames, and cacademo is a simple application
|
||||
that shows the libcaca rendering features such as line and ellipses
|
||||
drawing, triangle filling and sprite blitting.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Sam Hocevar <sam@zoy.org>
|
||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if %{suse_version} < 1010
|
||||
|
Loading…
Reference in New Issue
Block a user