Commit graph

45 commits

Author SHA1 Message Date
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
wiz
12df53ad32 Bump firstlevel depends for speex shlib major bump. 2004-07-23 15:49:46 +00:00
salo
9ba8196a22 Follow libogg into multimedia/. 2004-04-12 23:15:01 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
wiz
1b2f29298c Convert to buildlink3. 2004-02-19 10:47:28 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
wiz
c632d292ab Update to 1.0.1:
ogg123

    * Support for playing FLAC and Speex files. Both the native FLAC and
      Ogg FLAC varieties are supported. Special thanks to OldMan, adiabatic,
      and smack from #vorbis for sponsoring the development of this feature.
    * Send correct User Agent and Accept strings in the HTTP 1.1 headers
    * Fixed bug preventing the status line from showing the total time
      information in certain circumstances
    * Fixed a pthread crash bug on certain platforms (like NetBSD)
    * Added support for the --end option to specify at what time
      playback should stop. Both --skip and --end also now accept times in
      hh:mm:ss format. Thanks to Hans Schou.
    * If the --skip option is greater than the length of the file,
      ogg123 now terminates with an error.

oggdec

    * Fixed small memory leak.
    * Fixed error that caused oggdec to crash when output file was not
      specified.

oggenc

    * Patch from Jordan Mendelson to support reading little-endian AIFF
      files (which happen to be made by MacOS X when ripping CDs?).
    * --scale option to allow scaling the volume of the input. Helps
      with clipping inputs.
    * Fixed usage messages.
    * 24 bit input support
    * FLAC and Ogg FLAC read support. Comments from the FLAC file are
      preserved unless explicitly dropped with the --discard-comments option.
      Also funded by OldMan, adiabatic, and smack.
    * Less frequent status updates.

ogginfo

    * Minor typo and portability fixes.
    * Emits fewer spurious errors when minor errors are detected.
    * Return a useful status code.
    * Fixed overflow bug on really long files.

vcut

    * Patch from Jared Anderson allows the cutpoint to be specified in
      (integer) seconds by prefixing it with a +.

vorbiscomment

    * More forgiving of Ogg files that begin with garbage (like ID3v2
      tags).
2003-12-08 14:43:48 +00:00
reed
fa3c311942 For some reason patch-aa had a reject with gnu diff 2.8.1. So I remade
patch and updated distinfo. (Okay'd by wiz.)
2003-10-28 12:32:42 +00:00
explorer
6b83bd0f31 add a patch to stop crashing on -d '' or -G '' which abcde wants to use when
a date or genre is unknown
2003-09-05 19:16:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
fd5706d781 Turn off debugging output, enabled for testing of the previous change.
Bump PKGREVISION.
Closes PR 22131.
2003-07-13 21:04:20 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
51b16c27be Fix two pthread programming problems; now ogg123 doesn't dump core
with native libpthread (so far).
With hints and explanations from Nathan J Williams -- thanks!
Bump PKGREVISION.
2003-07-12 22:35:29 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
salo
26114542cd USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 11:46:02 +00:00
heinz
b9527769e0 typo fix 2002-11-11 19:50:57 +00:00
mycroft
277ee8c154 Sync PLIST. 2002-09-22 17:14:59 +00:00
uebayasi
9046309a0e Bump PKGREVISION. Pointed out by wiz. 2002-09-16 14:51:21 +00:00
uebayasi
df631889ee Add a missed dependency on libiconv. PR#18304 by Christopher Richards. 2002-09-16 14:43:15 +00:00
pooka
6cd70da116 note that:
* OSS is used by default, not null
* default_driver, not default_device

noted by Ilpo Ruotsalainen
2002-09-09 08:37:22 +00:00
jlam
e7d410e198 Use curl/buildlink2.mk instead of directly depending on curl as we need the
headers and libraries from the curl package during the build and this
package uses buildlink2.
2002-09-05 21:03:49 +00:00
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