summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-02-24Use ncurses buildlink.mk [we still need USE_NCURSES for now, though].wiz1-3/+6
2002-02-24Buildlinkify.wiz4-16/+21
2002-02-23Bump package revision to 1 after 64Bit patch went in.tron1-2/+2
2002-02-23add mp3blasterrxg1-1/+2
2002-02-23Add mp3blaster-3.0p8 - MP3 console ncurses-based playerrxg7-0/+84
mp3blaster is an interactive text-based mp3player. One of the unique features of this player is the ability to divide a playlist into groups (albums). Therefore, the play order can be adjusted with great flexibility. close pkg/15622, submitted by me.
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb3-77/+46
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb2-37/+97
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2002-02-19ogg123 can fetch *.ogg file over IPv6itojun1-1/+4
2002-02-18Introduce new framework for handling info files generation and installation.seb8-24/+27
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-17Honor PKG_SYSCONFDIR.jlam4-6/+27
2002-02-15mkdir -> ${MKDIR}skrll8-19/+19
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-15add & enable gtkmservhubertf1-1/+2
2002-02-15Added gtkmserv-0.5.2:hubertf4-0/+26
A gtk-based client for the audio/mserv package to remote-control the mserv mp3 player.
2002-02-15Bump to mserv-0.33nb1:hubertf1-1/+14
* fix path to perl binary * install license and vital documentation * install webclient files
2002-02-14Include bsd.prefs.mk before checking /etc/mk.conf values. Noted bywiz1-1/+4
Sergey Svishchev.
2002-02-12Ooops, default language file should be in ${PRFIX}/share, not /usr/local...martin2-6/+6
2002-02-12Add and enable mserv, a server for shared music playback in rooms withmartin7-1/+73
multiple listeners. There are thml, telnet and windows based clients that can be used to vote for the currently playing song, skip to the next song or pause playback (on phone rings etc.).
2002-02-11Don't build on powerpc boxes. Has compiler issues with both egcs and 2.95.3jmc1-1/+4
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-3/+3
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05/bin/mkdir -> ${MKDIR}.skrll3-17/+17
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-3/+3
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam1-3/+3
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-04Changes:rxg4-63/+8
- Added --geometry command line option. - Updated French translation. - Playlist now scrolls with drag and drop. - Adding directory contents to a playlist now sorts the contents first. * Fixed ogg filenames with spaces. * Made the M3U file reading actually work. * Minor other fixes. Close pkg/15435
2002-01-29Updated xmp-2.0.4 (provided by Rui-Xiang Guo in pkg/15283)martti6-37/+34
- Added driver for synthesized sounds - Added Tatsuyuki Satoh's YM3812 emulator - Added support to The Player 6.0a modules (using Sylvain "Asle" Chipaux's P60A loader) - Added seek capability to XMMS plugin - Added (very) experimental AIX driver - Added envelope point sanity checks (fixed "Beautiful Ones" IT envelope bug reported by Chris Cox) - Added support to dynamic linked drivers (for better packaging) - Added option to package only DFSG-compliant code - Fixed audioio.h detection in OpenBSD 2.8 (by Chris Cox <cox.family@sk.sympatico.ca>) - Max. filter cutoff value changed from 254 to 253 to avoid problems in "Beautiful Ones") - Fixed external drivers problem with the XMMS plugin (reported by greg <gjones@computelnet.com>) - Fixed xmp_ord_set() bug (was calling XMP_ORD_PREV) - Fixed period calculation algorithm (that was an OLD bug!) - Started adding support to MED 1.11, 1.12, 2.00 and 3.22 - Replaced RPM spec with Dominik Mierzejewski's version
2002-01-25Add kludge to fix problems with CDDB entries with genre "unclass" whichtron2-1/+15
are for some reason not recognized although such entries exist.
2002-01-24Take responsibility.wiz1-2/+2
2002-01-24Update to 2.11.3. Bugfix release [includes patch-ab].wiz3-23/+5
2002-01-21Fix compilation on alpha.wiz2-1/+15
2002-01-21Buildlink'ify; make compile on -current, and perhaps on alpha too.wiz5-2/+46
2002-01-21Make it compile (again?) on -current; perhaps also fixes alphawiz6-5/+155
bulk build failure.
2002-01-21Add a patch to (hopefully) fix compilation on alpha.wiz5-27/+47
While here, fix patch-ai: we only want to patch one file per patch file.
2002-01-18regenwiz1-2/+2
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers)drochner1-2/+2
2002-01-17Update to 2.11.2. Package changes: output directly to sound device nowwiz5-12/+57
works, compiles in ogg output support. Changes since last version: Bug fixes, output improvements, vorbis support, mod-to-midi conversion.
2002-01-16Wrap path name arguments to popen in single quotes, to fix getting info fromlukem2-1/+33
filenames containing spaces, etc. (It's still borken for filenames with single quotes). XXX: Arguably, io_ogg123.c should be converted to not use popen(3) and use a pipe mechanism similar to io_mpg123.c, but that's more effort than I'm interested in doing right now.
2002-01-16Add "Title (Artist)" as a name format choice for multi-artist CDs.lukem2-16/+64
Patch from Allen Briggs.
2002-01-14Update gqmpeg to 0.12.0. Changes:hubertf5-15/+19
+ Added bitrate etc. information and comment support for ogg files, including a comment editor. + Song titles and comments are now customizable, and are saved in the playlist (to customize use right click menu in playlist). + Added Traditional Chinese translation (zh_TW). - Added help window (displays README). - Basic read-only support for m3u 3.0 titles saved in a playlist. * Fix (at least improved) --dockwm behavior. * Several misc fixes. Update submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 15242
2002-01-14Add some man pages.wiz1-1/+3
2002-01-14Mark as only for 1.5ZA and newer [since that is when we got radio(4)].wiz1-1/+3
2002-01-14Use wildcard dependence on "curl" package to fix problems after thattron1-2/+2
package has been updated.
2002-01-11Provide configure patch and remove autoconf build dependency.skrll3-5/+648
2002-01-11Provide configure patch. Remove the build dependency on autoconfskrll3-7/+259
2002-01-11Replace a configure.in patch with a configure patch so that we can removeskrll2-12/+8
the dependency on autoconf. The configure.in patch was totally bogus anyway.
2002-01-10Update "xmcd" package to version 3.0.2:tron2-6/+11
- Fixed a problem with the xmcd disc ID field being sometimes partially obscured in the Album Details window. - Several changes to improve security.
2002-01-10remove obsolete patchdrochner1-14/+0
2002-01-08solve the strings.h problem in a better way -drochner15-34/+150
The library contains a header file "strings.h" which gets pulled in by <string.h>, leading to lossage. Defining ANSI_SOURCE used to help, but now we don't get an mkstemp() prototype anymore if this is defined, leading to compile problems at another place... So finally rename the pkg's strings.h. Being here, update to ...pre2, the changelog is * Many bug fixes -- mostly compilation problems -- more detailed info will be provided in a later release.
2002-01-08Use "@unexec rmdir" on directory "lib/X11/xmcd/config" because it istron1-2/+2
usually still contains configuration files for the various CD-ROM drivers after deinstallation.
2002-01-08Patch various files in "post-patch" instead of "pre-install" target sotron1-2/+2
that files in work directory are owned by the user used to build the package and not by "root".
2002-01-08Use "${PKG_PREFIX}" in "DEINSTALL" script instead of some place holderstron1-3/+3
which should have been replaced with "sed" but were not.
2002-01-08Correct device name for ATAPI CD-ROMs under NetBSD.tron1-4/+18