Commit graph

2262 commits

Author SHA1 Message Date
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
abs
d0199fd4c3 Update mserv to mserv-0.35nb3
Correct calculation of bitrate for ogg files
2003-11-11 09:17:53 +00:00
danw
bcef62518c tweak esd-config.in patch so it doesn't generate a sh syntax error
when buildlink strips out $RPATH_FLAG on Darwin
2003-11-10 01:14:43 +00:00
jdolecek
35c942504c use <vector.h> -> <vector>, <iostream.h> -> <iostream>, <fstream.h> -> <fstream>
and sprinkle some 'using namespace std', so that this builds also
with gcc 3.3
2003-11-08 16:05:49 +00:00
jdolecek
cf9c75f244 don't dirrm share/doc/kde/HTML/en/kcontrol, that directory belongs to
kdebase
2003-11-08 16:02:56 +00:00
wiz
a7ee93115f Update to 3.9.8b since previous distfile vanished.
Changes:
    * Added beta drivers for SB AudigyLS
    * Fixed MIDIMan Revolution 7.1 6 channel audio
    * 4Front Virtual Mixer now comes standard with the OSS drivers.
    An advanced version with builtin equalizers, loopback audio
    recording, individual volume control is also available with an
    extra licensing fee. The basic Virtual Mixer technology allows
    users to play upto 4 audio apps at the same time. There is no
    special programming required (unlike ESD or aRTsd) as the
    Virtual Mixer devices behave exactly like the physcal hardware
    devices. Virtual Mixer contains 4Front's proprietary profesional
    quality sample rate convertors that handle the mixing of various
    audio applications.
Package changes:
De-support 1.5* since 4front does not provide 1.5 binaries any longer.
2003-11-08 14:50:14 +00:00
reed
5cddfa9836 This was using NO_BIN_ON_CD. Now fixed to use correct
NO_BIN_ON_CDROM instead.
2003-11-06 20:00:12 +00:00
gavan
17a834abac Solaris needs -lm 2003-11-06 18:31:08 +00:00
gavan
346254d09f Solaris needs -lnsl and -lsocket 2003-11-06 14:25:04 +00:00
kim
f1e225f085 Change maintainer to myself. 2003-11-03 22:43:37 +00:00
mrg
af80b194ba include <sys/param.h> to get __NetBSD_Version__ symbol. fixes a compile
time warning and makes the patch do what it was trying to do...
2003-11-03 12:07:28 +00:00
jmmv
7a861ad684 Update HOMEPAGE. 2003-11-01 10:36:31 +00:00
grant
094a371f6a add rcsids. 2003-11-01 08:28:47 +00:00
grant
127833f4d7 apply patch from rtr: build libtool convenience libraries instead of
regular libraries so the required symbols from libplugin_common.a are
included.

fixes PR pkg/21857.

bump PKGREVISION.
2003-11-01 06:49:54 +00:00
gavan
86e4a93c11 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-10-30 15:30:43 +00:00
gavan
1e720aede9 Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris. 2003-10-29 16:57:32 +00:00
gavan
d24ef03d7a Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-10-29 16:31:46 +00:00
fredb
fab3627344 grant evidently owns this package. 2003-10-28 14:11:47 +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
grant
24e4da6ec1 bump PKGREVISION (broken binary installation fix). 2003-10-28 00:50:21 +00:00
grant
9b699dcf71 backout unnecessary patch.
this patch was unnecessarily causing the resulting binaries to be
linked against libaudio, which couldn't be found at runtime, and
contrary to the log message it had no effect on PR pkg/23081.

fixes my PR pkg/23288.
2003-10-28 00:49:48 +00:00
grant
2ba6f02e98 use DEPENDS+=, not DEPENDS= 2003-10-26 00:03:42 +00:00
grant
b5bd5a4abc replace <malloc.h> with <stdlib.h>, allowing this to build on systems
without <malloc.h>.
2003-10-26 00:02:05 +00:00
fredb
d3228217c8 Fix a warning, that may or may not be related to
PR pkg/23081.
2003-10-25 14:29:12 +00:00
xtraeme
cbf6f317c5 Updated to 2.1.4 (2.1pl4). PR pkg/21904, Douwe Kiela <virtus@wanadoo.nl>.
* Bugfix release
2003-10-24 02:01:56 +00:00
grant
834625d50e fall back to 'netbsd' target if there's no special arch target.
noted by martin@.
2003-10-23 21:39:52 +00:00
grant
00895127a8 files missed in last commit 2003-10-20 12:08:03 +00:00
grant
5e72905dac merge some patches from FreeBSD ports.
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
2003-10-20 12:07:23 +00:00
cjep
cfe8be1263 Add RCS IDs 2003-10-18 13:20:31 +00:00
cjep
34e102913e Whitespace fixes 2003-10-18 13:08:48 +00:00
cjep
c30d261d80 Add trailing slash 2003-10-18 11:59:58 +00:00
grant
6352f85688 as this is ONLY_FOR_PLATFORM Linux and NetBSD, don't try to buildlink
it if we're on a different platform.
2003-10-18 11:53:48 +00:00
grant
eb18cfd172 remove some cruft from the rcs id line. 2003-10-18 11:32:39 +00:00
grant
aa37d9936c make this work on FreeBSD by setting ALL_TARGET to a sensible default
if we don't have an override, and using sys/soundcard.h instead of
machine/soundcard.h.
2003-10-18 11:27:11 +00:00
grant
add562600c add a missing double quote, whitespace and other minor nits. 2003-10-18 11:17:40 +00:00
cube
da56702fba There is a bogus definition of gettext in src/main.cc. Since that function
is actually never used (only in commented blocks), comment it also.

Fixes PR pkg/21803.
2003-10-11 21:55:24 +00:00
taca
775b124f24 Depends on jpeg-6b package and lator.
(It should be converted buildlink framework.)
2003-10-08 10:06:47 +00:00
jmc
4bb4755595 Add definition for gcc3 (just use the gcc2905 definition since it works and
has no caveats in it)
2003-10-06 21:40:17 +00:00
xtraeme
05317627d3 Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_t
definitions. Fixes build on FreeBSD, closes PR pkg/21910.
2003-10-05 10:56:37 +00:00
wiz
043c341220 Update to 1.0.2:
Just a bugfix release. This update adds soundcard support for
Solaris and the BSDs as well as minor bugfixes and a documentation
update.
2003-10-05 10:36:50 +00:00
wiz
fcb376db3b Update to 0.2.4:
Added support for large files.  This option is disabled by default; to
enable large file support, run configure with the flag --enable-largefile.

Improved support for markers in WAVE files.

Added support for miscellaneous data in WAVE files.

Cleaned up code in many places.
2003-10-05 10:17:15 +00:00
wiz
76e19911a8 Update to 0.30:
0.30 - September 8th, 2003 :
============================
    * Added an option to define the number of characters to use for the Track
      field (see Misc tab),
    * Added a button in the browser to jump to the parent directory,
    * Pressing the Enter key in the tag entries set the focus to the next entry,
    * The selection of files in the search window select also the corresponding
      files in the main list,
    * Added ability to select files of the same directory by double clicking
      over the list, triple clicking select all files,
    * The tree browser is sorted again after renaming a directory,
    * The tree browser is sorted ignoring the word case,
    * Content of the clipboard is automatically set in the 'Words' field of the
      CDDB window and Search window, when opening them,
    * Added button in the CDDB window to filtrate the 'red' lines in the albums
      list,
    * Added button in the CDDB window to select/unselect all lines and invert
      the selection in the tracks album list,
    * Fixed position in the list when selecting a file with the mouse (use of
      the next or previous button select the wrong line),
    * Fixed state of the Undo and Redo buttons when using the command to select
      all files and invert the selection,
    * Czech translation updated (thanks to Milan Siebenburger),
    * German translation updated (thanks to Götz Waschk).
2003-10-05 09:24:04 +00:00
mycroft
b72ce7923c These both install "timidity" executables. 2003-10-04 05:47:31 +00:00
xtraeme
b9d4304224 FreeBSD will not build the libsun audio plugin, so use PLIST_SUBST to
disable it. (Thanks wiz! :)
2003-10-03 18:31:18 +00:00
explorer
ce38482139 Changes:
* Updated documentation for MP3::Tag, MP3::Tag::ID3v1, MP3::Tag::ID3v2 and MP3::Tag::ID3v2-Data

* Renamed some functions. The old names will still work, but try to use the new names.
  The following names were changed:

  - MP3::Tag::getTags() to MP3::Tag::get_tags()
  - MP3::Tag::newTag() to MP3::Tag::new_tag()
  - MP3::Tag::ID3v1::removeTag() to MP3::Tag::ID3v1::remove_tag()
  - MP3::Tag::ID3v1::writeTag() to MP3::Tag::ID3v1::write_tag()
  - MP3::Tag::ID2v2::getFrameIDs() to MP3::Tag::ID3v2::get_frame_ids()
  - MP3::Tag::ID2v2::getFrame() to MP3::Tag::ID3v2::get_frame()

* Bugfix for ID3v2.pm:
  - getFrame() returned "undef" as a string instead of simple undef
  - artist() produced an error when TPE1 is missing in TAG

* Bugfix for Tag.pm:
  - DESTROY() checked only if $mp3->obj{filename} exists and not if it is defined before trying to
    close it
  - autoinfo() returns now a hash ref or an array as noted in the documentation

* Bugfix for ID3v1.pm:
  - genres() expected an id3v1-object as first parameter and a genre
    only as second parameter. Now the object can be omitted as in a call like
    MP3::Tag::ID3v1->genres($genre) used by Tag.pm and ID3v2.pm

* bugfix for File.pm:
  - Filenames may contain surrounding whitespaces now
2003-10-03 02:55:57 +00:00
abs
da10834e90 Update abcde to 2.1.4nb5:
Strip out \r from the end of the CDDB data to make editing easier
2003-10-01 20:48:31 +00:00
jmmv
1fc9bf38e9 Reimplace creation and deletion of the empty share/icecast/static directory
(removed in previous commit).
2003-09-30 15:00:17 +00:00
jmmv
4dfa9b6fdb Fix sysconfdir conversion:
- Pass --sysconfdir to configure script.
- Make the program honour that directory to search for config files.
- Remove un-needed patch (everything can be done from configure).
2003-09-30 14:57:25 +00:00
jmmv
92189c79ca s/FILES/EGFILES/ for clarity, and undefine the iteration variable after the
loop has finished.
2003-09-30 14:43:52 +00:00
seb
76b324b258 As suggested by tron@ require at least xine-lib-1rc0anb1 (for its fixed
xine.h) if GCC 3.* is used.
This fix the build of this package on -current with GCC 3.3.1.
2003-09-30 12:24:19 +00:00