summaryrefslogtreecommitdiff
path: root/audio/xmixer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark this broken.Trevor Johnson2000-11-023-5/+6
| | | | | | | | | | | | | | | | | Mention conflict with audio/gmixer. Set maintainer to ports@FreeBSD.org. (gdb) bt #0 0x280eeaf6 in _XtCountVaList () from /usr/X11R6/lib/libXt.so.6 #1 0x280ee07f in XtVaSetValues () from /usr/X11R6/lib/libXt.so.6 #2 0x804ae1a in CbMute () #3 0x280c2815 in XtCallCallbackList () from /usr/X11R6/lib/libXt.so.6 #4 0x8051f97 in Notify () Submitted by: Frederik Meerwaldt <frederik@freddym.org> Notes: svn path=/head/; revision=34682
* Implement USE_GTK, part 1.Jeremy Lea2000-10-051-6/+1
| | | | Notes: svn path=/head/; revision=33424
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-073-25/+33
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* update WWWMichael Haro2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26231
* add dependency on gtk. found by bentoMichael Haro2000-01-221-0/+2
| | | | Notes: svn path=/head/; revision=24920
* Import of xmixer.Chris Piazza1999-11-1410-0/+167
Xmixer includes two programs, xmixer and gmixer. xmixer uses Athena widgets and gmixer uses GTK+. It can change the volume for multiple devices, select input device(s) for recording, hide devices you don't want to see, and has batch support. PR: 14555 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=23101