Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Changes: Bugfixes, removed some limitations on some kinds of variables,
e.g. variable name length.
Package change: --sched is working now. Sort PLIST.
|
|
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
|
|
also automatically set now, so no need to set it directly.
|
|
|
|
|
|
|
|
|
|
|
|
and over again in the pkgsrc tree.
|
|
|
|
|
|
o add buildlink.mk for use by other packages
|
|
o set USE_BUILDLINK_ONLY
|
|
|
|
|
|
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
|
|
* Fixed the pre-mixing effect plugin handling.
* Added more verbose error messages when one of 'xmms-config',
GLIB or GTK can not be found.
* Fixed a bug which could cause very ugly feedback when using the
silence-after-fadeout crossfader feature. This does only happen
when you have activated an effect plugin in XMMS.
* Fixed a small configure script error.
|
|
Translation/Internationalization:
* New translations (gl, pt, id, sr)
* Translations work in libxmms.
* Handles broken translations better.
Plugins:
* Joystick plugin suppports more than 4 buttons.
* Vorbis plugin handles streams.
* Vorbis plugin generate data in native endianness.
* File info dialog for Vorbis plugin.
* Alot of bugfixes to the Vorbis plugin.
* Tonegen input plugin supports more frequencys at the same time.
* Solaris output plugin added.
* Additional fixes to the Solaris plugin after it moved to the XMMS source.
* IR plugin can now configure IR code length.
* OSS Output can now configure the mixer device manually.
* Handle no effect plugins without crash.
* Esd plugin makes use of ESPEAKER variable.
* ID3v1.1 support, ID3v1.0 still saves the entire comment.
Portability:
* CDAudio ported to OpenBSD.
* Fixed glitches in FreeBSD audio playback.
* Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD.
Playlist:
* Physically delete file from playlist.
* Right-click menu in the playlist.
* Playlist counter wraps at ~136 years instead of ~600 hours.
* Pressing middle mouse button in the playlist will try to add the
content of the clipboard. Double click will clear the playlist.
Misc:
* MiniIcon now shows up in KDE2 taskbar.
* Gnomexmms shows the title in the tooltip.
* DGA support has been dropped.
* Fullscreen code should be more sane now.
* Man pages. (xmms, gnomexmms, wmxmms)
Core:
* Set realtime mode and drop root privilieges before initalizing GTK.
(XMMS would not work with GTK 1.2.10)
* Better shuffleplay support.
* Possible to show WM decorations.
* Fixed segfaults in the controlsocket.
* Generic titles instead of Input plugin specific
(mpg123, vorbis, cdaudio).
* %F - File path, for titlestrings.
* Smaller fixes, memory leaks and stability issues.
|
|
|
|
|
|
|
|
esd-config as $ESD_CONFIG in configure script.
|
|
|
|
USE_BUILDLINK_ONLY.
|
|
|
|
the unnecessary patches that manipulated things for curses/ncurses. Add
patch to remove -I$(includedir) and -L$(libdir) from the compiler flags.
|
|
|
|
|
|
|
|
|
|
fetchable rp8_linux20_libc6_i386_cs2.bin from real.com's website. The
".0.1" addition to the package name instead of "nb1" is to show that this
is a minor update to the package from the authors.
|
|
|
|
|
|
package was provided in PR 13215 by Ben Collver <collver@linuxfreemail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use PKGLOCALEDIR instead of assuming locale files are in
${PREFIX}/share/locale.
- Use BSD_INSTALL_* macros instead of mkdir/cp.
- Use devel/gettext-lib/buildlink.mk instead of USE_LIBINTL.
|
|
|
|
explicit setting of CPPFLAGS.
|
|
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
|
|
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
|
|
different contents -- change DIST_SUBDIR so that they don't conflict.
|