summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Paraphrase COMMENT.sobomax2000-07-181-1/+1
| | | | | PR: 19985 Submitted by: Ports Furry
* Fix sound file read/write/import/export.steve2000-07-164-4/+4
| | | | | PR: 19895 Submitted by: maintainer
* Update port to 0.12jedgar2000-07-163-3/+2
|
* Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr):alex2000-07-161-1/+1
| | | | | | | /usr/bin/gzip --> ${GZIP_CMD} PR: 19942 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.7.will2000-07-153-5/+2
| | | | | PR: 19931 Submitted by: maintainer
* Use GTK_CONFIG instead of hardcoded gtk12-config; support CFLAGS properly;will2000-07-153-17/+29
| | | | | | | support NOPORTDOCS. PR: 19923 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add post-install target in order to compress workmandb.5, too.alex2000-07-141-0/+3
| | | | Noticed by: bento
* Fix the build for older versions of gcc by renaming *.s -> *.S.jim2000-07-131-0/+8
| | | | | PR: 19846 Submitted by: maintainer
* - Update to version 2v2sobomax2000-07-1319-95/+272
| | | | | PR: 19759 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.2.2.sobomax2000-07-123-2/+5
|
* Update to version 7.b2taoka2000-07-116-122/+389
| | | | | | | | Change maintainer from kris to Vladimir Silyaev PR: 19589 Submitted by: Vladimir Silyaev <vns@delta.odessa.ua> Approved by: old maintainer, kris
* Activating the grip and rio500 ports.steve2000-07-101-0/+2
|
* Adding rio500 version 0.6.steve2000-07-105-0/+84
| | | | | | | Utilities for the Diamond Rio500. PR: 19195 Submitted by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
* Add grip version 2.94.steve2000-07-106-0/+76
| | | | | | | GTK-based front-end to external cd audio rippers and mp3 encoders. PR: 19167 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Update to 2.9.5.knu2000-07-083-3/+3
| | | | | PR: ports/19776, ports/19777 Submitted by: Maintainer
* Fix a typo -- GTK_CONFIG used in place of GLIB_CONFIG.dannyboy2000-07-071-1/+1
| | | | | PR: 19758 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-077-34/+53
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Don't install the CVS junk with the help files.steve2000-07-071-0/+13
| | | | | PR: 19734 Submitted by: maintainer
* Update to version 0.2.1.steve2000-07-077-17/+111
| | | | | PR: 19674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update audio category Makefile and modules for bwap -> teknap. Removewill2000-07-061-1/+1
| | | | bwap port, obsoleted by teknap.
* After repocopy from audio/bwap to audio/teknap,will2000-07-065-458/+593
| | | | | | | | | | * update to teknap 1.0. * add gtk support. * new master site. * fix -lc_r bungle; use -pthread proper. (my fix) PR: 19721 Submitted by: maintainer
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Update for more simple.nakai2000-07-052-6/+30
| | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Remove extraneous directories on deinstallkris2000-07-031-0/+2
| | | | Noticed by: bento
* Add RUN_DEPENDS on gnomecontrolcenter to properlysobomax2000-07-031-0/+1
| | | | | | | remove share/gnome directory. PR: 19666 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* o Turn off the build of xcdrdao:motoyuki2000-06-303-29/+43
| | | | | | | | | | | | | | | Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility of GTK--. If GTK-- is installed, cdrdao port always tries to build xcdrdao, and fails. o Support 5-current. o Do not use posix-threads by default due to thread scheduling problem. o Change the address of maintainer. PR: ports/19504 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
* Update to 2.6.1.sobomax2000-06-302-4/+6
| | | | | PR: 19597 Submitted by: Trevor Johnson <trevor@jpj.net>
* Change MAINTAINER.sobomax2000-06-301-2/+2
| | | | | PR: 19595 Submitted by: MAINTAINER
* Fix EsounD daemon and library insecurities noted on BugTraq.green2000-06-304-0/+107
| | | | | | | | | | | | | | | | | | | Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/. Also, the ~/.esd/socket of course needs only be 0644. Two macros had to be backed up by functions which returned a static buffer. These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME, both return constant strings as the new functions esd_unix_socket_dir() and esd_unix_socket_name(), so the static buffers are not particularly evil. The fix has been tested (without needing recompilation) by the most important EsounD-related apps, esd and XMMS, and works perfectly in both cases. It will be submitted to the EsounD maintainer to be fixed in the source distribution ASAP. Approved by: Security Officer Kris Noticed by: Stan Bubrouski <satan@FASTDIAL.NET>
* New port xwave - a wave record/play/edit utility.sobomax2000-06-2911-0/+304
| | | | | | PR: 19200 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD
* Activate libsidplay.sobomax2000-06-291-0/+1
|
* Make it to be a real sidplay (not libsidplay).sobomax2000-06-293-21/+15
| | | | | PR: 19516 Submitted by: MAINTAINER
* Forgot to update COMMENT.sobomax2000-06-292-2/+2
| | | | | PR: 19515 Submitted by: MAINTAINER
* Remove unneeded USE_XLIB.sobomax2000-06-292-2/+0
|
* Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also updatesobomax2000-06-296-14/+20
| | | | | | | to 1.36.40. PR: 19515 Submitted by: MAINTAINER
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-294-4/+8
| | | | MASTER_SITE_LOCAL site.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-292-2/+4
|
* - Update to version 3.3.2alex2000-06-2816-60/+305
| | | | | | | | | - Add WWW: line into pkg/DESCR - Add INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE PR: 19521 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 2.1.1alex2000-06-289-87/+93
| | | | | PR: 19362 Submitted by: maintainer
* Update maintainer email.alex2000-06-281-1/+1
| | | | | PR: 19320, 19321, 19322 Submitted by: maintainer
* Fix for phk's bio changes (>= 500003)alex2000-06-271-0/+13
| | | | | PR: 19454 Submitted by: Mike Meyer <mwm@mired.org>
* Make sure to have plugin directory.ume2000-06-262-4/+16
| | | | Reported by: Yoshikazu GOTO <goto@snowy.to>
* Use X11BASE instead of PREFIX for BUILD_DEPENDS and remove unneeded PREFIXsobomax2000-06-262-4/+4
| | | | for RUN_DEPENDS.
* Update port to 0.11jedgar2000-06-243-3/+3
|
* Unbroke the port.sobomax2000-06-232-5/+4
|
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-4/+6
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use MASTER_SITE_SUNSITE to MASTER_SITESsobomax2000-06-232-18/+10
| | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add USE_NEWGCC.sobomax2000-06-233-0/+3
| | | | Submitted by: bento
* Activate gkrellmvolume.ume2000-06-221-0/+1
|
OpenPOWER on IntegriCloud