Tweak WANTLIB (gmp only required when built with ghc).
Take maintainership.
Not that some regression tests fail. This will be fixed in the next
release.
- move libfaad from WANTLIB to LIB_DEPENDS and LIB_DEPEND
libfaad >= 1.0
- bump PKGNAME
libfaad move from WANTLIB to LIB_DEPENDS OK ajacoutot@ (MAINTAINER)
OK naddy@
- LIB_DEPENDS-faad libfaad >= 1.0
- bump PKGNAME-main and PKGNAME-${PLUGIN}
- remove unused PATCHLEVEL variable
- adjust WANTLIB-main and WANTLIB-gnome as per lib-depends-check
- sync patches with update-patches
OK naddy@
libfaad uses data types with machine dependent bit width in
prototypes in its public headers, but in the corresponding library
code, machine independent exact width data types are used.
solution:
change libfaad headers to use the same machine independent exact
width data types in the prototypes as in the library. since the
prototypes in the library headers are changed, users of libfaad
likely need to be modified to use exact width data types as well.
also:
- bump libfaad major version number
- update plugin code to use exact width data types for libfaad
interaction, as per new prototypes
- bump package version
- sync patches with update-patches
problem discovered by, solution discussed with, reviewed, tested
and OK naddy@
error.
Do the real erroring out through a fatal error in pkgpath.mk (and set
PKGPATH to something less confusing than an empty variable). This
solves PR 5510 for real.
Liferea is an aggregator for online news feeds. There are many other
news readers available, but these others are not available for Unix or
require many extra libraries to be installed. Liferea tries to fill this
gap by creating a fast, easy to use, easy to install news aggregator for
GTK/GNOME.
joint work with Wiktor Izdebski <vicviq at gmail.com>
ok martynas@
GTetrinet is a client program for the popular Tetrinet game, a multiplayer
tetris game that is played over the internet.
(If you don't know what Tetrinet is, check out tetrinet.org)
feedback & ok jasper@
bug fixes since the initial release of the 1.5 jdk. I'm sure some of the
fixes are security related but I wasn't able to find a concise list. All
the bugs fixes listed here from update 11 and lower should be fixed by
this update: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_11
- NOTE: License change: used to be SCSL, now is JRL (Java Research
License). Still no packages with this license but at least we get the bug
fixes and security fixes now: https://tiger.dev.java.net/
- enable version scripts on libjvm which fixes a symbol conflict with
recent xulrunner which is used by eclipse's internal swt-browser.