Commit graph

2050 commits

Author SHA1 Message Date
seb
54f8f25d45 Convert to USE_NEW_TEXINFO. 2003-06-26 18:01:27 +00:00
seb
a3af2cec6f Convert to USE_NEW_TEXINFO. 2003-06-26 17:16:53 +00:00
seb
ff50731ecf Convert to USE_NEW_TEXINFO.
XXX Only one of RPLAY.info and rplay.info info files is registered
in the Info directory file. This is because install-info(1)
is case insensitive when dealing with info file filenames.
Unless RPLAY.{info,texi} are renamed I do not see a clean way
to get around this...
2003-06-26 16:39:45 +00:00
seb
805bfc44c0 Convert to USE_NEW_TEXINFO. 2003-06-26 13:48:55 +00:00
seb
29972175c2 Convert to USE_NEW_TEXINFO. 2003-06-26 13:34:05 +00:00
seb
e81d605bf9 Convert to USE_NEW_TEXINFO.
While here conform to canonical pkgsrc documentation directories.
Bump PKGREVISION.
2003-06-26 12:42:30 +00:00
salo
8f20cd65e9 Add toolame. (hi mrg!) 2003-06-26 03:44:32 +00:00
salo
3b9f109984 Restrict the package to NetBSD and Linux, as it doesn't compile elsewhere in
its current state.
Remove unused target, style nits.

If anyone is interested:
FreeBSD patches: http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/cdparanoia/files/
OpenBSD patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/cdparanoia/patches/
2003-06-23 15:34:21 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
grant
b061508848 use ${BUILDLINK_LIBICONV_LDADD} instead of blindly adding -liconv to
LIBS, allowing buildlink2 to do its magic. tested on Slackware 8.1.
2003-06-23 07:57:05 +00:00
wiz
dd2f0dc922 Uppercase MPEG, remove 'toolame is an' from COMMENT. 2003-06-23 07:17:57 +00:00
mrg
2813289d81 import new package for "toolame":
tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder.  It is based heavily on
    - the ISO dist10 code
    - improvement to algorithms as part of the LAME project: www.sulaco.org/mp3
    - work by Michael Cheng and other contributors (see CONTRIBUTORS)
2003-06-23 07:07:26 +00:00
seb
38e7c67eac Fix a typo in patch-ad that prevented the `template' command of cddb-tool
to work.

Bump PKGREVISION.

XXX jot is not really portable to !*BSD platform, is it ?
2003-06-19 22:42:31 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
cjep
fc139a1628 Add NetBSD RCS tags 2003-06-13 10:55:25 +00:00
wiz
8f8102b615 Move part of DESCR to MESSAGE. 2003-06-13 08:01:42 +00:00
uebayasi
5276a88da5 Update HOMEPAGE. 2003-06-13 00:06:37 +00:00
abs
b7e4d4cfe3 if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk"
Fixes gcc3 'Canadian' build issue (Can now find gcc_eh)
No change to non gcc3 compiled packages
2003-06-12 15:48:17 +00:00
jdc
ae68a70eb6 Increment package revision (to 2) for curses and ncurses fix. 2003-06-10 20:46:49 +00:00
jdc
8f29583fdc Make cda build with either curses or ncurses by putting a conditional
in the Imakefile and testing this in visual.c.
Fixes PR pkg/21839 by Matthias Scheler (thanks for testing the fix).
2003-06-10 20:45:35 +00:00
wiz
57b3f452aa Fix PKG_SYSCONFDIR usage. Noted by salo. Let's assume not too many
binary packages have been built in the last hours, and forget about
the PKGREVISION bump.
2003-06-10 12:59:47 +00:00
salo
c3817bd126 Add bunch of missing 1.5* and 1.6* patterns to INCOMPAT_CURSES. 2003-06-10 12:01:10 +00:00
wiz
10f7a5f583 Update to 2.1.4, from Juan RP in PR 21671:
abcde 2.1.4:

  * Small bug fixes:
    + COMMENT should work now.
    + Aesthetic padding on the total amount of tracks.
    + CDROM typo
    + CDROM is now checked after reading the user defined entries.
  * Remove trailing args from $EDITOR when checking -x: Closes #179222.

abcde 2.1.3

  * Makefile was missing cddb-tool.1.
  * Introduced dagrab as CD ripping utility.
  * cddb-tool seq calls converted to functions. No more distro dependencies.
  * WGET* variables converted to HTTPGET* variables. FreeBSD can safelly use
    fetch.
  * More FreeBSD specific bits: CDROM and EJECT changes.
  * Typo in abcde.conf
  * Added CDDBPROTO for specifying the protocol level of the cddb query.
  * CDDB protocol upgraded to 5. CDYEAR and CDGENRE are now used for CD
    tagging.
  * COMMENT is now used for inline tagging with oggenc (my mistake it was
    missing): Closes: #191475.

abcde 2.1.2

  * Documentation updates: Closes: #186230.
  * Usual set of bug fixes and corrections.
  * Default behaviour of VAOUTPUTFORMAT output changed to avoid multiple
    directories for a same album. I think the format is more logical, and you
    can always split the files once they are created.
  * Padding track wavs with 0 so if you want to burn those wavs just cdrecord
    *.wav will do it. Use "-p" to force it when encoding a small (<9) number
    of files (Closes: #111627).
  * Added "KEEPWAVS" as a variable to keep those wavs. Default is "no". Can
    use also "-k" in the command line. (Closes: #160372).
    This probably should be changed with an option to move the wav files to
    another directory instead of just keep de abcde.<cdid> directory.
  * Added documentation comments about OUTPUTTYPE (Closes: #184963).
  * abcde.conf cleanup: (Closes: #186230, #187400).

abcde 2.1.0-3

  * Since abcde does not depend on eject, an execution test ([-x]) was added,
    but that means abcde needs a test for eject in the patch if -x is passed:
    Closes: #184151.
  * Merged some more bits from Marc 'HE' Brockschmidt: Closes: #126289.
  * A bit of more info in abcde.conf: Closes: #184963.
  * cddb-tool version updated to 0.4.2

abcde 2.1.0-2

  * Old version string left behind. Updated.
  * Few more doc update bits.
  * Patches from Marc 'HE' Brockschmidt: Closes: #149499.
  * Small patch from Norbert Preining to support multiple output in the output
    directory.
  * cddb-tool parses CDYEAR with the help of awk: Closes: #114848.
  * cddb-tool does not globe "*" characters anymore: Closes: #157448.

abcde 2.1.0
  * The infamous "Works for me(TM)" and "Time to release" release.
    + We preppend track number now: Closes: #128966.
    + Itegrate flac: Closes: #126311.
    + Multi-format encode: Closes: #148934.
    + Gapless lame encoding: Closes: #172696.
    + CDROM documented: Closes: #182403.
  * Applied OpenBSD patches to make the script more portable. Thanks to Han
    Boetes.
  * Documentation fixes: closes: #100844, #136741.
  * NetBSD patches applied:
    - EXPERIMENTAL Normalize and Batch support.
    - EXPERIMENTAL FLAC support.
  * EXPERIMENTAL multiple output support:
    + multiple output and error checking
    + multiple lists support
  * Default output file changed to have the $track_number in the begining.
  * abcde takeover.
2003-06-10 06:29:06 +00:00
jdc
e01687b4d0 Make xmcd use native curses in 1.6T and forward by replacing calls to
putp(cursor_*) with curs_set().
Fixes lib/20030 by Thomas Klausner.
2003-06-09 19:01:12 +00:00
grant
d0cad21edf drop some unneeded parens 2003-06-08 15:30:08 +00:00
grant
89e0b0b7be set USE_GCC_SHLIB.
sort USE_* variable block while I'm here.
2003-06-08 14:35:57 +00:00
grant
56c5611937 use MASTER_SITE_SOURCEFORGE. 2003-06-08 14:14:33 +00:00
cjep
b184c1e87e Truncate COMMENT to under 70 characters 2003-06-07 14:47:16 +00:00
cjep
7768c531ee Add NetBSD RCS tags. 2003-06-07 14:37:01 +00:00
abs
86777cacda Escape newlines in literal string for gcc3.
No change to compiled package.
2003-06-07 11:06:13 +00:00
drochner
3be291c763 use LINK_ALL_LIBGCC_HACK instead of $(WHOLE_ARCHIVE_FLAG) -Wl,-lgcc
$(NO_WHOLE_ARCHIVE_FLAG)
2003-06-06 19:31:55 +00:00
drochner
92e1239e25 call "sysctl" by full path to make the build work with a conservative PATH 2003-06-06 19:29:03 +00:00
jmmv
04284b05a5 Install example files in the examples tree. Fix references to installed
configuration files in the rplayd(8) manpage.  Bump PKGREVISION to 1.
2003-06-06 10:31:08 +00:00
wiz
4aebc3d1ac Fix path to speex, and bump PKGREVISION here too.
Obviously unused...
2003-06-05 20:55:59 +00:00
wiz
4efc0a730a Bump PKGREVISION: does not depend on fftw any longer (via libsamplerate). 2003-06-05 20:54:27 +00:00
wiz
b0058ff401 Add test target; depends on fftw2.
Remove bogus fftw[3] dependency.
fftw dependency also not needed in buildlink2.mk, so remove it there
too and bump PKGREVISION.
2003-06-05 20:53:23 +00:00
wiz
0d147135e8 Update speex to 1.0.1, and bump sweep PKGREVISION for it. 2003-06-05 13:19:30 +00:00
wiz
3d512c0ad6 Update to 1.0.1:
This release fixes several minor bugs that were found in version
1.0 as well as a major bug in the wideband encoding. This makes
files encoded with 1.0 play with lower quality on 1.0.1 decoders.
2003-06-05 13:18:10 +00:00
wiz
a79924e7eb Update to 0.28, from Soren Jacobsen in PR 21790.
* Added ability to add the CRC-32 value (for files with ID3 tags only) as
  default comment when using scanner (thanks to Oliver),
* Added ability to write the playlist with DOS directory separator (thanks
  to Oliver),
* Added ability to write the playlist in the parent directory (thanks to
  Oliver),
* Fix for Ogg Vorbis files : skip the ID3v2 tag (if it exists) to open the
  file without error,
* Bugfixes in the playlist generator (character replacement, ...),
* Fixed refreshing of file path when renaming a directory,
* Now the configuration and history files were created at the start up to
  avoid error messages,
* Added some patch for NetBSD (thanks to Soren Jacobsen),
* French translation updated,
* German translation updated (thanks to Götz Waschk).
2003-06-05 06:54:53 +00:00
jschauma
95bae37673 Lets make this patch a little neater. 2003-06-03 15:43:49 +00:00
jschauma
2574d8083b Update of Mixer.app from 1.7.0 to 1.8.0, per PR pkg/21278.
From Changelog:
- Now supports all mixer sources. NOTE! The source names have
  been changed. See "Mixer.app -h".
- Added alternative skin submitted by Hans D. <barross@web.de>.
- Fixed warnings when compiling with GCC 3.2.
- Added OpenBSD support (thanks to ptiJo <ptiJo@noos.fr>).
2003-06-03 15:35:59 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
is
53a3562505 In audio_sun.o, obey the environment variable AUDIODEV. Allows for output
on SunRay machines.
2003-06-02 12:38:45 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
44071c0d76 Add and enable xmms-liveice. 2003-06-01 12:28:11 +00:00
jmmv
ec94fa2670 Initial import of xmms-liveice, version 1.0.0:
The LiveIce plugin for XMMS allows you to use XMMS for streaming music
(or whatever) to Icecast servers.  Multiple bitrate streams and title
streaming is not supported though.

Package initially provided by Juan RP in pkgsrc-wip with some changes by me.
2003-06-01 12:27:43 +00:00
tron
5f9f1cfc1f Fix broken dependence on "mpg123" package. 2003-06-01 09:52:59 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
markd
8a14f6bc7f Explicitly disable cdparanoia (for now) and explicitly locate libvorbis. 2003-05-30 12:53:43 +00:00
markd
3fbb17b450 Add ogg vorbis support.
Add missing header file to buildlink2.mk
Bump PKGREVISION
2003-05-30 12:49:09 +00:00