Quellcode durchsuchen

* BUGS TODO:

+ Removed BUGS, updated TODO.
  * debian/*:
    + Depend on libx11-dev instead of xlibs-dev.
    + New Debian upload.
tags/v0.99.beta14
Sam Hocevar sam vor 20 Jahren
Ursprung
Commit
6b05fe57be
6 geänderte Dateien mit 12 neuen und 21 gelöschten Zeilen
  1. +0
    -14
      BUGS
  2. +2
    -2
      Makefile.am
  3. +0
    -1
      TODO
  4. +7
    -0
      debian/changelog
  5. +2
    -2
      debian/control
  6. +1
    -2
      debian/rules

+ 0
- 14
BUGS Datei anzeigen

@@ -1,14 +0,0 @@
$Id$

Video rendering

o ncurses' hashmap scrolling optimisation code causes the screen to
occasionally flicker because it tries to optimise the vertical
scrolling. With S-Lang, SLtt_Term_Cannot_Scroll prevents this
unwanted behaviour.

o some terminal emulators (Konsole, or the Linux VGA console) honour
the blink attribute instead of using it for bold or bright like any
other terminal emulator, hence reducing the amount of available
colour pairs.


+ 2
- 2
Makefile.am Datei anzeigen

@@ -3,11 +3,11 @@
SUBDIRS = src examples test doc
DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc

EXTRA_DIST = BUGS NOTES bootstrap build-win32 caca-config.in libcaca.spec
EXTRA_DIST = NOTES bootstrap build-win32 caca-config.in libcaca.spec
AUTOMAKE_OPTIONS = dist-bzip2

bin_SCRIPTS = caca-config

doc_DATA = README BUGS TODO AUTHORS NEWS NOTES THANKS
doc_DATA = README TODO AUTHORS NEWS NOTES THANKS
docdir = $(datadir)/doc/libcaca-dev


+ 0
- 1
TODO Datei anzeigen

@@ -3,7 +3,6 @@ $Id$
Low level stuff

o Write a Linux console output for the drawing library
See also BUGS as to why it's very slow in console mode

o Better keyboard driver in an X terminal, see
http://groups.yahoo.com/group/zepp/message/381


+ 7
- 0
debian/changelog Datei anzeigen

@@ -1,3 +1,10 @@
libcaca (0.9-2) unstable; urgency=low

* debian/control:
+ Depend on libx11-dev instead of xlibs-dev.

-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 15 Mar 2004 16:48:19 +0100

libcaca (0.9-1) unstable; urgency=low

* New upstream release.


+ 2
- 2
debian/control Datei anzeigen

@@ -2,13 +2,13 @@ Source: libcaca
Section: libs
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.0), libncurses5-dev, slang1-dev, xlibs-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra
Build-Depends: debhelper (>= 4.0), libncurses5-dev, slang1-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra
Standards-Version: 3.6.1.0

Package: libcaca-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, libncurses5-dev, slang1-dev, xlibs-dev
Depends: ${shlibs:Depends}, libncurses5-dev, slang1-dev, libx11-dev
Description: development files for libcaca
libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse


+ 1
- 2
debian/rules Datei anzeigen

@@ -41,7 +41,7 @@ install: build
dh_installdirs -plibcaca-dev
dh_installdirs usr/bin usr/share/doc/caca-utils usr/share/man/man1 -pcaca-utils

DESTDIR=`pwd`/debian/libcaca-dev/ $(MAKE) install prefix=/usr
$(MAKE) install DESTDIR=`pwd`/debian/libcaca-dev/

mv debian/libcaca-dev/usr/bin/cacaball debian/caca-utils/usr/bin
mv debian/libcaca-dev/usr/bin/cacademo debian/caca-utils/usr/bin
@@ -65,7 +65,6 @@ install: build
debian/caca-utils/usr/share/man/man1/

cp debian/libcaca-dev/usr/share/doc/libcaca-dev/README \
debian/libcaca-dev/usr/share/doc/libcaca-dev/BUGS \
debian/libcaca-dev/usr/share/doc/libcaca-dev/TODO \
debian/libcaca-dev/usr/share/doc/libcaca-dev/AUTHORS \
debian/libcaca-dev/usr/share/doc/libcaca-dev/NEWS \


Laden…
Abbrechen
Speichern