summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2000-08-26Bugfix: Make choosing `outputs.line' as volume control devicewiz2-1/+35
possible, even if `inputs.line' also exists and comes earlier (both were noted only as `line' before).
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-1/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron4-14/+12
2000-08-22change <sys/bswap.h> to <machine/bswap.h> so it works on 1.4.x systems.dmcmahill4-10/+10
2000-08-22Make this package build on big-endian systems that don't run Linux. Problemad4-1/+238
pointed out by dmcmahill.
2000-08-22include missing header file. fixes recently noted compile problems.dmcmahill2-1/+12
2000-08-22add missing DEPENDSdmcmahill1-1/+3
2000-08-22add RCS Idwiz2-2/+4
2000-08-21Add the SONY CDU4811 CD-ROM - it passes multiple tests on multiple CDs.simonb2-5/+15
2000-08-19for oss driver (ogg123 -d oss), use /dev/audio by default (not /dev/dsp).itojun4-7/+32
repair mp3tovorbis (there's no bash in basesystem, use sh). more comment in Makefile about master distribution (copied in LOCAL_PORTS).
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf6-17/+29
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18pass down CFLAGS too.itojun4-11/+22
2000-08-18pass LDFLAGS down to the build tree, so that it can find esound anditojun5-12/+32
other sound drivers in /usr/pkg. From: Lennart Augustsson <lennart@augustsson.net>
2000-08-17add audio/vorbisitojun1-1/+2
2000-08-17vorbis audio encoder/decoder, from daily snapshot (2000/8/18).itojun10-0/+90
--- pkg/DESCR Vorbis is a general purpose audio and music encoding format contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike the MPEG sponsored formats (and other proprietary formats such as RealAudio G2 and Windows' flavor of the month), the Vorbis CODEC specification belongs to the public domain. All the technical details are published and documented, and any software entity may make full use of the format without royalty or patent concerns. This package contains libvorbis, an LGPLed software implementation of the Vorbis specification by the Xiphophorus company (http://www.xiph.org/), vorbisfile, an LGPLed convenience library built on Vorbis designed to simplify common uses and a number of GPL example programs, utilities and player plugins.
2000-08-17wildcard dependency on naswiz1-2/+2
2000-08-15add missing @dirrm include/gsmwiz1-1/+2
2000-08-15Update realplayer to "7, cs1" and bump package version to 7nb3.jlam6-22/+18
Don't know what the changes are, but hopefully the few people who had problems with realplayer on eap* will have better results.
2000-08-15Be more specific about which Linux version of the player to fetch.jlam1-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-14LTCONFIG_OVERRIDE -> remove one patchwiz3-30/+16
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+19
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
2000-08-14re-formatwiz1-7/+6
2000-08-13add and enable gogowiz1-1/+2
2000-08-13Initial import of gogo-2.35, an i386-only assembly optimized MP3wiz8-0/+75
encoder based on LAME. Inspired by pkg/10823 by Philipp Huber.
2000-08-11Fix PLIST.fredb1-2/+2
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz35-74/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10Update esound to 0.2.19. Changes from the ChangeLog:wiz2-4/+4
* Undo esd_send_file change on 03-03 - it makes lots of things break. * Fix fcntl that tried to remove non-blocking flag. * audio_solaris.c: Don't set the output device, volume and balance when opening audio device. Those should be configurable by an external program and the values set that way preserved as defaults for sunsequent playing. (bugs #2587 and #5682)
2000-08-06Only set "XAUTHORITY" for "do-extract" target if we really found atron1-1/+6
X11 authorization file.
2000-08-06Set environment variable "XAUTHORITY" in "do-extract" target so thattron1-2/+3
the installer will find a X11 authorization file although the environment variable "HOME" points to the work directory.
2000-08-06Update realplayer to 7 beta 2, the last free release of RealPlayer forjlam8-131/+216
Linux. Changes from previous version are a new installer name and better installation of KDE and GNOME application links and MIME installation.
2000-08-04Do not unconditionally delete ${PREFIX}/share/gqmpeg/skins (and contents);wiz3-3/+32
instead tell user to remove it himself.
2000-08-04Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5:jlam8-811/+127
- corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-03Remove unneeded patches. Submitted in PR 10627 by Trevor Johnsonrh11-164/+4
<trevor@jpj.net>, the maintainer and author of this software.
2000-08-02Update gqmpeg to 0.7.3 development release. Changes from 0.7.2:jlam8-39/+51
> Mouse wheel now controls volume (buttons 4, 5). - Updated translation fr, and added pt_BR. - Title of main window now shows current song. - Playlist button now toggles the playlist window on/off. - Added .okt to xmp extension types. - Better title display of http urls. - Moved 'read id3 tags' option to mpg123 config tab. - Renamed 'playlist accounting' to 'read file information' - Drop down history is now saved between runs. - Minor compile and file cleanups. * Made key presses work with capslock on (doh!), made keypad keys work. * Fix crash when preset names exceed 48 chars. * Various other changes and updates.
2000-08-02Update to 0.9.5. Changes since 0.9.3:wiz3-5/+6
* A fix for a bug into option menu of scanner window when using gettext. * Added Russian translation, thanks to Sergey Zhumatiy * Added ability to rename file from tag using masks (as to scan tag). * File is renamed using two stages to avoid problems if you change only the case. * Now it warns you before to change directory, if some files haven't been saved (but a little bug will appear).
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-28Make use of new USE_CURSES functionality. Also close PR#10344 byjlam6-23/+47
Ben Collver <collver@softhome.net>.
2000-07-28Add and enable rio500.ad1-1/+2
2000-07-28rio500 package; to manage your Diamond Rio 500 MP3 player.ad7-0/+81
2000-07-24RCS Id policeitohy2-2/+4
2000-07-23We depend on gtk+, not gnome-core, so make and delete some GNOMEjlam3-6/+18
directories in which we install files.
2000-07-20add and enable easytag-0.9.3wiz1-1/+2
2000-07-20Initial import of easytag-0.9.3, a graphical ID3 tag editor (for mp3wiz7-0/+70
files).
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron2-4/+4
2000-07-20Specify qt1 directory properly to configureagc1-2/+2
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-5/+5
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc4-12/+17
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.