Commit graph

24 commits

Author SHA1 Message Date
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
lukem
9343fbe7ab Update to vorbis-tools 1.0.
(Removed point-patches needed for 1.0rc3)
2002-08-05 13:12:43 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
lukem
5be94b56ad Add patches derived from the xiph.org CVS repository to fix ogg123 bugs in
1.0 rc3, and crank to nb1 whilst here:

- patch-aa:
	the mutex and the condition variables are not owned by the buffer
	thread, but by the buffer itself.  don't destroy them when the thread
	dies, but when the buffer itself dies.  fixes #112.

	[ patch suggested by Christian Weisgerber <naddy@mips.inka.de>
	  in private email ]

- patch-ab:
	Some fixes to how audio writes are handled.  Closes #127.
2002-03-19 07:48:43 +00:00
itojun
fcdf11c659 ogg123 can fetch *.ogg file over IPv6 2002-02-19 05:54:31 +00:00
wiz
1d16c2fcee Add some man pages. 2002-01-14 17:54:07 +00:00
tron
f95b291ce3 Use wildcard dependence on "curl" package to fix problems after that
package has been updated.
2002-01-14 12:05:14 +00:00
tron
912c2c36cc Fix package list lossage caused by update to version 1.0.0.7. 2002-01-03 19:56:38 +00:00
wiz
955c70798c Fix comment, and remove inclusion of bsd.prefs.mk, since we do not check
which pthread library will be used.
2002-01-03 01:37:19 +00:00
lukem
e41475f25f Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3). Various changes,
including the new dependency on curl and pth packages, and some new
command line options for some of the tools. Other changes not available
due to lack of changelog or release notes for this version...
2002-01-02 12:45:41 +00:00
zuntum
4bd6ecc9c5 Move pkg/ files into package's toplevel directory 2001-11-01 00:17:43 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
ee8301562a Find libraries in ${BUILDLINK_DIR}/lib and mark as USE_BUILDLINK_ONLY. 2001-08-23 16:54:37 +00:00
lukem
1a66dec218 i'm the maintainer now 2001-08-16 05:16:29 +00:00
lukem
ca411d41b5 s/.ogg123rc/.libao/ 2001-08-14 15:15:06 +00:00
lukem
f074a139e9 update from vorbis-tools-1.0rc1 to vorbis-tools-1.0rc2
changes include:

ogg123:

* The default output device is now set in the libao configuration
  files.  A future release of ogg123 will allow a configuration
  option to override the libao default.  In this release, the ogg123
  config files are ignored.  Note that most systems will not need to
  override the default selected by libao.
* The -f is now used to set the output filename when writing
  audio to a file.  Default filenames are no longer supported.

oggenc:

* Correct UTF8 encoding, so that non-ASCII comments can be encoded correctly.
* Better input file handling, including wav parser bugfixes.

ogginfo:

* Simple file integrity checks are now performed on the Ogg files.
* Only the info for the first logical bitstream of a chained file
  will be displayed.

vorbiscomment:

* append mode added for appending comments to an existing file.
* More user-friendly interface.
* Major bugs in file-rewriting core fixed.
* Processing with vorbiscomment will fix a number of common problems
  with ogg files.

vcut:

* New utility for sample-accurate manipulation of vorbis files without
  requiring reencoding
2001-08-14 15:11:59 +00:00
lukem
38eaabc156 update vorbistools from 1.0beta4 to 1.0rc1, including:
- use buildlink
- remove unnecessary patches for stuff now fixed in main distribution
- modify patch-aa to fix ogginfo man page installation
2001-08-08 10:05:30 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wiz
b0d8fef6f5 Make dewey in PKGNAME sane, and update dependencies. 2001-04-05 13:18:51 +00:00
wiz
187f7018aa Add a patch supplied by Christian Weisgerber <naddy@openbsd.org>:
Remove shared memory segments (created when using -b) after exiting.
2001-03-23 16:18:56 +00:00
wiz
c403a528b8 replace "oss" by "sun", since libao-0.6.0nb1 comes with NetBSD audio
support.
2001-03-20 10:01:40 +00:00
wiz
d268bd3870 Don't default to oss, use the standard way (null device). Note in a
MESSAGE how to set the default to oss. By Jeremy C. Reed.
2001-03-15 21:42:43 +00:00
wiz
8001bda8b4 Initial import of vorbis-tools: Ogg Vorbis encoder and player.
Replaces audio/vorbis.
Package by Jeremy C. Reed, submitted in pkg/12415.
(Note: -d wav output seems to be broken right now, output to /dev/audio
works fine.)
2001-03-15 20:53:06 +00:00