Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Expand on the DESCR. Partially addresses pkg/18374
|
|
XXX: checksums for skins are wrong too.
|
|
search for config files where we install them
bump PKGREVISION
|
|
|
|
* Updated Norwegian documentation.
* Updated German translation.
* Fixed problem where some locales wouldn't get translated stamps.
* Various sayings can be used instead of just 'Great!'. See 'src/great.h'
* Text tool checks width of character in font, rather than relying on
'isprint()' - this SHOULD help unicode characters work in the Text tool.
* Updated Spanish translation.
* Increased scrollbar repeat speed.
|
|
This release adds pictures of Euro coins, a Norwegian translation
of spoken number sounds, and updates to the French translation(the
documentation is translated to French). "Happy face" stamps (with
sounds), "Halloween" stamps (with sounds), and some more "symbol"
stamps (heart, star, paw-print) were created. A Neil Armstrong
sound was added to the "Apollo lander" stamp.
|
|
Changes:
* Translated to Brazilian Portuguese ('pt_BR').
* Fixed 'get_fname()' so that it won't return a directory name with
a trailing slash (if no filename was given). Some 'mkdir()'s don't
like trailing slashes.
* "lang=" setting is now recognized in configuration files.
* Default configuration file now exists (Unix/Linux).
Installed as /etc/tuxpaint/tuxpaint.conf.
Read before "~/.tuxpaintrc".
Reading it can be disabled with "--nosysconfig" on command-line.
* Added support for "OPTION=no" in config file, as well as
"UNOPTION=yes" (like command-line args. use), so that "~/.tuxpaintrc"
can override any settings in new system config.
(e.g., "noprint=no" or "print=yes" will override a "noprint=yes")
* Updated Spanish documentation.
* Added warnings about untranslated strings ("NOTRANS: ...") to
debugging output. ("#define DEBUG") (Useful for translators.)
* Added option to disable 'fancy' mouse pointers: --nofancycursors
(since fullscreen under Windows and non-X-Window targets under Linux
currently have problems due to an SDL library bug)
* Changed 'tuxpaint-import's usage message to reflect that it can import
multiple files at a time, and that it has a "--help" option.
* Updated 'tuxpaint-import's help message to describe what the program does.
|
|
pre8:
A fix for the http:// infinite memory leak bug, some WMS9 mms://
fixes, various SPARC, HP/UX, and NetBSD/OpenBSD portability fixes,
demuxer fixes for >2GB nuppelvideo files, an mencoder -ss fix for
3-pass encoding, another fix for the gui.conf locale bug, an X11
fullscreen switching fix, and a MOV files edit-list handling fix
were made. The manpage has been re-formatted, small DOCS updates
were made, and the ChangeLog files came back. Code cleanup was
continued (more obsolete files were removed or merged), and the
Win32 DLL loader has been synced with AviFile CVS.
pre7:
Obsolete code (such as libvo2 and old input methods) was removed.
libmpcodecs was cleaned up. The behavior the of -afm/-vfm options
has changed. Various demuxer and codec fixes were mad for realvideo
support. The 'sipr' audio codec was added. New 2-pass bitrate
control was implemented, and various rv10 and MPEG4 en/decoding
fixes were made in libavcodec. New video filters include soft-eq,
halfpack, and film noise. Networking fixes were made. Live.com
support was improved. The v4l capturing code was nearly rewritten.
A new audio input layer is used. Libmpdvdkit was upgraded to use
libdvdcss 1.2.2. Better ac3 passthrough was implemented with ALSA
9. Various GUI fixes were made. Subtitle selection and drag & drop
support was added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scene rendering
|
|
calculating 3D geometry
|
|
|
|
|
|
This is a package for bktr2jpeg, which grabs images from /dev/bktr
and saves it as a jpeg file. That makes a console based simple
webcam program.
|
|
|
|
|
|
once should be enough.
|
|
|
|
|
|
Rubber stamps for Tux Paint.
|
|
"Tux Paint" is a drawing program for young children. It provides
a simple interface and fixed canvas size, and will provide access
to previous images using a thumbnail browser (e.g., no access to
the underlying filesystem).
Unlike popular drawing programs like "The GIMP," it has a very
limited toolset. However, it provides a much simpler interface,
and has entertaining, child-oriented additions such as sound effects.
|
|
|
|
we want the buildlink2 one.
|
|
|
|
PERL5_CONFIGURE set to NO and perl5-configure target is run only at
post-configure stage.
Thanks Johnny!
|
|
sparc (I could have sworn it did before but i guess not). Also only
check for compat_svr4 on NetBSD systems, not SunOs.
|
|
of codecs that may be compiled into xanim: iv32, cvid, and cyuk. The
default is to compile them all into xanim. This allows building a xanim
that may be distributed on CD-ROM by removing the restricted codecs from
the XANIM_CODECS list (currently, this is iv32 and cyuk). For clarity,
separate the codec-handling into a separate Makefile.codecs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg>
variables whose values are appended to CPPFLAGS, which are automatically
passed to the configure and build processes.
BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are
now told that the software may be found where it really is installed, not
in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these
variables will be declared unsupported by buildlink2.
|