Commit graph

1252 commits

Author SHA1 Message Date
drochner
d8bacde157 this patch was superfluous 2001-08-10 10:37:45 +00:00
wiz
e68c248c58 Add sha1 for patch-ad. 2001-08-09 19:38:22 +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
lukem
a89e371921 update libvorbis from 1.0beta4 -> 1.0rc1, including removing a bunch
of patches which are now in the mainline code
2001-08-08 09:55:28 +00:00
lukem
411c6c541c update libogg from 1.0beta4 -> 1.0rc1 2001-08-08 09:46:53 +00:00
lukem
5fefcf266b update to version 0.7.0 2001-08-08 09:18:28 +00:00
fredb
34a7c6f631 Regen. 2001-08-05 15:22:11 +00:00
fredb
69fb3a1966 Make this build. 2001-08-05 15:21:34 +00:00
christos
33d5f87cd4 remove package (requested by Dolby Laboratories) 2001-08-04 00:10:56 +00:00
wiz
6ea4ec6acc Note ID3v2 support in COMMENT, too. 2001-08-03 17:08:48 +00:00
wiz
def32db55b Note id3v2 support. 2001-08-03 17:07:54 +00:00
wiz
62aabaedc9 Update to 0.15. Lots of changes, most important of which is partial ID3v2
support via id3lib.
2001-08-03 17:07:24 +00:00
wiz
1ab913a92c make the PKGNAME dewey-compatible. 2001-08-03 17:05:16 +00:00
wiz
fb52df3035 Add buildlink file for use by other packages. 2001-08-03 17:03:30 +00:00
drochner
59cf9a112d enable recent additions 2001-08-02 18:28:21 +00:00
drochner
9f65a88ccd initial import of mp3_check, just another mp3 file integrity checker 2001-08-02 17:50:25 +00:00
drochner
fdd3c1549b update to 0.6.3, available from another location
changes: don't know, but at least we got a manpage now
2001-08-02 17:48:13 +00:00
drochner
913a35a112 update to 0.96
pkgsrc related changes:
  use libmpeg3 from pkgsrc
from the announcement:
                    Mute and Solo buttons!
                    MP3 Exporting (including ID3 support)!
                    Improved Amplify effect!
                    New FFT Filter effect!
                    New Phaser effect!
                    New Wahwah effect!
                    Improved Preferences!
2001-08-02 17:45:32 +00:00
drochner
1f15175c4a remove unnecessary patch 2001-08-02 17:39:16 +00:00
wiz
b335a408dd Update to 0.5:
* fixed problem when writing to a file
* fixed problem with Turrican 2 World 2 Song 0 and others
2001-08-01 13:55:31 +00:00
drochner
18ffcd3f55 id3lib addition 2001-07-31 14:30:02 +00:00
drochner
cb9a77636d initial import of id3lib-3.8.0pre1,
a library for manipulating ID3v1 and ID3v2 tags
2001-07-31 14:28:00 +00:00
drochner
82e0befeb4 update to 3.89
pkgsrc related changes:
-use default install, so we get the library installed too
 (needed eg. as audacity plugin)
-this version knows about libffm (on alpha), removed corresponding
 patches (untested)
changelog:
LAME 3.89alpha   July 5 2001
    John Stewart:  long filename support for Win9x/NT.
    Takehiro Tominaga:  LAME can calculate the CRC of VBR header, so now
	"lame -pv" works fine.
    Robert Hegemann:  Improvements of the new VBR code.
    Robert Hegemann: New VBR code is now defaulted. The VBR speed is now on par
	with CBR. We will use the old VBR code in the release.
    Gabriel Bouvigne: Change of the maximum frame size limit. LAME should now
	be more friendly with hardware players.
    Gabriel Bouvigne: Size of VBR is now more balanced according to
	the -V value.
    Alexander Leidinger: Finished the implementation of the set/get functions.
    John Dahlstrom: LAME now handles 24bits input
    Mark Taylor: bugs in lame --decode causing truncation of mp3 file fixed
    Mark Taylor: preliminary --nogap support
    "Final" API completed: shared library safe!  This API is frozen and should
	be backwords compatiable with future versions of libmp3lame.so, but we
	will continue to add new functionality.
LAME 3.88beta   March 25 2001
    A lot of work that was never added to the History!
    Frank Klemm and Gabriel Bouvigne:  New ATH formula.  Big improvement for
	high bitrate encodings.
    Takehiro Tominaga: Temporal masking
    Gabriel Bouvigne/Mark Taylor: auto adjustment of ATH
    Robert Hegemann:  Better outer_loop stopping criterion.  Enabled
	with -q2 or better.
    Robert Hegemann/Naoki Shibata:  slow/carefull noise shaping.
	-q3..9:  amplify all distorted bands.
	-q2: amplify distorted bands within 50%.
	-q1-0: amplify only most distorted band at each iteration.
    Takehiro Tominaga: Interframe, shortblock temporal masking.
    Takehiro Tominaga:  LAME restructured into a shared library and front end
	application.  Slight changes to the API. More changes are coming to
	turn LAME into a true shared library (right now you have to recompile
	if you upgrade the library :-(
    Naoki Shibata:
        improvements to psychoacoustics (--nspsytune)
        BUG in long block pre echo control fixed (some out of range array
	access in M/S psychoacoustics)
    Ralf Kempkens:    Visual Basic Script for lame, suggested to put it on your
	Windows Desktop and you can drag'n'drop Waves to encode on it.
    Alexander Stumpf:    improved lame.bat for 4Dos users
    Mark Taylor: Several bugs fixed in the resampling code.
    Frank Klemm, Robert Hegemann:    added assembler code for CPU feature
	detection on runtime (MMX, 3DNow, SIMD)
    Takehiro Tominaga: 3DNow FFT code.
    Florian Bome, Alexander Leidinger:    more work on configure stuff
    Alexander Leidinger:   automake/libtool generated Makefiles and TONS of
	other work.
    Alexander Leidinger:   Much work towards shared library style API.
    Anonymous: New more efficient RTP code.
    Mark Taylor: psycho-acoustic data now computed for all scalefactor bands
	(up to 24khz)
    Mark Taylor, Takehiro Tominaga: All ISO table data replaced by formulas -
	should improve MPEG2.5 results for which we never had correct
	table data.
2001-07-31 14:23:01 +00:00
drochner
a836658365 update to 1.2.2
This release has the -n option back again
   due to popular demand. A new option (-S) has been added to create a
   default CDDB server configuration. Couple of bugs in front-bottom
   text fixed. Minor change in size of sideflaps.
2001-07-31 13:54:35 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
nra
01ff43ed03 Update xmcd to version 3.0.1. Addresses PR 13519 by Kevin Sindhu.
Ver 3.0 patchlevel 1 released Sat Jul 14 19:58:39 PDT 2001
----------------------------------------------------------
CD-ROM drive support changes:

    - Added a new "scsiVersionCheck" parameter to the device.cfg file.
      This is to make the CD-ROM drive SCSI-2 version checking in xmcd
      and cda configurable.

OS Support changes:

    - Re-introduced support for the OpenVMS operating system on Alpha AXP
      and VAX platforms.

    - Added code to support for IDE/ATAPI drives on the OpenVMS platform.
      Since OpenVMS supports these drives via SCSI-emulation, xmcd should
      be configured for a SCSI device.

Other changes:

    - Replaced the "CDDB disable" button in xmcd with the "Internet Offline"
      button.  The new "offline" mode differs from the old "disable" mode
      in that CDDB lookups will still occur from the local cache (no Internet
      CDDB server will be accessed).  Also, xmcd's wwwWarp menu entries
      which would invoke a remote web site will be disabled.  This should
      be used when the system is not connected to the Internet (e.g., on
      a dialup connection while not online).  Similarly, the -cddb and
      -nocddb command line options in cda have been changed to -online and
      -offline with the same change in semantics.  The disableCddb parameter
      in common.cfg has also been changed to internetOffline.

    - Fixed a bug that was causing submissions to the CDDB² service to
      fail even though the data is acceptable and the network/servers are
      running fine.

    - Fixed an xmcd problem where the keypad time display and track warp
      slider would freeze when the playback mode is not in segment play
      mode but the main window time display is set to "e-seg" or "r-seg".

    - Fixed a problem with using the xmcd keypad to go to another track or
      disc while playing program or shuffle modes.

    - Removed some conditions that could cause SIGALRMs to be received
      while xmcd is handling X events.  Also, fixed certain situations
      where spawned child processes were handling X events instead of the
      parent.  This was causing sporadic X errors and xmcd crashes.

    - Fixed a bug that caused classic CDDB lookup to fail if HTTP proxy
      authorization is enabled.

    - Changed xmcd to keep the Credit Fullname Wizard window open if a user
      clicks the Credit 'Add', 'Modify' or 'Delete' buttons, or
      select/de-select credit list items.  Also, enhance the data fields
      verification for the full name wizard window.

    - Enhanced xmcd and cda to handle erroneous CDDB data more gracefully,
      where a subgenre is set to the value that of a genre, or where a
      subrole is set to the value of a role category.

    - Fixed a missing single quote in libdi_d/config.sh that was causing
      the script to fail while configuring proxy servers.  Also, fixed
      a problem with reading the device configuration files where the
      wrong device parameters would get used.

    - The install.sh and config.sh scripts will now use nawk if it's
      available on the system.  Otherwise it falls back to using awk.
2001-07-24 16:00:01 +00:00
jlam
6d744e3138 Make USE_BUILDLINK_ONLY true by using a buildlink.mk file for wsoundserver
libraries and using the config wrappers.  Simplify the buildlink.mk
inclusion by just including windowmaker/buildlink.mk instead of all the
graphics libraries' buildlink.mk, and including wsoundserver/buildlink.mk
instead of including libaudiofile/buildlink.mk directly.
2001-07-24 11:04:20 +00:00
jlam
ea9dba85e0 Add buildlink.mk file for use by other package Makefiles. 2001-07-24 10:51:18 +00:00
jlam
1ac553ced7 * Really complete buildlinkization:
* Remove explicit references to /usr/local/include and /usr/local/lib
    added by the configure script.
  * Note that wslib/get-wsound-flags needs to have references to
    ${BUILDLINK_DIR} removed before installation by listing it in
    REPLACE_BUILDLINK.
* Remove patches that add -Wl,-R${X11BASE}/lib to the link flags of
  various libraries and programs.  This already should be passed in via
  LDFLAGS, and if additional flags are needed on Solaris, then we should
  just set the additional LDFLAGS in the package Makefile.
2001-07-24 10:39:01 +00:00
jlam
a5a65af6af sort 2001-07-24 10:25:37 +00:00
wiz
9f05676b57 Add dependency on flac. 2001-07-24 10:14:56 +00:00
wiz
e430fe9fd0 add and enable flac-xmms 2001-07-23 18:16:38 +00:00
wiz
71192795aa Initial import of flac-xmms, the xmms interface for flac, the free lossless
audio codec.
Package provided by Ben Collver in pkg/13415, slightly modified by me.
2001-07-23 18:16:10 +00:00
nra
d5c5dae28a Correct missing buildlink dependencies. 2001-07-23 15:04:47 +00:00
wiz
34d39c2e73 add and enable flac 2001-07-23 13:29:40 +00:00
wiz
e8c490d1ad Initial import of flac-1.0, the Free Lossless Audio Codec.
Provided by Ben Collver in pkg/13414, with slight changes by me.
2001-07-23 13:28:26 +00:00
wiz
5dd55ad8b7 Complete buildlinkization. 2001-07-22 16:54:22 +00:00
wiz
06dc96b197 Improve file name conversion on extraction.
Patch by maximum entropy in pkg/13526.
2001-07-21 19:53:49 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
wiz
a2719a456c Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support

Also use newer distfile for mbrola.

Addresses pkg/10671.
2001-07-18 15:19:35 +00:00
nra
de1dd0a6d1 Add libaudiofile buildlink dependency. 2001-07-17 21:06:53 +00:00
jlam
1860c8e900 Mark as USE_BUILDLINK_ONLY. 2001-07-17 10:42:30 +00:00
nra
1f0a007fb8 Add dependency on devel/libproplist. 2001-07-16 20:08:40 +00:00
nra
b521cb6103 Add USE_X11BASE to fix install target. 2001-07-16 19:50:50 +00:00
jlam
87f7e4f883 Honor CFLAGS passed in from environment during build and mark as
USE_BUILDLINK_ONLY.
2001-07-16 10:38:19 +00:00
jlam
8c39bb84df Bump dependency pattern for nas to >=1.4.2 as the shlib major was
incremented.
2001-07-14 13:40:41 +00:00
jlam
04edefa601 Update nas to the latest stable release 1.4.2. Changes from 1.4 include
major bugfixes in the clients and bumping the major version of the library.
2001-07-14 13:35:12 +00:00
agc
aac46468c2 Make this compile and link with buildlink 2001-07-14 12:55:09 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
wiz
d502b55ec8 Add and enable tfmxplay 2001-07-10 01:17:33 +00:00
wiz
6d4e54993e Initial import of tfmxplay, a player for TFMX Amiga game music format audio
files.
2001-07-10 01:14:02 +00:00
tron
78b05791cc Fix typo in last commit. 2001-07-07 17:17:58 +00:00
tron
e9e6b71373 Make this package work under Solaris. 2001-07-07 17:15:05 +00:00
jlam
7f94a5ac1f Honor CFLAGS passed in from environment during build and mark as
USE_BUILDLINK_ONLY.
2001-07-02 21:42:30 +00:00
jlam
e18d3688a5 Mark as USE_BUILDLINK_ONLY. 2001-07-02 21:29:34 +00:00
jlam
fa76f16630 Update to let buildlink-x11 handle more of the work of proper
configuration.
2001-07-02 21:10:37 +00:00
jlam
f959eee4d2 Honor CFLAGS passed in from environment during build by not overriding
CDEBUGFLAGS in the Imakefile.  Convert to use buildlink.mk files and mark
as USE_BUILDLINK_ONLY.
2001-07-02 08:17:10 +00:00
jlam
9943bc93db Allow overriding of *_CONFIG variables in a package Makefile when using
USE_BUILDLINK_ONLY.
2001-07-02 05:33:56 +00:00
jlam
bcdacdc4cf It's audio/libvorbis, not databases/libvorbis. 2001-07-01 23:00:48 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
77ad214143 Mark as USE_BUILDLINK_ONLY to prevent accidentally depending on installed
gsm library.
2001-07-01 21:47:12 +00:00
jlam
106fe93a10 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-01 21:40:27 +00:00
jlam
c5cef3e879 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-01 21:24:25 +00:00
jlam
0383667674 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-30 21:14:10 +00:00
zuntum
b074410c0b Add buildlink.mk file for use by other packages 2001-06-30 09:47:50 +00:00
zuntum
0cc1c851a7 Converted to use buildlink.mk files 2001-06-30 09:32:48 +00:00
zuntum
c2f1666d94 Add buildlink.mk file for use by other packages 2001-06-30 09:28:15 +00:00
zuntum
09b5dd64df Set USE_BUILDLINK_ONLY 2001-06-29 22:57:09 +00:00
zuntum
6f440ebdc5 Converted to use buildlink.mk files, set USE_BUILDLINK_ONLY 2001-06-29 21:20:27 +00:00
wiz
ccf6643541 Update to 4.12, provided by Ben Collver in pkg/13103.
Changes: Bugfixes, removed some limitations on some kinds of variables,
e.g. variable name length.
Package change: --sched is working now. Sort PLIST.
2001-06-29 18:39:03 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
37360e73f3 Use Mesa's buildlink.mk file instead of USE_MESA. USE_CONFIG_WRAPPER is
also automatically set now, so no need to set it directly.
2001-06-29 04:25:43 +00:00
jlam
1cad5c3536 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-26 18:32:26 +00:00
jlam
a329bcfbc6 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-26 18:17:11 +00:00
jlam
ee85e1ebd2 Remove some unnecessary patches to Makefile.in. 2001-06-26 18:16:43 +00:00
jlam
d29efbaceb Add buildlink.mk file for use by other package Makefiles. 2001-06-26 18:09:19 +00:00
jlam
966a6f281a Set LTCONFIG_OVERRIDE and mark as USE_BUILDLINK_ONLY. 2001-06-26 18:04:59 +00:00
jlam
31d1b3af60 Use REPLACE_BUILDLINK instead of repeating the post-build same code over
and over again in the pkgsrc tree.
2001-06-26 16:30:55 +00:00
zuntum
55b374122d o convert to use buildlink.mk 2001-06-26 14:26:55 +00:00
zuntum
c4da50026f o converted to use buildlink.mk 2001-06-26 13:09:11 +00:00
zuntum
377124dce9 o convert to use buildlink.mk
o add buildlink.mk for use by other packages
2001-06-26 13:07:37 +00:00
zuntum
7cc41b77e2 o add buildlink.mk file for use by other packages
o set USE_BUILDLINK_ONLY
2001-06-26 13:06:21 +00:00
jlam
7a47d0df3b Add buildlink.mk file for use by other package Makefiles. 2001-06-26 03:07:34 +00:00
simonb
14b151edc0 For NetBSD hosts, use a default device of /dev/rcd0<rawpart>. 2001-06-25 12:17:54 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
rh
20984a2457 Update xmms-crossfade to 0.2.9. Changes include:
* Fixed the pre-mixing effect plugin handling.
  * Added more verbose error messages when one of 'xmms-config',
    GLIB or GTK can not be found.
  * Fixed a bug which could cause very ugly feedback when using the
    silence-after-fadeout crossfader feature.  This does only happen
    when you have activated an effect plugin in XMMS.
  * Fixed a small configure script error.
2001-06-21 17:00:31 +00:00
rh
1cbae43bbc Update xmms to 1.2.5. Changes include:
Translation/Internationalization:

* New translations (gl, pt, id, sr)
* Translations work in libxmms.
* Handles broken translations better.

Plugins:

* Joystick plugin suppports more than 4 buttons.
* Vorbis plugin handles streams.
* Vorbis plugin generate data in native endianness.
* File info dialog for Vorbis plugin.
* Alot of bugfixes to the Vorbis plugin.
* Tonegen input plugin supports more frequencys at the same time.
* Solaris output plugin added.
* Additional fixes to the Solaris plugin after it moved to the XMMS source.
* IR plugin can now configure IR code length.
* OSS Output can now configure the mixer device manually.
* Handle no effect plugins without crash.
* Esd plugin makes use of ESPEAKER variable.
* ID3v1.1 support, ID3v1.0 still saves the entire comment.

Portability:

* CDAudio ported to OpenBSD.
* Fixed glitches in FreeBSD audio playback.
* Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD.

Playlist:

* Physically delete file from playlist.
* Right-click menu in the playlist.
* Playlist counter wraps at ~136 years instead of ~600 hours.
* Pressing middle mouse button in the playlist will try to add the
  content of the clipboard. Double click will clear the playlist.

Misc:

* MiniIcon now shows up in KDE2 taskbar.
* Gnomexmms shows the title in the tooltip.
* DGA support has been dropped.
* Fullscreen code should be more sane now.
* Man pages. (xmms, gnomexmms, wmxmms)

Core:

* Set realtime mode and drop root privilieges before initalizing GTK.
  (XMMS would not work with GTK 1.2.10)
* Better shuffleplay support.
* Possible to show WM decorations.
* Fixed segfaults in the controlsocket.
* Generic titles instead of Input plugin specific
  (mpg123, vorbis, cdaudio).
* %F - File path, for titlestrings.

* Smaller fixes, memory leaks and stability issues.
2001-06-21 16:38:33 +00:00
wiz
7002cca8ae Add and enable audacity 2001-06-21 11:29:28 +00:00
jlam
ca6e0c3ab7 Mark as USE_BUILDLINK_ONLY. 2001-06-20 23:27:33 +00:00
jlam
25a697facf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 16:04:18 +00:00
jlam
72270071f4 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Refer to
esd-config as $ESD_CONFIG in configure script.
2001-06-19 16:00:05 +00:00
jlam
42945c7c53 Add a buildlink.mk file for use by other package Makefiles. 2001-06-19 15:59:27 +00:00
jlam
41e2a7a384 Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-19 15:57:39 +00:00
jlam
8c008390d7 Locale files are installed under ${PKGLOCALEDIR}. 2001-06-19 15:55:09 +00:00
jlam
b32a7a92c8 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Remove
the unnecessary patches that manipulated things for curses/ncurses.  Add
patch to remove -I$(includedir) and -L$(libdir) from the compiler flags.
2001-06-19 15:55:08 +00:00
jlam
a03f83902b Mark as USE_BUILDLINK_ONLY. 2001-06-19 07:04:58 +00:00
jlam
8f1a1450ae Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:00:48 +00:00
jlam
901a35882d The libraries are libaudiofile.*, not audiofile.*. 2001-06-19 03:59:55 +00:00
jlam
cc26aaeec2 Mark as USE_BUILDLINK_ONLY. 2001-06-19 03:47:31 +00:00
jlam
d3446e36d1 Update realplayer to 8.0.1. Changes are that it is based on the currently
fetchable rp8_linux20_libc6_i386_cs2.bin from real.com's website.  The
".0.1" addition to the package name instead of "nb1" is to show that this
is a minor update to the package from the authors.
2001-06-18 22:20:03 +00:00
jlam
8f39419491 Regularize fixes to config scripts to use the same code. 2001-06-18 20:49:00 +00:00
rh
a010eaa796 Add and enable cheesetracker 2001-06-18 12:28:32 +00:00
rh
65991d9dc5 Initial import of cheesetracker-0.2.1, an ImpulsTracker clone. This
package was provided in PR 13215 by Ben Collver <collver@linuxfreemail.com>
2001-06-18 12:27:36 +00:00
drochner
99e0702e68 import audacity-0.95, an audio editor 2001-06-17 19:13:52 +00:00
jlam
a6f33b58eb Converted to use buildlink.mk files. 2001-06-16 19:59:54 +00:00
jlam
3b5b6fb479 Remove explicit inclusion of $(includedir) in header search path. 2001-06-16 19:59:16 +00:00
jlam
259afe8a04 Converted to use buildlink.mk files. 2001-06-16 19:51:51 +00:00
jlam
0f5b5101f4 Convrt to use buildlink.mk. 2001-06-16 19:50:57 +00:00
jlam
8fea51aacb Add buildlink.mk files for use by other packages. 2001-06-16 19:23:17 +00:00
jlam
6c8cbaa76f - Honor CFLAGS passed in from environment during build.
- Use PKGLOCALEDIR instead of assuming locale files are in
  ${PREFIX}/share/locale.
- Use BSD_INSTALL_* macros instead of mkdir/cp.
- Use devel/gettext-lib/buildlink.mk instead of USE_LIBINTL.
2001-06-16 14:52:43 +00:00
jlam
f69695b5bb Use devel/gettext-lib/buildlink.mk in place of USE_LIBINTL. 2001-06-15 09:05:23 +00:00
jlam
06c1dab629 Use buildlink.mk to get dependency on gdk-pixbuf, and remove unnecessary
explicit setting of CPPFLAGS.
2001-06-15 08:47:27 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
7c781ca970 Some files have same name as in the previous version, but
different contents -- change DIST_SUBDIR so that they don't conflict.
2001-06-05 16:54:04 +00:00
zuntum
b4e4bb2fa1 Update csound-manual to version 4.10
I guess changes are documentation improvements ;-)

Fixes pkg/13099 by Ben Collver <collver@linuxfreemail.com>
2001-06-05 16:03:52 +00:00
agc
a0ae44f7bb Fix typo. 2001-05-31 16:46:24 +00:00
agc
ac2140ef91 Add and enable rosegarden 2001-05-31 16:44:19 +00:00
agc
cf86676a85 Initial import of rosegarden-2.1p2 into the Packages Collection.
Provided in PR 12976 by Hume Smith <hclsmith@opermail.com>

Notation editor and MIDI sequencer
2001-05-31 16:40:56 +00:00
agc
4f082e10a5 Pass X11PREFIX down through the environment, and use it when building.
Makes this package build with xpkgwedge installed
2001-05-31 12:30:12 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
rh
9292f9799d Add and enable xmms-crossfade 2001-05-23 20:18:13 +00:00
rh
9ee5da0b32 Initial import of xmms-crossfade-0.2.7, a cross-fading plugin for xmms. 2001-05-23 20:17:22 +00:00
jlam
3be9c7a59c Use ../../devel/Makefile.readline to get readline support and note why
GNU readline is required.  Pass configure script some variables instead
and remove the unneeded patch file.
2001-05-22 15:44:32 +00:00
wiz
a1a1dbcb45 Update to 1.3.10. Changelog is pretty silent, but at least some of the
changes since 1.3.7 are security updates (buffer overflow).
2001-05-22 10:58:30 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
jlam
d3c01b3dff RPLAY.info was listed twice...make one of them RPTP.info. 2001-05-22 04:33:12 +00:00
wiz
fc12dde951 Add size. 2001-05-21 22:04:24 +00:00
rh
52f1c587ab Update xmms to 1.2.4.
Notable changes include:
	- localisation support
	- additional plugins, most notably the ability to play ogg-vorbis
	  files
	- tons of bugfixes
	- better sound buffer availability estimates for NetBSD (this
	  hopefully reduces jitter a bit on slower systems).
2001-05-20 20:52:24 +00:00
drochner
f12a9e6f05 fix nonportable test operator in configure script 2001-05-19 13:34:30 +00:00
drochner
dcf9c7f576 add and enable py-cddb 2001-05-19 13:14:05 +00:00
drochner
0ff8348b98 initial import of py-cddb-1.3:
python module to access the CDDB online database
2001-05-19 13:08:27 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
dmcmahill
ed451ef18c add a build depends on automake so the patched Makefile.am will take. 2001-05-15 15:44:29 +00:00
rh
91ffe9cc16 Update gdcd to 0.2.1. Changes are mainly bugfixes, most notably the
detection and use of /dev/cdNd (N being a number) instead of /dev/cdrom.
2001-05-14 17:09:14 +00:00
zuntum
13f75db273 Update bladeenc to 0.94.2
0.94.2 - 20010508

o Bugfix: The very uncommon crash on certain WAV files has now been fixed again has been
  verified to work properly (Andre).
o Modified FFT calculations. Produces the same output and should be slightly faster. However it
  seems to produce a slight speed decrease (about 1%) on Tord's computer so any comparisons
  would be appreciated (Andre).

0.94.1 - 20010424

o Bugfix: The very uncommon crash on certain WAV files should now be fixed (Andre).
o Bugfix: Source should now compile nicely on Solaris and any other UNIX that had problems with
  0.94.0 (Tord).
o Bugfix: Fixed a cosmetic error that caused "Press ENTER to exit..." being displayed even on
  systems where we don't wait for a keypress.
2001-05-14 13:13:58 +00:00
mycroft
0fb6bd22cf Use /dev/sound. 2001-05-12 21:26:39 +00:00
mycroft
1d74df5cb2 After playing a file using mmap(2), do a MADV_FREE. In theory this will help
prevent other bits getting paged out.
2001-05-12 20:21:36 +00:00
drochner
083f2549ad correct MASTER_SITES 2001-05-11 15:10:24 +00:00
tron
d9806d91da List Rene Hexel as maintainer. 2001-05-10 11:45:39 +00:00
agc
c061069c34 Mention rio_add_directory, as caught in the bulk build leftovers 2001-05-10 09:00:15 +00:00
wiz
7f5ae4ec45 Use SHA1, and add size info. 2001-05-09 21:59:54 +00:00
wiz
8764f9ec3c Use SHA1, add size. 2001-05-09 21:55:32 +00:00
agc
904ebff2ec The original MASTER_SITE was asking for http authentication, so modify
the MASTER_SITE to eb ftp.netbsd.org.

Use sha1 digest, and add distfile size.
2001-05-09 11:29:11 +00:00
agc
dc6d71d9ed Move to sha1 digest, and add distfile size. 2001-05-08 15:48:48 +00:00
rh
71476c2de7 Fix a few pthreads problems and make this package actually work. Closes PR
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>
2001-05-06 18:23:51 +00:00
wiz
4be01b5357 Don't run amok with 'rm -fr'; instead tell the user to delete some files
that could have been modified, but that he could want to safe, himself.
Addresses pkg/12373 by Olaf Seibert.
2001-05-06 00:11:47 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
wiz
f8ed6311b0 Use patches supplied by Andrew Hobgood in pkg/12159 to support NetBSD's
native audio system instead of liboss emulation.
Fix PLIST while I'm here.
2001-05-05 10:05:34 +00:00
wiz
151c811bc6 Install html documentation in share/doc/html instead of share/doc.
By Dieter Baron.
2001-05-02 13:59:33 +00:00
jlam
67ca23587a Check for /usr/include/readline/readline.h, too, in deciding on whether to
include dependency on readline package, and miscellaneous whitespace fixes.
2001-05-01 07:16:14 +00:00
skrll
221e3119b3 Make this pkg build shared libraries as well.
Fixes pkg/12770 from Hume Smith <hclsmith@operamail.com>
2001-04-29 09:47:02 +00:00
drochner
4430ba7548 the patch recently added to libcdaudio is important, so add "nb1" to
its version and make p5-Audio-CD-disc-cover depend on it
(as suggested by Christoph Badura)
2001-04-28 14:43:28 +00:00
wiz
37bca17726 add and enable csound-bath 2001-04-27 17:18:20 +00:00
wiz
7ac64e1e05 Initial import of csound-bath, supplied by Ben Collver in pkg/11758.
Similar to csound, but the 'original' bath version.
2001-04-27 17:17:16 +00:00
tron
0222877d64 Fix bugs in memory management. 2001-04-23 17:28:17 +00:00
wiz
ad829b2881 Update to 2.39b (.1) since 2.35 isn't available anymore.
Changes unknown, sorry, but patch-ab doesn't seem to be necessary anymore.
Move to sha1 checksum and add size information.
2001-04-22 16:03:26 +00:00
tron
8103b64620 Make patches Linux friendly so that they can be submitted back to the
author.
2001-04-22 09:59:33 +00:00
tron
600225171b Use "/dev/vbi" instead of "/dev/vbi0" as default device. 2001-04-22 08:30:47 +00:00
tron
894e70b910 Add and enable "nbc-vbi". 2001-04-22 08:22:48 +00:00
tron
72d9324e66 Fix typo. 2001-04-22 08:22:11 +00:00
tron
bb8d360967 Import new "nbc-vbi" package: Client for r@dio.mp3 broadcast service 2001-04-22 08:19:54 +00:00
drochner
07e617a9dc fix uninitialized struct member passed to ioctl() 2001-04-20 18:27:09 +00:00
wiz
d04d01bf10 Move madplay to mad. 2001-04-19 10:28:21 +00:00
wiz
952eb54a86 Rename package from madplay to mad, and move it to audio/mad instead of
audio/madplay.
2001-04-19 10:26:20 +00:00
skrll
08a534ea7f Oops. Make kscd actually compile. Some tidyup.
Pointed out by Kent Polk <kent@goathill.org> in private email.
2001-04-19 06:46:59 +00:00
agc
3e7e5cdd89 Move to sha1 digests, and add distfile sizes. 2001-04-18 13:04:18 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
skrll
652f199c5e Use /dev/sound not /dev/audio. Thanks to Charles for pointing this out. 2001-04-18 09:05:59 +00:00
skrll
9210d56f6e Build and install kscd. Doesn't let me play CDs on my laptop, but I think
that's a problem elsewhere.
2001-04-17 16:03:18 +00:00
skrll
a8828de31d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 10:40: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
skrll
762dcf774a Use /dev/audio in kmidi not /dev/dsp 2001-04-17 09:22:32 +00:00
zuntum
1af2de1e1a add & enable shorten 2001-04-16 22:25:09 +00:00
zuntum
9807e37d91 Initial import of shorten-3.1
Shorten is a lossless compressing tool specialized for Audio files where
it usually performs better than gzip/bzip2.

Package submitted by Ben Collver <collver@linuxfreemail.com>
in pkg/12586
2001-04-16 22:23:34 +00:00
zuntum
b25bac4da3 Fix MASTER_SITES 2001-04-16 22:10:28 +00:00
pooka
3ecb1acf5c Update libsidplay to 1.36.47
Changes since 1.36.45:
* the default is now 16bit 44.1kHz stereo
* minor fixes
2001-04-14 10:34:29 +00:00
pooka
980c8a5f4c distname has changed 2001-04-14 10:30:37 +00:00
simonb
d687b88fb0 Include the experimental tty controls patches. 2001-04-13 08:14:07 +00:00
simonb
a3e29b1f6e Update package to 0.13.0 (beta).
Major changes include:
 - The last complete audio frame should now be properly decoded even when
   it is not followed by other data
 - Ancillary data is now properly extracted from Layer III streams.
 - Rewrote the Layer III joint stereo decoding routine to correct a major
   MPEG-2 problem and a minor MPEG-1 problem decoding intensity stereo.

Other changes in the CHANGES file in the distribution.
2001-04-13 06:20:22 +00:00
tron
b1bae006f3 Update package list for changed version number. 2001-04-11 08:59:09 +00:00
wiz
18097323ee Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} 2001-04-09 11:45:33 +00:00
rh
acbb53e859 Update gnome-audio to 1.4.0. Includes new and improved sounds. 2001-04-07 11:17:03 +00:00
rh
824d9c16fa Update esound to 0.2.22. Changes include:
o  esd supports for multiple recording clients
        - multiple esd_record_stream or esd_record_stream_fallback can
        now run simultaneously

o  security improvements
        - you should upgrade to 0.2.21 - older version have security
        holes, which can compromite account of any esd user
2001-04-06 22:41:37 +00:00
tron
b98fc10e51 Use wildcard dependence on "pth" package. 2001-04-06 17:56:03 +00:00
skrll
2e147b387e Make timidity build environment honour LDFLAGS settings. This should fix
build problems when using xpkgwedge.

Reported by Rex McMaster <rmcm@compsoft.com.au> in pkg/12555
2001-04-05 16:03:51 +00:00
wiz
5ea84771d3 Standardize patch names. 2001-04-05 13:50:42 +00:00
wiz
b0d8fef6f5 Make dewey in PKGNAME sane, and update dependencies. 2001-04-05 13:18:51 +00:00
tron
0ae3ce8662 Make this package work under Solaris. The patches were contributed by
Christian Weisgerber in private e-mail.
2001-04-04 07:08:28 +00:00
tron
9d7573a7ca Add missing build dependences on "autoconf" and "automake". 2001-04-04 07:08:27 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
zuntum
3fc4582220 Fix MAKE_ENV (quoting) 2001-03-31 10:22:24 +00:00
mycroft
90352a78d5 More cleanup of audio init code. 2001-03-31 03:03:09 +00:00
mycroft
d01344f7ee Samples are stored in the audio buffer in host order, not little-endian. Don't
generate static on big-endian machines.  (Haven't I fixed this before??)
2001-03-31 02:50:07 +00:00
mycroft
5d5f83963a Use /dev/sound, not /dev/audio. 2001-03-31 02:41:07 +00:00
mycroft
aea29f59e5 Use /dev/sound, not /dev/audio. 2001-03-31 02:13:02 +00:00
drochner
6cb4dd9752 enable recent additions 2001-03-29 15:32:28 +00:00
drochner
4415e6b89e a tool to produce covers for audio CDs 2001-03-29 10:21:31 +00:00