summaryrefslogtreecommitdiff
path: root/audio/xmms
AgeCommit message (Collapse)AuthorFilesLines
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-7/+7
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-23Replace buildlink paths in xmms-config prior to installation.jlam1-1/+2
2001-08-23Use ossaudio.buildlink.mk.jlam1-7/+4
2001-08-23Remove many unnecessary buildlink.mk files. It's not necessary to includejlam1-6/+1
the buildlink.mk files from all of xmms' dependencies, as libxmms.so is only linked against the GTK+ libraries. The various plugins may want other libraries, but they can pull in the proper buildlink.mk files by themselves.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-16o add xmms-config supportzuntum1-2/+12
o change package name from "libxmms" to "xmms" in description
2001-08-16pull in required buildlink fileshubertf1-1/+8
2001-08-16Add xmms buildlink so xmms plugins can use it.hubertf1-0/+34
(Nothing useful in the pipe yet... seems our Mesa doesn't play nice with the threads code xmms uses)
2001-08-11Add include of <string.h> for missing prototype for strlen(). Also, OKfredb3-2/+48
to include unistd.h on NetBSD, for getopt() prototype.
2001-08-11Include <pthread.h> to get prototype for pthread_yield_in().fredb1-4/+15
2001-06-29Use Mesa's buildlink.mk file instead of USE_MESA. USE_CONFIG_WRAPPER isjlam1-12/+11
also automatically set now, so no need to set it directly.
2001-06-26o converted to use buildlink.mkzuntum1-9/+8
2001-06-21Update xmms to 1.2.5. Changes include:rh11-183/+142
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.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-20Update xmms to 1.2.4.rh14-128/+225
Notable changes include: - localisation support - additional plugins, most notably the ability to play ogg-vorbis files - tons of bugfixes - better sound buffer availability estimates for NetBSD (this hopefully reduces jitter a bit on slower systems).
2001-05-11correct MASTER_SITESdrochner1-8/+3
2001-05-10List Rene Hexel as maintainer.tron1-2/+2
2001-05-06Fix a few pthreads problems and make this package actually work. Closes PRrh6-16/+99
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-17/+15
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-29Mark as broken, to avoid more queries about its not working.wiz1-1/+3
2000-11-27Correct PLIST for libtool changes.mycroft1-31/+31
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+2
2000-08-14LTCONFIG_OVERRIDE -> minus two patches.wiz6-62/+31
Correct linking with libossaudio: plus two patches. Still doesn't work, though.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+19
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-33/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-03-29Use .include "" instead of <> to include bsd.prefs.mk.enami1-2/+2
2000-03-27Add "a.out" version of "i586" decoder taken from "mpg123" package.tron2-1/+327
2000-03-16Fix dynamic linker errors while loading input and output libraries.tron3-5/+19
2000-03-12Using the updated "glib-1.2.7" package with thread support the "xmms"tron1-5/+2
GUI finally works. However, the CD audio and OSS modules need some more work.
2000-03-12Mark this package as broken until "gthread" library gets fixed.tron1-1/+3
2000-03-12- Use "pth" instead of "mit-pthreads".tron8-58/+327
- Reenable "libmikmod" support. - Adapt CD-ROM driver to NetBSD. - Correct package list.
2000-03-11Use "sed" instead of "perl" in "post-extract" target.tron1-7/+10
2000-03-07Bring this package closer to a working state. Configuring the "libxmms"tron13-372/+160
library doesn't work properly yet.
2000-03-07Import "xmms" package from FreeBSD ports collection:tron9-0/+442
X Multimedia System --- An audio player with a Winamp GUI