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
|
Mon Aug 30 20:36:35 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
37
libcaca.spec
37
libcaca.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libcaca
|
Name: libcaca
|
||||||
BuildRequires: doxygen freetype2-devel imlib2-devel ncurses-devel pkgconfig
|
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: freeglut-devel xorg-x11-libs
|
||||||
BuildRequires: gcc-c++ mono-devel ruby-devel
|
BuildRequires: gcc-c++ mono-devel ruby-devel
|
||||||
Version: 0.99.beta16
|
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
|
and ellipse drawing, as well as powerful image to text conversion
|
||||||
routines.
|
routines.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Sam Hocevar <sam@zoy.org>
|
|
||||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
|
||||||
|
|
||||||
%if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr"
|
%if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr"
|
||||||
%define _xorg7libs %{_libdir}
|
%define _xorg7libs %{_libdir}
|
||||||
%else
|
%else
|
||||||
@ -73,13 +66,6 @@ Requires: %{name} = %{version}
|
|||||||
This package contains the header files and static libraries needed to
|
This package contains the header files and static libraries needed to
|
||||||
compile applications or shared objects that use libcaca.
|
compile applications or shared objects that use libcaca.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Sam Hocevar <sam@zoy.org>
|
|
||||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
|
||||||
|
|
||||||
%package csharp
|
%package csharp
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: C# support for libcaca
|
Summary: C# support for libcaca
|
||||||
@ -89,13 +75,6 @@ Requires: %{name} = %{version} mono
|
|||||||
%description csharp
|
%description csharp
|
||||||
This package contains all that is needed to use libcaca from C# code.
|
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
|
%package ruby
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Ruby bindings for libcaca
|
Summary: Ruby bindings for libcaca
|
||||||
@ -105,13 +84,6 @@ Requires: %{name} = %{version} ruby
|
|||||||
%description ruby
|
%description ruby
|
||||||
All that is needed to use libcaca from ruby code.
|
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
|
%package -n caca-utils
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Colour ASCII Art Text mode graphics utilities based on libcaca
|
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
|
that shows the libcaca rendering features such as line and ellipses
|
||||||
drawing, triangle filling and sprite blitting.
|
drawing, triangle filling and sprite blitting.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Sam Hocevar <sam@zoy.org>
|
|
||||||
Jean-Yves Lamoureux <jylam@lnxscene.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%if %{suse_version} < 1010
|
%if %{suse_version} < 1010
|
||||||
|
Loading…
x
Reference in New Issue
Block a user