Commit graph

5043 commits

Author SHA1 Message Date
wiz
6f07a42a19 Add audacious and audacious-plugins. 2008-10-20 09:32:48 +00:00
wiz
282cec8a70 Initial import of wip/audacious-plugins-1.5.0, packaged by Johann Franz.
These are the basic plugins needed for the input, output, visualization,
and effects of the Audacious media player.
2008-10-20 09:32:19 +00:00
wiz
5afb51bf79 Initial import of wip/audacious-1.5.0, packaged by Johann Franz.
Audacious is a fork of beep-media-player 0.9.7.1.

The primary goals of this fork are keeping the ideology of the
original BMP and merging miscellaneous plugins into Audacious.
2008-10-20 09:28:51 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
drochner
a4ba778ad8 +libcanberra 2008-10-16 15:19:18 +00:00
drochner
37b3595ea2 import libcanberra-0.10, a library for desktop sounds
(needed for gnome-2.24)
2008-10-16 15:17:47 +00:00
bjs
a7b6f59066 Change PKGNAME to libmpg123, and set the version to that of the
library's soname.  Split Makefile.common out from Makefile in preparation
for the addition of the mpg123 program and output module packages.
Change buildlink3.mk to reflect this, and rename options.mk
to mpg123-options.mk in adherence with convention, e.g.
gecko-options.mk.
2008-10-15 01:58:53 +00:00
markd
b7ae1594a5 Update nas to version 1.9.1.
This version adds some enhancements to aupanel, and reworks signal
handling in the voxware server to avoid races, hangs and other issues
seen with linux 2.6.21+ kernels. Other changes relating to the default
value of the 'MixerInit' option and the new location of the local unix
socket on Linux systems were also made.

Also include a patch from Aleksey Cheusov for a
"libpthread: Unlocking unlocked mutex" bug.
2008-10-14 12:47:11 +00:00
markd
3f7754b9a5 Add an rc.d script. Slightly modified from the one provided in
PR pkg/39701.  Bump PKGREVISION.
2008-10-11 21:00:53 +00:00
wiz
630d940cf3 Use 'sndfile' as name for the (new) libsndfile option, since it already
exists.
2008-10-09 14:47:56 +00:00
wiz
d85361f989 Update to 3.98.2:
LAME 3.98.1    September 21 2008

     * Rogerio Brito:
          * More fixes for the abx tool for Unix systems:
               * Plugged a memory leak.
               * Fixed an endianness problem: users of big-endian machines
                 can now do abx tests.
          * Fixed history's HTML doctype
          * Fixed history so that it finally validates at W3's validator
          * Fixed compilation of frontend mp3rtp.c. Thanks to Kris Karas.
            Bugtracker item [ 2015432 ] mp3rtp missing uint16_t in lame 3.98
     * Robert Hegemann:
          * Fix for Bugtracker item [ 2031704 ] --id3v1-only didnt work in
            3.98-final
          * Fix for Bugtracker item [ 2022035 ] encoder_padding value and
            resampling
          * Fix for Bugtracker item [ 2029282 ] Frequency filtering API
            broken in 3.98
          * Fix for Bugtracker item [ 2039648 ] potential memory leak in
            parse_args() function in parse.c
          * Fix for some tagging issues:
               * Made search for ID3v1 genres more sloppy, abbrevations may
                 match more often as some simple typos. Examples:
                    * --tg "Alt. Rock" matches genre "Alternate Rock"
                    * --tg "acapela" matches genre "A Cappella"
               * New switch --pad-id3v2-size "n": adds ID3v2 tag with n
                 padding bytes.

  LAME 3.98    July 4 2008

     * Anton Sergunov:
          * Frontend DirectShow: enabling LAME dshow filter to connect to
            "File Writer Filter".
     * Rogerio Brito:
          * Updates to the Debian Packaging
          * Fixes to the abx tool for Unix systems (so that more people can
            evaluate LAME's compression against the original files)
     * Alexander Leidinger:
          * explicitely link the math lib to the lame lib
          * add switch to disable the use of the compaq optimized math lib

  LAME 3.98 beta 8   April 13 2008

     * Robert Hegemann:
          * LAME now accepts a floating point value in the range [0,...,10[
            as VBR quality setting, like -V5.678
          * Found and fixed some suspicious code in additive masking
            calculation for VBR-NEW
          * bug-fix:experimental code was defaulted by accident for VBR-NEW
          * fix for some endianess problem on big-endian machines

  LAME 3.98 beta 7   April 6 2008

     * Robert Hegemann:
          * libmp3lame API: allow frontends to separately retrieve LAME/Xing
            and ID3 data, because the old library automatism makes it
            impossible to make fully buffered encodes.
          * libmp3lame API: added some experimental unicode ID3 tagging code.
          * frontends: write itself final ID3 tags and LAME/Xing header frame
          * lame_enc.dll: writes itself final LAME/Xing header frame
          * Latest changes to the new VBR psymodel:
               * uses a different spreading function
               * bug-fix for out-of-bounds array access (program stack
                 corruption possible)

  LAME 3.98 beta 6   December 16 2007

     * Robert Hegemann:
          * Feature request [ 1811483 ] WAVE_FORMAT_EXTENSIBLE support (PCM)
          * Fix for some rare scalefactor selection issue the newer vbr code
            had at low compression levels
          * Fix for Bugtracker item[ 1813496 ] AIFF parsing bug
          * Latest changes to the new VBR code:
               * it now has its own psy model, a derivation from NSPSY.
               * some more tuning has been done for this new psy model. Many
                 thanks to Horst Albrecht and Myles Thaiss.
               * the "out-of-bits" strategy is reworked
          * It was possible, that the "interchannel masking effects feature"
            was used by the dual-channel-mode for bi-lingual encodings too.
            It was meant to work on stereo L/R channels only.

  LAME 3.98 beta 5   August 12 2007

     * Jonathan Stott:
          * Bug tracker items: [ 1590693 ] ID3v2 tag not writing, [ 1636267 ]
            ID3v2 tags overwritten
            If the output file is opened 'write-only', then LAME can't update
            the LAME tag. In this case LAME silently overwrote the first
            bytes of the file and an optional ID3v2 tag disappeared. Now an
            error message will be printed and no data is written in this
            case.
     * Robert Hegemann:
          * Fix for Bugtracker item [ 1719593 ] Track numbers > 255 not
            allowed even with --id3v2-only
          * Fix for Bugtracker item [ 1742623 ] fail(lame --mp3input -m m -b
            128 --resample 8 *.mp3 **.mp3)
            The problem here was, the input files are MPEG-1 Layer2 files
            named as MP3s. Even if you leave out the --mp3input switch LAME
            tried to decode the input files as Layer3 files because of the
            file name extension and because it found some valid looking
            Layer3 synchronization header. The fixed LAME version does not
            assume the file name extension is always correct and treats the
            files depending on the first found MPEG sync word. The files in
            question are now correctly detected as Layer2 files and
            transcoding does succeed.
          * Fix for Bugtracker item [ 1445175 ] Input being stdin fails in
            Windows on WAV files
            The problem here was, seeking on pipes shows some different
            behaviour depending on C-Library implementations. The workaround
            tries to detect it's working on a pipe and doing some reading
            instead of seeking in that case.
          * Fixing some memory leak in the 'lame_enc.dll'.
          * Fix for Bugtracker items [ 1160757, 1160741 ] --little-endian /
            --big-endian not working
            These switches where originally intended to be used together with
            Libsndfile only.
          * Fix for Bugtracker item [ 1746336 ] Incorrect Bitrate with ABR
            und --resample, LAME 3.98b4
            Some earlier bug-fix had some typo. As a result, when adding a
            '--resample 123' switch, the average bitrate rised upto maximum
            bitrate.

  LAME 3.98 beta 4   June 23 2007

     * Dennis Lambe Jr: Added support for total track count (id3v2) in the
       frontend
     * Nyaochi:
          * Ability to set user-defined ID3v2.3 frame
          * Ability to include albumArt in ID3v2.3 tag
     * Robert Hegemann:
          * Bugfix: the "play length in ms", which is stored in the ID3v2 tag
            TLEN, was not correctly computed. Some hardware and software
            players were confused by this garbage data.
          * Out of bits strategy for the newer VBR code overhauled
          * LAME API: the ID3 tag functions do not store the pointers passed
            anymore, they do make deep copies of strings passed as
            parameters.
          * Changes in LAME frontend switches regarding ID3 tags:
            --tg "MyGenre" will route unknown ID3v1 genres to "Other" for
            ID3v1 tags and will be stored as plain text "MyGenre" for ID3v2
            tags. Genres given by known ID3v1 numbers will be stored as its
            corresponding text in ID3v2 tags.
            --tn "02/02" will store the track number specified as plain text
            as-is for ID3v2 tags.

  LAME 3.98 beta 3   May 22 2007

     * Robert Hegemann:
          * Fixes regarding max number of bits limitation

  LAME 3.98 beta 2   May 20 2007

     * Robert Hegemann:
          * Bug tracker item: [ 1693461 ]; Fixed memory leaks in ACM codec
          * Fixed encoding of non-standard sampling rates in CBR
          * Improved VBR strategy when running out of bits

  LAME 3.98 beta 1   May 16 2007

     * Alexander Leidinger:
          * Add TLEN (ID3v2) support (Submitted by: Linus Walleij).
          * Add number of total tracks per album (ID3v2) support (Submitted
            by: Kyle VanderBeek).
          * Some seatbelts for overflowing arrays in the ID3v2 support.
          * Update the RPM spec (Submitted by: Kyle VanderBeek).
          * Fix some mem-leaks in the error case.
          * Update to newer autotools versions.
          * Update to use a recent libsndfile (submitted by libsndfile
            author).
          * Intrinsics support enabled for gcc
     * Robert Hegemann:
          * The newer VBR code is now LAME's default VBR routine
          * Fixed: in case of not enough bits the new vbr code incorrectly
            used old vbr routine
          * Improved ATH adjustment in low volume cases
          * Fixed (PSY model): mapping from convolution bands to partition
            bands was broken since we replaced tables by own calculation
            several years ago
          * Fixed (PSY model): loss of fraction in equal loudness weighting
          * Fixed (PSY model): in NSPSY highpass filter, out of bounds access
            in fircoef
          * Known problem samples for the new VBR code: many of them are at
            an acceptable quality level now; with a big 'Thank You' to
            Francis Niechcial
          * Modified VBR strategy to handle out of bits cases
          * Restricted bitreservoir size for 320 kbps frames to the size used
            for sideinfo, because of decoding problems with FhG decoders
            installed on almost every Windows system
          * LAME aborts on unsupported input files or unrecognized parameter
            options passed more often now
          * Bug tracker item: [ 1596306 ] "fatal error during
            initialization"; an invalid MPEG samplerate was returned by
            optimum_samplefreq function
          * Bug tracker item: [ 1585942 ] lame not --silent when TERM not
            set; in case LAME was build with TERMCAP defined and no TERM
            environment is defined, now we do not issue an error message and
            silently fallback to the default behaviour as if LAME was
            compiled without TERMCAP defined.
          * Bug tracker item: [ 1711980 ] LAME writes invalid Xing header
            when ID3 tags exist; LAME was sometimes writing an invalid
            Xing/Info header
          * Feature request: [ 1588283 ] Flushing output stream in lame.exe;
            'flush' option added
          * Added FFTSSE and FFT3DNOW assembler code from Lame4 branch
          * Changes in lame frontend switches: -k removed, add lowpass and
            highpass switches if you need to change them;
            --short/noshort/allshort - degraded into DEVELOPER ONLY switches
            normal users shouldn't use them; -X -Z degraded to DEVELOPER ONLY
            switches, -X is too tough to communicate to end users and -Z
            isn't used actualy
          * Fixed some console printing problems
          * Windows: ACM code now uses LAME library API only, all references
            to private include files are removed
          * Windows: DirectShow code now uses LAME library API only, all
            references to private include files are removed
          * Windows: disabled code that resets processor affinity, because
            this doesn't belong to LAME, but seems to work around some
            problems the parent process has (in most cases EAC)
     * John33:
          * Fixed mp2 and mp3 decoding: For mp3 and mp2 decoding, this now
            yields the same output as foobar2000 but the error checking
            remains unchanged
     * Gabriel Bouvigne:
          * VC8 project files
          * Added support for x64 under VC8
          * Restricted MPEG 2.5 to 64kbps frames
     * Takehiro Tominaga:
          * SSE version of FFT
2008-10-09 14:45:32 +00:00
wiz
93dccc07ac Remove goom dependency, not needed any longer.
Noted by Sergey Svishchev in PR 38164.

Bump PKGREVISION.
2008-10-08 09:14:48 +00:00
schmonz
e111d74c3f Update mp3splt to 2.2.1 (obviating the need for mp3splt-devel) and take
MAINTAINER. From the changelog:

- corrected the -g option to be more intuitive
- fixed bug in the man page (from wrong '-t' to wrong '-g')
- changed small usage error on '-g' option
- mp3splt is now using libmp3splt
- checks for compatibilities between options
- added 'm-' for mp3 STDIN
- possibility to specify the server and port for freedb search;
    (now using tracktype.org by default)
- original id3v1 for mp3 tags are kept in the splitted files and also
    ogg vorbis tags
- add custom tags with the new '-g' option
- '-o' option now creates the specified directories if '-d' option is not
    specified
- added '-Q' option which enables the '-q' option and does not print
    anything to STDOUT
- added experimental '-D' debug mode option
- added '-i' option for counting the number of silence splitpoints
- also added '-h' option which shows a small usage
2008-10-05 22:56:41 +00:00
schmonz
eb8f04705c Update to 0.5.1 and take MAINTAINER. From the changelog:
- fixed bug settings custom tags to splitted files
- fixed bug for mac compilation (#2099498 : no plugin matches the
    file 'xxx')
- added plugin system for audio formats (currently supports ogg
    vorbis and mp3)
- implemented STDIN and STDOUT (like in the original mp3splt)
- moved translation of error codes to string into the library
- implemented experimental version of 'mp3splt.log' (like in the
    original mp3splt)
- return codes of many functions were checked
- option '-o' now creates directories if necessary
- fixed a log of bugs, including :
(some are related to mp3splt command line, but I post them here)
#1807288 : one-off bug
#1483040 : problems with output file path(mp3splt is removing '/')
#1665006 & #1665002 : corrected return codes & const correctness
#2000246 : changed 'splitted' to 'split'
#118157 : unplayable stdin files on windows (+ same problem for stdin)
2008-10-05 22:47:23 +00:00
joerg
49382d4ceb Fix build issues. 2008-10-03 18:03:32 +00:00
joerg
4fc5b604de Fix installation with newer GNUstep. 2008-09-30 15:50:24 +00:00
tonnerre
f7e0bcaaaf Fix for faad2 decodeMP4file() heap overflow. If the sample count looks
insane, it may as well be insane. Also bump PKGREVISION.
2008-09-24 22:25:14 +00:00
wiz
5776f22fc0 Add libmtp option (default off). No change to default binary package, so
no PKGREVISION bump.
2008-09-22 05:35:20 +00:00
ahoka
79ad709f8b Don't build with debug by default as it's way too verbose. 2008-09-19 17:49:26 +00:00
ghen
593c3cf874 Avoid dependency on GNU iconv by using standard names for encodings (instead
of GNUisms).  NetBSD 4.0 supports the alternative names though, so this patch
could be removed later.  Bump PKGREVISION.
2008-09-18 12:17:59 +00:00
joerg
63f4b6ab43 Needs msgfmt. 2008-09-18 10:21:17 +00:00
wiz
e8616413bf Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users
on Sep 7 2008. No complaints received.
2008-09-16 16:07:31 +00:00
abs
f2f436809a Added audio/ampache version 3.4.3 2008-09-14 09:07:34 +00:00
abs
aac70fc328 Added audio/ampache version 3.4.3
Ampache is a Web-based Audio file manager. It is implemented with
MySQL, and PHP. It allows you to view, edit, and play your audio
files via the web. It has support for playlists, artist and album
views, album art, random play, playback via Http/On the Fly
Transcoding and Downsampling, Vote based playback, Mpd and Icecast,
Integrated Flash Player, as well as per user themes and song play
tracking. You can also Link multiple Ampache servers togeather
using XML-RPC. Ampache supports GETTEXT translations and has a full
translation of many languages
2008-09-14 09:06:54 +00:00
gdt
6179ba0933 Kill fee-based-commercial-use in favor of unclear-patent-claims.
Add NO_BIN_ON_* to existing NO_SRC_ON_*.
2008-09-10 00:28:43 +00:00
joerg
6bd0b92253 Fix PLIST, slightly improve post-install. Bump revision. 2008-09-08 23:26:18 +00:00
obache
3849290c8f Bump API_DEPENDS and change to full dependency.
Name of Header files and libraries was changed and library was switched to shlib.
2008-09-08 08:38:10 +00:00
wiz
f24c56706a Bump PKGREVISION for libdca shlib name change. 2008-09-08 07:48:49 +00:00
dholland
26b926a3f6 Fix broken build by symlinking PrefsModule correctly. 2008-09-08 06:01:57 +00:00
dholland
52c3dc47d6 Patch test ==. Fixes build failure. 2008-09-08 05:32:59 +00:00
dholland
17c2f29169 DESTDIR support. 2008-09-08 05:32:26 +00:00
wiz
6c5cf6e0c0 Update to 0.0.5, based on patch provided by maintainer Sergey Svishchev
in PR 38167:


libdca-0.0.5 Tue Apr 10 14:31:59 CEST 2007

Fix typo in dts.h

libdca-0.0.4 Sun Apr  8 11:00:58 CEST 2007

Fix shared library linking.
Disable non-PIC optimization by default (use --without-pic to re-enable).

libdca-0.0.3 Thu Apr  5 20:48:56 EEST 2007

Fix for pointer aliasing.
Build system rework.
FreeBSD compile fix.
Changed library name to libdca (was formerly known as libdts).
Removed Debian packaging files now maintained separately.
2008-09-07 13:54:43 +00:00
wiz
703f8bf59c Update to 2.1.6:
2.1.6 - July 12th, 2008 :
=========================
    * Fixed displaying of the corresponding file when handling the Cddb track
      list,
    * Fixed configure script to check needed libraries for Speex support,
    * Fixed problem of displaying picture files which have an extension not in
      lowercase,
    * Fixed a crash when writing Flac tag if the file doesn't contain a vendor
      string (thanks to Marcus Holland-Moritz),
    * Fixed displaying of ChangeLog in the 'About' window,
    * Fixed crash with language environment variables set to nul (thanks to Juliya Valeeva),
    * Fixed saving Ogg and Flac files with multifields and warn if the year value will be truncated (thanks to Zohaib Hassan),
    * Added shortcuts to the Desktop, Documents, Download and Music directories,
    * Improved process to save severals files : the stop button is enabled, the
      user is warned if the file was changed by an external program, and the error
      messages are displayed in the log view instead of message boxes,
    * Japanese translation updated (thanks to Hironao Komatsu),
    * Swedish translation updated (thanks to Arild Matsson),
    * Polish translation updated (thanks to Michał Smoczyk),
    * German translation updated (thanks to Götz Waschk),
    * French translation updated.
2008-09-07 13:42:23 +00:00
bjs
6bc6de5c5d Add libmpg123 to audio/Makefile. 2008-09-07 00:57:08 +00:00
bjs
146eaf55b5 Import libmpg123-1.5.1. This package provides the mpg123 project's
core decoder library, which the new mpg123 package will depend on.
Other software packages are beginning to write plug-ins for this
library, and so installing it seperately is worthwhile.

NOTE: I have encountered segfaults when attempting to use the jack
module, which is threaded, with mpg123 unless I linked mpg123 with
libpthread.  This may or may not apply to the library, though my
intuition is that it does not, as obviously the executable is
what calls lt_dlopen().  Thus, for now the Makefile and b3.mk of the
executable will pull in dlopen.buildlink3.mk, setting
DLOPEN_REQUIRE_PTHREADS=yes as necessary (last time I checked on
NetBSD 4.99, it was).
2008-09-07 00:56:15 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
wiz
b2031b3df6 Update to 0.2.40:
===============
Version 0.2.40
===============
	* Fixed poll() logic issues for *BSD (Jeffrey Stedfast)
	* Fixed bug #543239 by including errno.h (Jeffrey Stedfast)
2008-09-06 14:42:53 +00:00
markd
f602655ed1 Update to arts 1.5.10 (KDE 3.5.10)
minor bugfixes
2008-08-27 12:27:00 +00:00
drochner
8b553912db update for new base rev. 2008-08-26 13:14:48 +00:00
martin
7a9fefbf73 Improve error handling for broken input streams and make the backend deal
with a dying frontend. Fixes PR pkg/39378.
2008-08-20 22:17:30 +00:00
bjs
2cf4f664e1 Add jack-rack to audio/Makefile 2008-08-19 20:34:16 +00:00
bjs
0ab7317830 Import jack-rack-1.4.7.
JACK Rack is a LADSPA effects rack for the JACK audio API.  It uses
GTK+ 2 (and optionally GNOME 2) for the GUI, and also understands LRDF
XML descriptions of LADSPA plugins.
2008-08-19 20:32:12 +00:00
wiz
0ac248d1db Update to 1.4.10:
VERSION 1.4.10
  BUGFIX:
    * Fix vulnerability in the Magnatune database parsing code.  Secunia
      Advisory #SA31418.  Thanks to Google Alerts for notifying us about this
      vulnerability.
2008-08-15 12:52:57 +00:00
joerg
91b9287720 Needs pkg-config. 2008-08-11 15:41:26 +00:00
joerg
e25ec1610f Needs pkg-config. 2008-08-11 15:21:04 +00:00
kim
88354d0e7a Upgrade to icecast-2.3.2 2008-08-10 11:09:01 +00:00
obache
4e4fe7d1ad Let to fix MANSUFFIX=1.
This package's MANSUFFIX detection is incompatible with pkgsrc's
IMAKE_MAN_SUFFIX handling as problem on Linux reported in PR 37646.
2008-08-10 02:52:27 +00:00
obache
340c008553 Stop to use internal variable _STRIPFLAG_INSTALL to detect need to strip or not.
It is handled automatically with tools wrapper script.
Part of PR 15107.
2008-08-10 02:41:26 +00:00
bjs
6a5fec3fde Update patch comment to reflect its contents. 2008-08-09 10:33:16 +00:00
obache
d8aaa61fa2 Change installation to BSD_INSTALL_*.
Part of honor INSTALL_UNSTRIPPED, PR 15107.

While here, add DESTDIR support.
2008-08-09 09:28:19 +00:00