summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-03-12Update to 0.14.1.wiz3-6/+7
Changes since 0.14.0: - Minor alterations to the mrclean skin. * Fixed crash when closing a skinned menu.
2002-03-10Update to 0.14.0. Changes since 0.13.0:wiz3-6/+48
+ Added keyboard support to the skin engine (on by default). + Added skinned menu support (off by default). + Added flyby window that briefly appears at the beginning of each song to display the title and artist (off by default). This is only displayed when the player advances to another song without user intervention. + Included new mrclean skin to the package. - On demand song info loading is now done in the background. - F10 key now displays the pop-up menu. - Updated French translation. - Increased ID3v2 header skip size maximium to 64k (from 16k). - Spacebar no longer equates to 'play' button, use P instead. * Fixed imported fonts for the text widget failing to display in the the skin editor.
2002-03-09Fix directory location: SDL_mixer is in "audio", not "devel"rh1-2/+2
2002-03-06Add the missing quotes so it can handle filenames with spaces.martin2-5/+23
Don't delete spaces from filenames by default anymore (user overridable).
2002-03-05Use the provided Makefile.in file instead of Makefile.am so we can removeskrll1-6/+3
the BUILD_DEPENDS on automake.
2002-03-05Apply simply patch to Makefile.in not Makefile.am so that we can removeskrll3-9/+13
the BUILD_DEPENDs on automake.
2002-03-05This pkg doesn't need automake to build.skrll2-5/+3
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-10/+1
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-04Remove -ggdb as it's not needed and confuses gcc on powerpc at times.jmc2-6/+7
2002-03-04Upgrade to cdparanoia III 9.8.itohy10-601/+401
Install headers in separate directory. Related changes: - Patch for Kenwood TruX drives (they worked before, but were very slow) - Slightly different default read command to alleviate end-of-track read problems on a number of drives - New -z command syntax; option argument to allow a skip after a user-configurable number of tries - Added more possible read commands to autoprobe - Removed autoprobe limitation, so starting a new rip will not potentially stall in autoprobe until previous rip finishes - Patch to allow sample-granulairy offset - allow NULL callbacks to be passed to library interface
2002-03-02add mp32oggrxg1-1/+2
2002-03-02Add mp32ogg-0.11 - Convert MP3 files to Ogg Vorbis filesrxg4-0/+44
A perl script to convert MP3 files to Ogg Vorbis files, retaining ID3 information, bitrate, and optionally renaming the output files, as well as deleting the originals.
2002-03-02add p5-MP3-Inforxg1-1/+2
2002-03-02Add p5-MP3-Info-1.00 - Manipulate / fetch info from MP3 audio filesrxg4-0/+31
This is MP3::Info, for getting info out of and into MP3 files. This release has two small bugfixes, one for better rendering of ID3v2 data in get_mp3tag, and one for dealing with some possibly broken MP3s. A wrapper module is included so scripts calling MPEG::MP3Info (the old name) will still work. close pkg/15623, submitted by me.
2002-02-27Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decodingsimonb2-9/+11
ID3 tags. Reported by Martin Husemann.
2002-02-27Some stupid people can not tell "int" from "long". Some of them daremartin3-1/+35
to cast "void*" to one or the other.
2002-02-27Update to 0.13.0. Changes:wiz3-8/+9
- Updated French, and added Finnish translations. - Added on demand load of song information for the playlist window. - Searches further into mp3 files with ID3v2 tags for header info. - Added ID3 blank genre option. * Fixed file descriptor leak in mpg123 fork pipe. * ogg song information tags are now case insensitive. * Fixed possible buffer overruns with sprintf, strcpy, etc. * More bug fixes.
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-6/+12
echo the message, too.
2002-02-26As the name implies, this package should depend on gtk; add a dependencywiz3-4/+21
[noted in recent alpha bulk build]. Buildlinkify while I'm here.
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.