Age | Commit message (Collapse) | Author | Files | Lines |
|
freeglut is a completely OpenSourced alternative to the OpenGL
Utility Toolkit (GLUT) library. GLUT was originally written by
Mark Kilgard to support the sample programs in the second edition
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety
of practical applications because it is simple, universally available
and highly portable.
|
|
(PKGREVISION++)
|
|
-for some reason, it tries to build the experimental "skins2" plugin
for me -- disable it explicitely
(PKGREVISION++)
|
|
|
|
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB
is to be lightweight and responsive; not encumbered with unnecessary features.
The interface is designed to deliver the familiar GDB text interface, with a
split screen showing the source as it executes. The UI is modeled on the
classic Unix text editor, vi. Those familiar with vi should feel right at home
using CGDB.
|
|
-don't exit on trivial cddb errors
-don't print NULL string on error
arrgh - this stuff sucks, too bad serious programs are depending on it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* xlock -size 0 -cycles 0 -count 0
* Fixes for [apollonian flame hop julia kumppa life life3d
* qix scooter spiral thornbird worm]
Added wrap-
ping on loop.c. Dissolving and evolving loops added from ideas of
Hiroki Sayama <sayama AT is.s.u-tokyo.ac.jp>. Fixed a core dump
involving flaws.
New -echokey option thanks to <martin.zwickel AT technotrend.de>.
Use like: xlock -echokey "*" -echokeys
"Undocumented" feature (blame maintainer): xlock -echokey swear -echokeys
+ Updated life.h and life3d.h from Lee Earl Meeker's excellent "Four
+ Dimensional Cellular Automata and the Game of Life" 1998
+ http://home.sc.rr.com/lmeeker/Lee/Home.html
+ A life4d mode next?
Removed duplicate code in xlock.c thanks to Norihiko Murase
<skeleten AT shillest.net>.
Fix for case of random files on a VMS file system from Jouk Jansen.
Fixes and added options to life.c mostly for trilife.
utext3d2, atlantis -gradient, and French changes to resources
thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.
I needed freetype-2.1.7.tar.bz2 http://freetype.sourceforge.net
and FTGL.tar.gz http://homepages.paradise.net.nz/henryj/
New make.com from Jouk Jansen for VMS.
Debug patch in 5.11 had an undesired effect on euler2d.c.
* new since BETA
+ updated since BETA1
|
|
|
|
|
|
|
|
The Gtk2 module allows Perl access to the Gtk+ 2.0 graphical user interface
library. You can find more information about Gtk+ 2.0 on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.
|
|
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system. Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.
|
|
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.
|
|
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.
ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows. It is really just boilerplate code
that you would've written yourself.
|
|
|
|
USE_GNU_GETTEXT fix: afflicted systems couldn't compile gettext at all.
But, to be pedantic and fix possible unforeseen problems on systems where
the previous version *was* successfully compiling, bump PKGREVISION anyway.
|
|
|
|
* Update to build on Cygwin, (bug #136666) [Roger Leigh]
* Add translations: Gujarati [Gujarati team],
Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
Walloon [Pablo Saratxaga], Marathi [Indictrans team]
* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
|
|
|
|
|
|
No Python-specific change.
|
|
later can actually work.
|
|
|
|
|
|
- 2 bug fixes about keys fixed one by Mark Vakoc
|
|
No Python-specific change.
|
|
|
|
|
|
Note that they claim this library is API/ABI compatible with the previous
one, but the major number version of it has changed... so a version bump
in the buildlink3.mk file is needed.
|
|
Changes since 0.9.0:
- Game History window added.
- Forward/backward through game added. This is similar to undo/redo
but does not affect existing board moves.
- Don't allow opening more than one Pattern Evaluation window.
- Preferences dialog box is no longer modal. So game can be played
even when this dialog box is opened.
- Switch computer color menu is inactive when computer or human
plays both colors.
- Add missing text domain binding for i18n.
- Add en_GB locale messages.
- GNOME 2 is now required.
- Enable i18n.
- Toolbar added.
- GUI code reorganization.
- Undo/redo menus become active/inactive according to current game
state.
- Customizing game graphics is supported.
- Reorganize undo/redo mechanism.
|
|
and its buildlink goop (required here!) on systems where the native libintl
is typically "good enough" per bl3.
|
|
|
|
* Added GtkSourceView class documentation [Paolo Borelli]
* Updated C highlighting to include C99 keywords, types and macros and
Python highlighting to include Python 2.3 keywords, types and
functions [Benoît Dejean]
* Fix a couple of small auto-indentation bugs [Gustavo Giráldez]
* We now require Gtk+ 2.2.4 for the library alone, and Gtk+ 2.4 to also
build the tests.
New and updated translations
* Gujurati (new) [Gujurati Team]
* Catalan [Jordi Mallach, Aleix Badia i Bosch]
* Russian [Russian Team]
|
|
|
|
- implement xml:id Working Draft, relaxed XPath id() checking
- bugfixes: xmlCtxtReset (Brent Hendricks), line number and CDATA (Dave
Beckett), Relax-NG compilation (William Brack), Regexp patches (with
William), xmlUriEscape (Mark Vakoc), a Relax-NG notAllowed problem (with
William), Relax-NG name classes compares (William), XInclude duplicate
fallback (William), external DTD encoding detection (William), a DTD
validation bug (William), xmlReader Close() fix, recusive extention
schemas
- improvements: use xmlRead* APIs in test tools (Mark Vakoc), indenting
save optimization, better handle IIS broken HTTP redirect behaviour (Ian
Hummel), HTML parser frameset (James Bursa), libxml2-python RPM
dependancy, XML Schemas union support (Kasimier Buchcik), warning removal
clanup (William), keep ChangeLog compressed when installing from RPMs
- documentation: examples and xmlDocDumpMemory docs (John Fleck), new
example (load, xpath, modify, save), xmlCatalogDump() comments,
- Windows: Borland C++ builder (Eric Zurcher), work around Microsoft
compiler NaN handling bug (Mark Vakoc)
|
|
|
|
in this version (and AFAICT, it doesn't work or I haven't been able to find
a way to get it working).
Code changes
* Cleanup chrome handling (Marco)
Bugfixes
* Fix bookmarks import from XBEL (Marco)
* Set window icon on "About" dialogue (Christian)
* Fix "Add" button appearance for some themes (Christian)
* Fix "Go" button (Christian)
* Fix "Open In New Tabs" from bookmarks editor (Christian) [#138343]
* Fix context menu for anchors without href (Christian) [#138200]
* Fix context menu for linked images (Christian) [#138200]
* Fix startup script on solaris (Marco) [#138088]
* Fix filechooser handling (Federico Mena Quintero) [#138263]
* Fix compilation with -fdata-sections (Christian) [#136878]
* Check for invalid font size pref (Piers)
* Fix clear-history dialogue button size with themes (Piers)
* Fix bookmarks toolbar visibility in fullscreen and ppview
mode (Christian) [#138520]
* Fix link dragging to new notebook tabs (Christian) [#138902]
* Sync toolbar code with galeon gtk 2.4 port; fixes crash when
dragging items from other applications (Crispin Flowerday)
* Fix homepage setting to current page (Christian) [#139124]
* Make pdm, prefs and print setup dialogue transient (Christian)
* Sort the actions in location entry drop-down (Christian) [#139575]
* Don't quit filechooser when choosing not to overwrite an
existing file (Christian) [#139400]
* Fix filename encoding in confirm-overwrite dialogue (Christian)
* Fix accel setting for dynamic menus (Christian) [#139641]
* Don't gunzip downloaded files (Marco) [#131778]
* Fix content policy contract ID (Christian)
* Fix chrome handling for new windows from _blank target links
(Marco) [#139512]
* Make message selectable in content handler dialogue (Piers)
* Translations: bg, eu, is, hu, no, pa, ru
|
|
|
|
|
|
|
|
|
|
libmal is simply a convenience library of the object files contained in Tom
Whittaker's malsync distribution, along with a few wrapper functions.
|
|
|
|
against their respective 2.4 versions.
Fixes PR pkg/25242 by Noud de Brouwer.
|