summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.0Clive Lin2001-03-204-6/+4
| | | | | PR: ports/25943 Submitted by: MAINTAINER
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
|
* Update to 2.10.4.Akinori MUSHA2001-03-203-3/+3
| | | | | PR: ports/25937, ports/25938 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
* Fix build on bento by reference $PREFIX at Makefile, not Makefile.PL.Jun Kuriyama2001-03-191-2/+2
|
* add flacYing-Chieh Liao2001-03-187-0/+95
| | | | FLAC stands for Free Lossless Audio Codec
* Umix is an advanced tool for adjusting soundcard mixers. You canVanilla I. Shu2001-03-176-0/+33
| | | | | | | | adjust your mixer either from the command line or from a fullscreen curses user interface. It was designed as a replacement for Aumix. PR: ports/24605 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* add mpg321Ying-Chieh Liao2001-03-177-0/+48
| | | | A completely free clone of mpg123
* Updates the port to the latest version.Dirk Meyer2001-03-174-28/+21
| | | | | PR: 25529 Submitted by: anders@fix.no
* from maintainer:Dirk Meyer2001-03-173-8/+175
| | | | | | | | | | | | | | | | | | Actually, the problem is that the ecasound port can optionally be compiled with python so that you have another interface to the program. The python dependency wasn't recorded in the makefile and the port was building the python bits by default, so the process of installing or packaging failed a one point. The fix is quite simple. And it features a couple of other enhancments. First off, the current plist must be renamed "pkg-plist.py". Second, a new plist must be made with the following diff on the original: me: The file pkg-plist contains only one revision, so a repro copy of this file won't be needed. I changed whitespaces to taps. PR: 25814 Submitted by: anarcat@tao.ca
* Add mp3chew 0.51.0,Daniel Harris2001-03-167-0/+69
| | | | | | | | a program to rename mismatched and garbled MP3 filenames. PR: 25653 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Fix pkg-plistDmitry Sivachenko2001-03-161-1/+0
| | | | Found by: bento
* Patch aops.c for a header problem. Remove BROKEN line.Trevor Johnson2001-03-152-2/+16
| | | | reported by: kris
* A high-level interface to the Compact Disc Database.Vanilla I. Shu2001-03-147-0/+91
| | | | | PR: ports/25804 Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
* Use "USE_GTK" & "USE_GNOME" forever.Vanilla I. Shu2001-03-141-2/+1
|
* Whoops, back goes the FORBIDDEN tag..after months of silence, icecastKris Kennaway2001-03-142-0/+4
| | | | | | finally released a new version the day we released the advisory for the old one, but it turns out there are still other security problems unfixed in both.
* Fix yet another victim of changed default location of the WindowMaker'sMaxim Sobolev2001-03-131-1/+1
| | | | | | include files. Submitted by: bento
* Update version number of gtkmm shared library.Maxim Sobolev2001-03-131-1/+1
|
* o add MASTER_SITE_SUNSITE to MASTER_SITES.FUJISHIMA Satsuki2001-03-122-6/+8
| | | | | | | o get rid of version number from pkg-descr. PR: 25744 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update to 2.10.3.FUJISHIMA Satsuki2001-03-123-5/+7
| | | | | PR: 25701,25702 Submitted by: maintainer
* correct configure args to respect PREFIX.FUJISHIMA Satsuki2001-03-121-1/+1
| | | | | PR: 25738 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
* Fix breakage introduced with recent WindowMaker update.Maxim Sobolev2001-03-121-1/+1
| | | | Submitted by: bento
* This port does not currently compile.Kris Kennaway2001-03-121-0/+2
| | | | Noticed by: bento
* GdrDAO is a GTK-based GUI frontend for cdrdao, the disk-at-once audio CDDirk Meyer2001-03-116-0/+36
| | | | | | | | | | | | | | | | | recorder. Features: * Contains a simple TOC Editor, which allows you to create (very) simple TOC files for CDRDAO . * It can save those TOC files (now to a selectable file). * GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide where to start in a file, so it also supports CD burned from one huge file. * Disk Cataloge Number and ISRC can be changed. * CD Text is supported. WWW: http://gdrdao.sourceforge.net/ PR: 22611 Submitted by: anders@fix.no
* Update version number of gtkextra shared library.Maxim Sobolev2001-03-111-1/+1
|
* Fix most of the format string abuses including those which are known toKris Kennaway2001-03-116-2/+164
| | | | | | | | cause a security vulnerabilities. Not fixed are a number of more subtle cases which may or may not allow security violations (I don't have time to conduct a thorough audit now), and which are difficult/impossible to fix anyway without something like fmtcheck(). Document this in pkg-install and remove FORBIDDEN tag.
* Use '-O0' when compiling on the Alpha to avoid internal compiler errors.Steve Price2001-03-111-1/+7
|
* Fix plistKris Kennaway2001-03-111-0/+1
|
* Add locale file forgotten in the last updateChris D. Faulhaber2001-03-111-0/+1
|
* Add USE_GMAKE.Greg Lehey2001-03-111-0/+1
|
* Update soname for libgtkextra dependency.Trevor Johnson2001-03-101-1/+1
| | | | reported by: bento
* Fix build for alpha.Alexander Langer2001-03-101-3/+3
| | | | Submitted by: havk.org
* Fix breakage introduced with newest WindowMaker and libaudiofile.Maxim Sobolev2001-03-102-0/+38
| | | | Submitted by: bento
* Use ${MACHINE_CPU:M3dnow} to detect presence of 3DNOW extension instead ofMaxim Sobolev2001-03-101-1/+1
| | | | | | | | | | ${MACHINE_CPU:Mk6}, because: 1. k6 CPU don't really support 3DNOW, this extension was first was introduced in k6-2 CPUs; 2. Duron/Athlon (aka k7) CPUs support this extension as well. Missed by: kris Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Fix building on the plain old i386.Maxim Sobolev2001-03-101-5/+10
|
* Fix plistKris Kennaway2001-03-101-0/+2
|
* Fix plistKris Kennaway2001-03-102-2/+2
|
* As the elisp name, I used "id3el" and it is wrong.Satoshi Taoka2001-03-101-2/+2
| | | | | | So I change to id3.el Obtained from: bento
* Chase the checksum; distfile was rerolled with no differences in content.Kris Kennaway2001-03-101-1/+1
| | | | Submitted by: bento
* Use X Prefix, like xmms itself.Bill Fenner2001-03-101-0/+1
|
* Fix pkg-plistKevin Lo2001-03-082-38/+0
| | | | Approved by: will
* Update to 4.11. Release notes are not longer provided, so omitTrevor Johnson2001-03-083-55/+42
| | | | | | them. Use a distfile that has the version number in its name. PR: 25453
* disown this portMichael Haro2001-03-071-1/+1
|
* add quelcom, a set of command-line utilities for MP3 and wave filesYing-Chieh Liao2001-03-0712-0/+146
| | | | | PR: 23888 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update version to 1.24Satoshi Taoka2001-03-072-2/+2
|
* Well, bump version.Vanilla I. Shu2001-03-061-0/+1
|
* remove obsolete patch.Vanilla I. Shu2001-03-061-11/+0
| | | | Submitted by: Anders Andersson <anders@codefactory.se>, Joshua Coombs <jcoombs@gwi.net>
* Upgrade to 0.2.1Vanilla I. Shu2001-03-062-2/+2
| | | | Submitted by: kris
* fixes for two libfwf-related compilation problems (see comments inTrevor Johnson2001-03-052-7/+68
| | | | | | | | patches) Submitted by: maintainer PR: 20705 reported by: Vivek Khera <khera@kciLink.com>
* Clean up ugly wording of instructions on how to use kscd.Will Andrews2001-03-052-12/+12
| | | | Submitted by: demon (with slight modifications)
* Attempt to fix conflicts with a local getopt.h (specifically, the fix isWill Andrews2001-03-052-2/+2
| | | | for libgnugetopt's getopt.h). Not tested, but should work.