Commit graph

20 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Johnny C. Lam
d8f92a1509 ossaudio.buildlink3.mk has been replaced by oss.buildlink3.mk. 2006-03-09 21:02:03 +00:00
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00
Leonard Schmidt
b89552a10d Update to 1.0.2; the GTK interface has been removed in 1.0.
Version 1.0.2 - Sat, 30 Aug 2003
================================
General:
- Fixed bug in mixer_common.c that caused the ncurses UI to display the
  wrong device but with the wrong channel numbers when saving or loading
  settings. This bug was introduced in 1.0.1 because I didn't test enough
  when I changed the inverted loops to normal. This happened because the
  current mixer wasn't reserved when returning from the settings_save() or
  settings_load() functions, now it is.
- Fixed a bug that could have caused segmentation fault when Umix quits.
  mixer_close() was free():ing something that cannot be freed, this leads back
  to when I removed plugins and didn't check this.
  Again, thanks to Andrew B. Collier for helping.
Ncurses UI:
- Cleaned code up (somewhat) and moved stuff to their own functions.

Version 1.0.1-1 - Tue, 26 Aug 2003
==================================
General:
- Fixed a stupid double semicolon in mixer.c, should now build with gcc
  version 2.9.x. Thanks to Andrew B. Collier for reporting this. Nothing else
  changes, just this and the source tarball version number.

Version 1.0.1 - Sat, 23 Aug 2003
================================
General:
- The default mixer device is again '/dev/mixer', I changed it back at some
  point but don't remember when. Use
  `./configure --with-mixer-dev=/dev/sound/mixer' if you are using devfs.
- Changed the saving settings message.
- Moved stuff in umix.c to their own functions.
- General code cleanup.
- Fixed an off-by-one bug in the oss driver when updating values from the
  mixer which might have caused passing the wrong parameter to ioctl.
- Updated the test() function.
Packages:
- Fixed Debian package version number in debian/changelog, was 0.9.1, now
  1.0.1.
- Updated Gentoo ebuild from the portage tree.
2005-08-11 15:01:56 +00:00
David Brownlee
85699404be Update for jlam's pkg-config changes.
Note these changes have not all been tested, so it is quite possible
that some are necessary but not sufficient.
2005-08-11 10:08:21 +00:00
Thomas Klausner
ba298945c1 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:33:56 +00:00
Dieter Baron
5b4276e530 mk/autoconf.mk and mk/automake.mk have been removed. Replace their
usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake"
or "automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just
use aclocal, autoconf, etc.  (hi jlam!)
2005-06-08 15:46:59 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Todd Vierling
a69a1c375c Nix LIBTOOL_LA_FILES usage. 2004-09-27 14:50:47 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Todd Vierling
3258328d22 Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
2004-08-17 18:26:11 +00:00
Soren Jacobsen
38c5b4dd13 Convert to buildlink3. Fix PLIST. Nuke bogus patch. 2004-05-04 02:37:44 +00:00
Soren Jacobsen
ac887046bf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:56:03 +00:00
grant beattie
b82ee9e606 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:32:43 +00:00
pancake ;)
383a9d502d Patch some programs 2003-08-25 00:00:43 +00:00
Julio Merino
ef90a2fb47 Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:46:05 +00:00
Chris Pinnock
8917d5a3a0 Duplicate USE_LIBTOOL 2003-04-13 14:40:10 +00:00
Chris Pinnock
b35eb67871 lint and use AUTOMAKE_REQD 2003-04-13 14:39:43 +00:00
Chris Pinnock
0325fd3eb0 Initial input of umix 1.2 into pkgsrc-wip.
Umix is a program for adjusting soundcard volumes and other
features in soundcard mixers. You can control your volumes, balances 
and recording sources flexibly from the command line, with a ncurses 
user interface with familiar vi/emacs keybindings or with a GTK+2 
graphical UI. Umix supports multiple mixer devices and all mixer 
drivers and UI's are dynamically loaded at runtime as plugins. All 
settings can be saved and loaded from a file.

From cez at compsoc dot man dot ac dot uk in NetBSD PR#19062.
2003-04-13 14:37:02 +00:00