Commit graph

5043 commits

Author SHA1 Message Date
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
bjs
2bb72bbf10 Remove vestigial PLIST_SUBST from makefile; it uses PLIST_VARS now. 2008-04-25 11:16:25 +00:00
wiz
e9e122fdb2 Add a variable XINE_MOD_DIR_VER that contains the subdirectory name
for the modules. Use it in xine-lib and its dependencies.

Fixes a bug in xine-esound and installation of wip/xine-xcb.
2008-04-24 12:32:22 +00:00
wiz
211b1ccd76 Update to 1.4.9.1:
VERSION 1.4.9
  BUGFIXES:
    * The last.fm dialog did not always properly disable options when the
      username was not entered.
    * Fix Amazon Cover fetching by using their new web service api.
    * Don't insert items into Dynamic Mode that don't exist.
    * If unavailable tracks are in the Playlist and random mode is on, don't
      stop those tracks if selected; continue with available tracks.
2008-04-23 18:23:33 +00:00
wiz
dbb6838c30 Bump PKGREVISION for SDL_sound ABI update. 2008-04-22 21:25:18 +00:00
wiz
a14614ca2f Update to 1.0.2. Add speex to DEPENDS. Update buildlink3.mk and bump ABI.
04172008 - Look for Speex includes in new directory. Converted all text
           encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
           dealing with Subversion instead of CVS. Added Speex to the README.
           Upped version to 1.0.2.
04112008 - Check if Speex header has bogus data (CVE-2008-1686).
08062007 - Updated my email address.
07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
07062007 - Fixed uninitialized buffer in mpglib. (Thanks, Phil!).
10292006 - Fixed bogus memory dereference when SMPEG fails init (thanks, Chris!)
10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right
           thing at build time. (Thanks, Josh!).
05122006 - Patched to get mpglib compiling again (thanks, Sam!).
12172005 - Fixed gcc4 whining in playsound_simple.c.
12062005 - Trimmed a bunch of junk out of the build system, and now it works
           on Mac OS X again.
10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!)
10012005 - Added playsound_simple.c.
05302005 - Backport from devtree: Fixed automake nonsense.
11122004 - Backport from devtree: fix .voc decoder crash on file open.
05082004 - Fixed "bootstrap" to work with MacOSX.
05072004 - Backed out some commits, converted repository to Subversion, and
           branched off to a 1.1.0 development tree. Changed MikMod URL...old
           one is now a porn site.  :(
10252003 - VOC decoder was broken. Now it isn't.
10142003 - Build system fix: acinclude.m4 had some word wrapping badness.
2008-04-22 21:23:41 +00:00
drochner
eaf6372530 update to 1.1.12
changes:
-security fix (unchecked array index, CVE-2008-1686)
-a few bug fixes (including the 1.1.11.1 regressions)
-new version of the pulseaudio output plugin
-open-source upport for RealAudio "cook"
2008-04-15 19:25:28 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
drochner
33016932fc update to 1.1.11.1
changes:
* Security fixes:
  - Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073)
  - integer overflow, possibly leading to buffer overflow, CVE-2008-1482
* Reworked the plugin directory naming so that external plugins don't have
  to be rebuilt for every release
* Made the version parsing much more reliable; it wasn't properly coping
  with four-part version numbers
* Fixed an off-by-one in the FLAC security fix patch. This breakage was
  causing failure to play some files
* Support 16-bit big-endian DTS audio
* Improved frame snapshot API. (ABI extension.)
* Re-add support for # (stream parameter separator) in raw filenames
* Fixed long delay when closing stream on dual core systems

pkgsrc note: CVE-2008-0073 was already fixed by patch
2008-04-10 11:48:57 +00:00
jlam
552f96013f whitespace 2008-04-08 21:04:07 +00:00
bjs
c9dcc6b710 Add an option to use the new jack-devel package. Bump revision. 2008-04-08 01:52:41 +00:00
bjs
f08c33c9d7 Update this package to 0.110.0, refactoring most of the patches.
There are still some bugs lurking, but on NetBSD/amd64 4.99.48
with azalia(4), both the sun and OSS drivers work fairly well!

Try it out with audio/moc-devel.

Please let me know if you encounter any problems.

Currently, I manually create the distfile with the dist-bzip2 target
in my local sources.  I plan on hosting a repository of these sources
somewhere with a NetBSD/pkgsrc branch soon.
2008-04-08 01:44:47 +00:00
joerg
350879abdf Now xsidplay linkes fully against libXt. 2008-04-07 18:28:56 +00:00
joerg
5c596d8f52 Fix DESTDIR. 2008-04-07 16:53:38 +00:00
bjs
2256880b0a Update to moc-2.4.3. While here, add a check for sched_get_priority_max
in librt and remove ffmpeg patch, which is no longer needed.

Also, I've changed options.mk so that selecting 'samplerate' implies
'sndfile', as the former is dependent on the latter.
2008-04-07 16:15:24 +00:00
bjs
7e820299c2 Add moc-devel to audio/Makefile. 2008-04-07 16:11:17 +00:00
bjs
304b9d74d2 Add a moc-devel package for version 2.5.0alpha3. This package uses
a getline() function taken from nbftp--bothering with gnulib was too
annoying.  It works for me on NetBSD-current, but please let me
know if there are any problems.

I've also extended the check for sched_get_priority_max(3)--both here
and in audio/moc--to look in librt prior to giving up.  This allows
moc to run with realtime priority on NetBSD-current; unfortunately,
presently this requires root perms.
2008-04-07 16:10:37 +00:00
bjs
2c542ea743 Add a 'sun' option and update patch-ac to support native audio output
on NetBSD, OpenBSD, and Solaris.  This option takes precedence (by default)
over OSS in the NetBSD/OpenBSD case.

Bump rev.
2008-04-07 15:36:19 +00:00
joerg
3cbba4d437 DESTDIR support. 2008-04-04 15:24:20 +00:00
joerg
ff335250eb Fix build and add DESTDIR support. 2008-04-03 11:03:21 +00:00
bjs
013ed86897 Update to herrie-2.0. Remove patch-ab, USE_FEATURES needs more testing
with this package.  While here, correct ncurses/ncursesw options
to provide the right arguments to configure.

Changes since 1.9.1:

2008-03-16 -- Herrie 2.0:
 * Added: Brasilian Portuguese translation - Eros Carvalho
 * Fixed: Make vfs.lockup.chroot expand ~/ and ~user/
 * Changed: Maintainer email address
 * Removed: Debian package infrastructure, per maintainer's request.

2008-02-12 -- Herrie 1.9.3:
 * Added: Support for Debian GNU/kFreeBSD
 * Added: Debian package infrastructure
 * Fixed: Shut down the application when we lose TTY input
 * Added: Chinese translation - Ji ZhengYu

2008-01-19 -- Herrie 1.9.2:
 * Removed: Native Windows support - it was incomplete anyway
 * Improved: Manpage reorganized to make more sense - Marcela Tiznado
 * Added: Finnish translation - Jorma Karvonen
 * Added: Danish translation - Joe Hansen
 * Improved: GUI scrolling performance when dealing with big playlists
 * Added: Switch to scroll pages up and down when selection goes out of sight
2008-03-27 14:24:36 +00:00
drochner
1d2efa093b fix unsafe tmp file creation (CVE-2007-6061), patch from Debian/Gentoo,
bump PKGREVISION
2008-03-20 15:58:47 +00:00
jlam
b291d67b39 Don't clear LDFLAGS so the build can pick up the right ones passed in
by the pkgsrc infrastructure.
2008-03-17 22:28:13 +00:00
bjs
8d7ca533c7 Remove header from original template file. 2008-03-17 02:33:17 +00:00
bjs
fa8084995a Oops, add ${FILESDIR} and its contents. 2008-03-17 02:32:43 +00:00
bjs
3c00d536a2 NetBSD _should_ use the barrier thread if available.
Note:  This may screw up the OSS driver, but if you're using NetBSD,
I recommend using the native sun audio driver. ;)

Some type fixes.  Autoconf glue and functions to use netbsd atomic ops.
Conversion to pollts() for better accuracy.  Bump rev.
2008-03-17 02:31:10 +00:00
obache
ad81919a1b Update xmms-nebulus to 0.8.0.
Based on patch provided by Zafer Aydogan via private mail.

pkgsrc changes:
* Marked as DESTDIR ready.

ChangeLog:
Jan 08 2007 Pascal Brochart <pbrochart@tuxfamily.org>

        * v 0.8.0: Rewriting of the glthreads effects.
                   Use mutex when really created (fix deadlock).
                   Fix memory leak with SDL_ttf.
                   New translation (pt).
                   Pause and unpause display works again.

Aug 18 2004 Pascal Brochart <pbrochart@tuxfamily.org>

        * v 0.7.0: Bug fixes.
                   Add sinus wave to spectrum analyzer.
                   Use GL_TRIANGLES instead of GL_LINE_STRIP in glthreads.
                   New translations (fr fr_FR).
2008-03-16 12:35:05 +00:00
bjs
a7d4172014 add jack-devel to Makefile 2008-03-16 09:27:37 +00:00
bjs
a675f09f97 Behold: The JACK audio connection kit version 0.109.10 (SVN).
This update was long overdue from version 0.100.0.  Especially of note:
native audio(4) support (OSS driver initially converted by
jakemsr@openbsd.org), with certain changes/fixups by me (both in the
driver code and elsewhere ... it is very much still a work in progress,
but it is a work that does work, heh).

Also, some patches to do the "right thing" throughout, i.e. press the
"we are not linux" button.  More fixes/enhancements coming soon.

One outstanding issue I know of:  an mmap failure when trying to run
with realtime scheduling that I haven't been able to look into enough yet.

A good player which supports this is audio/moc ... I hope to add
a gstreamer plugin and much more shortly.

I am in the planning stages of a rewrite of the driver using kqueue, also.
2008-03-16 09:26:46 +00:00
joerg
927a3ca68e py-gtk needs Python 2.4 2008-03-15 16:50:42 +00:00
obache
938ca32951 Remove needless "/" from MASTER_SITES, suggested by Zafer Aydogan. 2008-03-15 13:10:37 +00:00
wiz
d1e933c6db Update to 1.2.0:
vorbis-tools 1.2.0 -- 2008-02-21

 * FLAC support now relies on libFLAC
 * Support for large files
 * Fixed acinclude.m4 to properly support --no switches
 * ogg123: added remote control support
 * ogg123: fixed a bug in esd when pressing CTRL + C
 * ogg123: fixed a type mismatch in option parsing for 64 bit systems
 * ogg123: configuration no longer hardcoded to /etc
 * oggdec: limited support for chained Ogg bitstreams
 * ogg123: compiles with older versions of libcurl
 * oggdec: support decoding of multiple files into a single one
 * oggenc: -k, switch for Skeleton bitstream encoding
 * oggenc: fixed issues with Skeleton on big endian systems
 * oggenc: proper 5.1 channel mapping support
 * oggenc: FLAC module does not confuse every Ogg file as its own
 * oggenc: compiles with older versions of libvorbis
 * ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams
 * vcut: solved issues described in ticket #1313
 * vorbiscomment: support for creation of long comments
 * vorbiscomment: support for multiplexed Vorbis
 * Several minor bug fixes
2008-03-14 18:55:54 +00:00
drochner
b8b6adeb18 +sonata 2008-03-14 14:26:15 +00:00
drochner
e3192dab02 import sonata-1.4.2, a GTK2 client for the Music Player Daemon, from
Johann Franz via pkgsrc-wip
2008-03-14 14:24:22 +00:00
tron
a43e9a29dc Make sure that the installed files and directories belong to a sane user
and group. Bump package revision because of this fix.
2008-03-11 10:50:56 +00:00
wiz
ea94fc6377 Update to 2.1.5:
2.1.5 - January 26th, 2008 :
============================
    * Added an option in the "Process Fields" scanner to enable/disable
      detection of Roman numerals,
    * Disabled unsynchronisation when writing ID3v2.4 tags (as Taglib doesn't
      support them) to avoid problem with pictures on some applications (thanks
      to Alexey Illarionov),
    * Fixed compilation problem with previous versions of flac older than 1.1.3,
    * Fixed the size of log view when resizing the main window,
    * Fixed browser problem with the hidden directories filter: directories
      starting with severals dots were also hidden,
    * Fixed problem when renaming severals directories and files with the
      'Rename File and Directory' scanner (thanks to vdaghan) ,
    * Fixed detection of valid roman numerals in the "Process Fields" scanner
      (was used some parts of the Roman library from David M. Syzdek),
    * Brazilian Portuguese translation updated (thanks to doutor.zero),
    * Polish translation updated (thanks to Michał Smoczyk),
    * Swedish translation updated (thanks to Anders Strömer),
    * German translation updated (thanks to Götz Waschk),
2008-03-07 21:47:46 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
wiz
7738fa764c Update to 1.5.
pkgsrc change:
Fix installed .pc file to include rpath.

Changes from 1.4 to 1.5

  * Support for Mac OS X and Microsoft Windows
  * Distributed under the MPL (in addition to the previous LGPL license)
  * Added support for Speex files
  * Added support for TrueAudio files
  * Added support for WavPack files
  * Added support for ID3v2 general encapsulated object frames
  * Added support for ID3v2 unsynchronized lyrics frames
  * Added support for ID3v2 URL frames
  * Propper exports of all public classes / functions
  * Updated the APE::Item API to work with value lists
  * Added support to the FileRef class for new Xiph (Ogg) extensions
  * Made the samples per frame for MPEG headers accessible
  * Made MP3 Xing headers accessible
  * Prevent invalid encodings from being written to ID3v1 tags
  * Non-Latin1 ID3v2 text frames are automatically converted to UTF-8 on
    write (if they are not explicitly set to UTF-16)
  * Added support for reading ID3v2.2/3 unsynchronized tags
  * Made it possible to search for ID3v2 comment frames by description
  * Fixed a number of bugs in ID3v2 relative volume adjustment reading and
    writing
  * Added work arounds for iTunes writing invalid ID3v2 frame lengths
  * Added work arounds for iTunes not being able to correctly parse
    numerical ID3v2 genres
  * Added work arounds for iTunes putting non-text information in ID3v2
    comment frames
  * Added a function to export strings to std::wstring
  * Added a function to check ASCII compatibility of strings
  * Added a function to check Latin1 compatibility of strings
2008-03-04 10:31:01 +00:00
jlam
515da06269 Patch the configure script to fix a broken check for flex/lex -- the
variable LEX is allowed to be a full path.
2008-03-02 07:02:01 +00:00
jlam
76ed4a5797 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-02 06:10:30 +00:00
gdt
c9a6f53472 comment out $NetBSD$ 2008-02-29 13:31:20 +00:00
drochner
f431529f32 update to 0.4.18
changes: a build fix for espeak-1.30
2008-02-28 20:54:56 +00:00
drochner
1db18389c7 update to 1.31
changes:
-Bug fixes and minor improvements
-Voice variants have names rather than numbers
-Added languages
-Add options for different intonation styles
-Added option for gaps (pauses) between words
2008-02-28 20:16:55 +00:00
jlam
e92d2e2dd4 whitespace and formatting nits. 2008-02-28 17:15:48 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
heinz
fdc809530f The package supports installation to DESTDIR. 2008-02-25 22:11:59 +00:00
sborrill
aa4dea3882 Bump API and ABI depends versions as API changed between 2.0 and 2.6 meaning
that things like vlc will not compile
2008-02-25 16:12:34 +00:00
jlam
7dc05de0e7 + Rename the "ncursesw" option to "wide-curses" and get rid of the
"ncurses" option.  "wide-curses" now just toggles whether we use
  wide or narrow curses, which is a much simpler knob for users.

Bump the PKGREVISION to 1.
2008-02-22 16:59:56 +00:00
markd
ae372b30a5 Update to arts 1.5.9, part of kde 3.5.9. 2008-02-20 09:44:12 +00:00
markd
683ffa0516 update required ABI version to 1.5.8nb1 to ensure correct package
metadata available for dependent packages to fix PR 37931
2008-02-20 09:43:11 +00:00
jnemeth
04b9101658 lint, sort 2008-02-09 20:40:21 +00:00
bjs
36f8485d26 Add libmp3splt and mp3splt-devel packages. 2008-02-06 09:33:02 +00:00
bjs
ba0bb9013b This is a development version of the mp3splt package. Aside from bug
fixes, the main feature enhancement is support of freedb2.org
searches.  There may be regressions from the stable version, and so
this was imported as a -devel package instead of an upgrade to
devel/mp3splt.  If it is confirmed that this does not exhibit
any regressions, we should consider replacing that package with this
one.


Additionally, use of the libmp3splt library allows for abstracting
the dependencies of libmp3splt (ogg/vorbis, mad) from the program
itself.
2008-02-06 09:31:06 +00:00
bjs
e8c651f5e0 This library provides functions for splitting/manipulation of MP3 and
OGG/Vorbis files.  It is provided mainly for use with mp3splt, as this
allows the mp3splt package not to explicitly depend on any of this
library's dependencies.  Of course, other programs are free to
use it!
2008-02-06 09:26:36 +00:00
drochner
6295aab4ea link against librt on NetBSD-current
(and propagate this through libvisual.so and libvisual.pc)
2008-02-05 20:38:33 +00:00
drochner
6bd43d08b7 redo the librt patch so that libportaudio.so is linked against librt,
and try to introduce a scheme which could be used in a more general
framework (once NetBSD has stabilized and we got some experience
with the realtime stuff)
2008-02-05 20:21:56 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
tnn
33ad651d2f Fix build on NetBSD-current 2008-02-03 16:10:22 +00:00
markd
59854a7dfe Belated bump PKGREVISION for options changes. Default package didn't
change but metainfo did.
2008-01-31 08:43:20 +00:00
heinz
267a8177c5 The package supports installation to DESTDIR. 2008-01-21 21:32:36 +00:00
heinz
6c84cd3521 Added support for installation to DESTDIR.
No compiler necessary.
2008-01-21 21:19:41 +00:00
heinz
07c385f11b The package supports installation to DESTDIR. 2008-01-21 21:07:29 +00:00
heinz
33943ac380 The package supports installation to DESTDIR. 2008-01-21 20:34:42 +00:00
markd
fd6eecb938 Add optional nas and jack support and make esound optional (on by default,
for backward compatibility)
note user-destdir support.
2008-01-21 00:43:49 +00:00
wiz
a7c8e0cd61 Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
3398f50da9 Update to 1.4.8:
VERSION 1.4.8
  CHANGES:
    * Optimise some database queries with the mysql backend. Patch by Alf
      Eaton <sites@hubmed.org> (BR 152749).
    * Don't show the device plugin dialog when a new device is plugged in.
      Apparently it's not obvious that you have to hit OK after selecting "Do
      not handle" if you don't want it handled, so disabling it prevents it
      from being shown repeatedly.
    * Better support for iPhone/iPod Touch mounted via fuse/sshfs (libgpod 0.6.0
      or newer required).
    * Only re-render the context view when visible if changing ratings, scores
      or labels for songs.

  BUGFIXES:
    * Last.fm metadata would not update with xine 1.1.8. (BR 150429)
    * Amarok would forget podcast channel and episode settings when using the
      postgresql backend.
    * When adding file types with the Generic Media Device sometimes the
      extensions would be prepended with & and would not save. (BR 151806)
    * For improved compatibility with newer iPods, convert file extensions to
      lower case during transfer.
    * Replace slashes in artist name with spaces when querying Wikipedia
      e.g. AC/DC, To/Die/For. (BR 150001)
    * Always rebuild the dynamic mode cache when in Suggested songs mode,
      so that we don't land up with stale suggestions. Patch by Jer Johnson
      <jer@gweep.net>
    * Sort albums made in the same year alphabetically in 'ascending
      order'. (BR 149408)
    * Statistics tool shouldn't show samplers in 'favorite albums'.
    * Duplicate songs were not allowed in playlist when adding from the
      collection browser. (BR 149643)
    * Make sure the localUrl of a PodcastEpisode is valid after a failed
      download. (BR 147351)
    * Fix off-by-one error causing Smart Playlists to not load tracks with a
      rating >= 4.5. (BR 148916)
    * Don't enable "Configure Podcasts" at the top-level Podcasts folder if
      there is nothing beneath it. (BR 146504)
    * Generic Media Device could copy some non-ASCII filenames to turn to
      gibberish.  Thanks to David Smith <davidsmith@acm.org> for the fix.
    * Fixed possible GUI freeze when Amarok was showing the dialog for
      installing mp3 support. Patch by Sascha Sommer <ssommer@suse.de>.
      (BR 147126)
    * Amarok could needlessely reinitialize connections to MySQL databases
      after a configuration change.  Combined with a bug in MySQL libraries,
      this could lead to a crash.
    * Pressing Preveious Track in a Dynamic Playlist could cause undefined
      behavior in certain edge conditions.  Now it always plays the current
      track. (BR 148317)
    * Immediately after loading a dynamic playlist, you couldn't drag a
      track to the top of the playlist. (BR 149263)
    * Fix transferring files with UTF8 names to MTP devices. Thanks to Kevin
      Becker <kevman3000@gmail.com> for the fix. (BR 139722)
    * Display warning that iPod sysinfo could not be written in the case of
      incorrect file permissions. Patch by Christian Ober-Blöbaum
      <cob@tzi.de>. (BR 148607)
    * Fix Czech character conversion to ASCII for Generic Media Device. Patch
      by Matěj Laitl <strohel@gmail.com>. (BR 149125)
2008-01-15 22:38:59 +00:00
wiz
d27762d445 Update to 2.1.4:
2.1.4 - December 12th, 2007 :
=============================
    * Added support of pictures in Ogg Vorbis and Speex files (with Ogg Vorbis
      tags),
    * Added support of pictures in FLAC files (with FLAC Vorbis tags).
    * The code for handling FLAC files was also fully rewritten,
    * Added view of tag fields in the main list of files,
    * Added a button on the main window to select a directory to browse for file
      (useful when the tree is hidden),
    * Fixed compilation problem with mpeg4ip 1.6 (thanks to Götz Waschk),
    * Fixed messages boxes to use the stock buttons and labels of GTK,
    * Fixed file easytag.desktop (thanks to Doruk Fisek and Götz Waschk),
    * Fixed problem with dates and EUC-JP locale when displaying lines on the
      log window (thanks to Misty Haiku),
    * Fixed problem with the Cddb manual search when using a proxy,
    * Fixed detection of Roman numerals before a coma and dot characters in the
      scanner window,
    * Settings to write ID3v1.x tags : the option "//TRANSLIT" was enabled by
      default to avoid an error message with UTF-8 strings. This was the setting
      used before using libid3tag instead of id3lib,
    * Fixed problem when reading tag with some languages as Turkish (patch from
      Doruk Fisek),
    * New Chinese (Taiwan) translation (thanks to Jose Sun),
    * Hungarian translation updated (thanks to Mészáros Csaba),
    * Chinese (Simplified) translation updated (thanks to Yang Jinsong),
    * German translation updated (thanks to Götz Waschk),
    * French translation updated.
2008-01-13 15:28:32 +00:00
drochner
44837300af reset PKGREVISION for base pkg version bump 2008-01-11 16:07:28 +00:00
drochner
6698517c77 update to 0.4.17
change: driver fix for solaris
2008-01-11 13:50:24 +00:00
drochner
2de922221e fix icon 2008-01-11 13:13:50 +00:00
tnn
2fc817020e Update to shorten-3.6.1. The only changes from 3.6.0 are win32-related.
pkgsrc changes however:
- fix LICENSE
- DESTDIR support
2008-01-08 03:07:45 +00:00
drochner
6ab39ca497 fix CVE-2007-4974 (buffer overflow), patch from Gentoo
bump PKGREVISION
2008-01-07 17:34:37 +00:00
rillig
b808e29cca Updated xmms-wma to 1.0.5.
Changes in 1.0.5
- Added opportunity to build plug-in for player BMP.
- Fix bug with blanks with use gnome-vfs in BMP.
- WARNING: BEEPMP-WMA conflict with BMP-WMA. Remove BMP-WMA or do not use BEEPMP-WMA.
2008-01-06 18:21:37 +00:00
rillig
e00e021ee1 NetBSD defines KERN_ARND to a value different to 37. 2008-01-06 17:17:14 +00:00
rillig
b39f85e7b3 Dragonfly is not the only platform that doesn't know about
_SC_NPROCESSORS_ONLN, NetBSD is another.
2008-01-06 17:04:14 +00:00
heinz
853526ace5 The package supports installation to DESTDIR. 2008-01-06 12:41:11 +00:00
rillig
4261ad7ba9 Fixed name mismatch. 2008-01-05 20:57:37 +00:00
rillig
56ef237c81 Fixed category name in BUILDLINK_PKGSRCDIR.
(hi wiz!)
2008-01-05 20:56:56 +00:00
markd
b0b02d127d Use USE_CMAKE rather that doing same explicitly.
Package supports DESTDIR.
2008-01-04 20:10:10 +00:00
jmmv
9032d7984a Bump PKGREVISION due to boost update to 1.34.1. 2008-01-04 20:05:11 +00:00
joerg
68de4621e3 Full DESTDIR is working. 2008-01-04 18:08:34 +00:00
ghen
3a1d5465a3 Full DESTDIR support. 2008-01-04 14:36:41 +00:00
ghen
4787373d8c Full DESTDIR support. 2008-01-04 12:50:13 +00:00
ghen
59a52a0157 Basic DESTDIR support. 2008-01-04 11:53:17 +00:00
joerg
76b5f27eba Fix PLIST. 2007-12-30 17:57:19 +00:00
joerg
453a763bab Fix pthread linkage. 2007-12-29 19:56:04 +00:00
joerg
ae42db0bab Fix build on DragonFly. Always build with gmake as lex / yacc output gets
named incorrectly otherwise. Set WRKSRC correctly.
2007-12-29 19:54:02 +00:00
joerg
6ea9db123c Just hard-code a default of one thread for DragonFly as the sysconf
interface doesn't exist. Can be overriden via configure option.
2007-12-29 16:15:55 +00:00
joerg
c67542b241 Recursively include gettext-lib for the sake of libtool. 2007-12-29 16:11:38 +00:00
wiz
65b9e2f69b Update MASTER_SITES. From Zafer Aydogan. 2007-12-29 10:03:57 +00:00
joerg
3c27cd356c Supports DESTDIR. 2007-12-27 22:33:51 +00:00
taca
5dc91dec74 Make sure to create locale directories; install_sh is undefined
in po/Makefile.in.in.
2007-12-27 10:19:00 +00:00
smb
05527ab44a Oops -- not needed with 0.99.12 2007-12-26 14:45:19 +00:00
smb
5ea0bc5fc4 Upgrade to 0.99.12 to make it build on amd64.
Other changes:

gtkpod V0.99.12

NEW FEATURE: Import and management of photographs on ipods that support
them. Update of README to include photo management.

UPDATE: Application requires libgpod version 0.6.0 or higher.

UPDATE: Better icon theme specification compliance.

BUGFIX: Fixes to tomboy script. Thanks to Javier Kohen.

BUGFIX: Issues with display of track length. Inconsistent units used in
conjunction with libgpod (Jorg).

UPDATE: Cover art preview window either displays an album cover to its
full size or to a size consistent with the user's desktop.

UPDATE: Download of Album Art from the net feature modified to the ability
of dragging-and-dropping a .jpg image from a web browser. This has been
changed due to licensing concerns over album art. Drag and Drop section of
README updated accordingly (Paul).

BUGFIX: Issues on detecting changed local / podcast database. Thanks to
Mario Rossi.

BUGFIX: Issues addressed on Details Window.

BUGFIX: Crash avoided when auto-detecting an iTunes database that cannot
be read.

UPDATE: Display of error output of scripts (Jorg).

IMPROVEMENT: Configuring and Compilation support (Todd).

UPDATE: New scripts for flac, ogg, mp3, m4a, wav conversion to mp3 and
m4a. Thanks to Peter van de Does.

BUGFIX: Model number identified and written to ipod upon loading to ensure
libgpod can read the ipod's artwork.

UPDATE: Updates and bug fixes to gapless playback. Thanks to Michael
Tiffany.

BUGFIX: When Cover Art Display is widened, covers space out rather than
stretch.

BUGFIX: Fixed memory leaks in CoverArt Display and Details window. Thanks
to Daniele Forsi.

UPDATE: French translation. Thanks to Ã#ric Lassauge.

UPDATE: Italian translation. Thanks to Daniele Forsi.

UPDATE: Hebrew translation. Thanks to Assaf Gillat.

UPDATE: Swedish translation. Thanks to Stefan Asserhäll.

NEW FEATURE: Added Romanian translation support. Thanks to Alex Eftimie.

NEW FEATURE: Added Russian translation support. Thanks to Matvey Kozhev.

gtkpod V0.99.10

NEW FEATURE: on-the-fly conversion of WAV, FLAC and OGG (as well as MP3
and M4A). Thanks to Marc d[readlock], Simon Naunton and Peter Edwards!
Multi-threaded background conversion was added by Jorg Schuler.

NEW FEATURE: editing of TV show metadata and track media type. Thanks to
Mario Rossi.

NEW FEATURE: Display of Album Art. Thanks to P.G. Richardson.

NEW FEATURE: Download of Album Art from the net. Thanks to P.G.
Richardson.

NEW FEATURE: copy playlists and tracks from within the context menu
without DND can simplify life with many playlists. Thanks to Andrzej
Palejko for his patch.

NEW FEATURE: preliminary support for calculating gapless playback
information (lame encoded mp3 files only). Thanks to Michael Tiffany.

UPDATE: Smart playlists now support the following new fields: album
artist, tv show, last skipped, season number, skipcount and video kind.

IMPROVEMENT: Clicking on an item with the right mouse button will select
and open the context menu, which is the intended behavior. As a
consequence, the interface will remain blocked while the selection is
being updated and displayed.

BUGFIX: dragging tracks between two iPods would sometimes not actually
copy the file.

UPDATED: Italian translation (thanks to Daniele Forsi)

PACKAGING: Install a .desktop file and icons according to the
freedesktop.org specification.
2007-12-26 14:02:34 +00:00
markd
1d1f6cb376 Fix build problem on NetBSD/powerpc as seen in Havard Eidnes' bulk build. 2007-12-25 19:48:42 +00:00
joerg
b8e657f4ed Needs msgfmt. 2007-12-21 23:23:58 +00:00
joerg
17adb7cfd1 I18N (PR 37581) and DESTDIR support. 2007-12-21 20:35:36 +00:00
bjs
e11975b48b Update to 1.9.1.
2007-12-17 -- Herrie 1.9.1:
 * Added: 'L' button to locate files in the current directory
 * Fixed: Remove almost endless recursion by not recursing on symlinks
 * Added: Input can be aborted pressing the escape button - Pieter-Paul Spiertz
 * Improved: Manual content now matches installed configuration
 * Fixed: Don't autoload the playlist when files are passed on the cmdline

2007-12-02 -- Herrie 1.9:
 * Added: Support for changing the volume
 * Improved: Make license of MD5 code in sync with the rest
 * Improved: Avoid deprecated CoreAudio calls on Leopard
 * Fixed: Stop processing of signals during shutdown
 * Added: Spanish and Catalan translations - Xavier de Blas
 * Added: '{' and '}' buttons to move tracks to top/bottom - Jille Timmermans
2007-12-19 08:13:11 +00:00
rillig
0cc32b3e33 Fixed trailing and intermediate whitespace, according to the pkglint
notes.
2007-12-16 21:45:30 +00:00
heinz
bc5dd98c5a The software supports installation to DESTDIR. 2007-12-16 18:36:36 +00:00
adam
7bcf120747 Changes 1.0.8:
* Bug fixes
2007-12-16 15:18:28 +00:00
heinz
94d279ded9 The package supports installation to DESTDIR. 2007-12-16 14:33:53 +00:00
heinz
2150222b93 The package supports installation to DESTDIR. 2007-12-16 14:25:35 +00:00
tron
70a059ee7e Fix build problem under Mac OS X Leopard. 2007-12-15 21:15:31 +00:00
wiz
56d747341c Update to 0.10, provided by maintainer Sergey Svishchev:
0.10:  Direct editing of all frames. Support for MP4/AAC, MP2, Speex,
TrueAudio and WavPack files. Usability improvements. Support build with
KDE 4.

0.9:  Hierarchical directory tree, enhanced context menu commands,
editor for custom genres, mark truncated ID3v1.1 fields, import from
gnudb.org and TrackType.org, usability improvements.
2007-12-09 23:33:38 +00:00
wiz
29d469d16d Tell configure script to disable oss support if pkgsrc doesn't find it.
Addresses build problem on Sparc Solaris reported by Raymond Meyer on
pkgsrc-users.
2007-12-09 13:39:39 +00:00
drochner
fe3f25053e update to 2.6.1
This adds SBR/PS support and bugfixes.
The licensing problems which appeared in 2.5 were resolved in 2.6.1.
pkgsrc notes:
-no dependency on libmp4v2 anymore
-added a patch to the "faad" standalone player to restore previous
 behaviour: The -w option writes .wav format (with riff header)
 to stdout.

Thanks to Raymond Meyer for help and testing.
2007-12-09 10:55:30 +00:00
heinz
349395d161 The package supports installation to DESTDIR.
No compiler needed.
2007-12-08 22:31:52 +00:00
heinz
ec695e9fa3 Mention ~/.riprc. 2007-12-08 17:41:52 +00:00
heinz
595ead22f5 Updated to version 2.27.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - No compiler necessary.

Changes since version 2.25:
===========================
2.26  22.06.2005 (unreleased)
      added postgres/oracle/sqlite support (untested)
      thanks to Rick for starting with a postgres version

2.27  01.01.2006
      default port is now 8880 (not 888 anymore)
      fixes an ioctl perl problem on current redhat/fedora (thanks to
      Gregory K. Ruiz-Ade and the redhat/fedora guys)
2007-12-08 15:02:29 +00:00
drochner
836dc91db1 add a "const" to fix build, should fix problem seen on Dragonfly
bulk build
2007-12-08 14:42:51 +00:00
martti
f6f5ea854d Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07 19:43:19 +00:00
martti
85e2aff24c Revert to previous, something is broken in my system... 2007-12-06 10:30:53 +00:00
martti
6a1860fc8d Removed en and tg locales. 2007-12-05 07:20:31 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
wiz
b5b9477aa9 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:53:50 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
479ffa74db Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-01 23:46:59 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
wiz
1a9512aabe Update to 0.8.8:
0.8.8 - Thu May 24
 - New win32 driver
 - Few fixes and changes in autotools and configuration files.

0.8.7 - unreleased snapshot
- obsolete alsa device renamed to alsa05
- the 'alsa' device now uses the 0.9/1.0 API
- ALSA driver fixes
2007-11-30 17:50:30 +00:00
wiz
e3c7e7f7b2 Update to 0.6.0:
Overview of changes in libgpod 0.6.0
====================================

* support for iPod Classics and Video Nanos

The database from these models is protected by a checksum. When this checksum
doesn't match the content of the iPod database, the iPod won't show any
track (ie it will look empty). Support for writing this checksum has been
implemented in this release thanks to the awesome work of a few people in
#gtkpod. However, to calculate this checksum, a so called "firewire ID" is
needed which is different from iPod to iPod. Since reading it from the iPod
requires special permissions, the firewire ID must be written in a regular
file on the iPod so that libgpod can find it and use it to generate the
checksum.

libgpod installs a HAL callout to do that automatically when
everything is installed in an appropriate place. It can also be done manually,
see README.SysInfo for more information.

Cover art should be working except for non square covers, preliminary photo
support but this hasn't been widely tested yet.


* support for iPhone and iPod Touch

This requires manual user intervention: the devices must be jailbroken and
mounted through sshfs. The iPod Touch also needs a firewire ID which must be
manually set, see README.SysInfo

Cover art is implemented but not tested at all, ditto for photo support on
the iPod Touch


* additional tools to get the firewire id from new iPods including a HAL
  callout which will make the process totally automatic when it's properly
  installed. These tools need libsgutils to be installed.

* endianness fixes in the artwork writing code
* now depends on glib 2.8 or newer

Huge thanks to wtbw and Simon Schulz without whom that release wouldn't have
been possible. Thanks as well to the people on #gtkpod for the testing they
provided.

Other contributors to the release:
- Jesse Bouwman
- Alex Eftimie
- Christophe Fergeau
- Filippo Giunchedi
- Javier Kohen
- Tobias Kreisel
- Eric Lassauge
- Nicholas Piper
- Jorg Schuler
- Simon Schulz
- Todd Zullinger
2007-11-29 18:47:27 +00:00
wiz
f2ca076292 Update to 1.2.11:
xmms 1.2.11

	The '1211 days since last release' release.  XMMS was 10 years
	old on 2007-11-15.

	* Make the --toggle switches take an optional value to either
	enable or disable the function.

	* New command line switches: --quit, --toggle-shuffle,
	--toggle-repeat, --toggle-advance, --queue

	* New remote commands: xmms_remote_playqueue_clear,
	xmms_remote_get_playqueue_pos_from_playlist_pos,
	xmms_remote_get_playlist_pos_from_playqueue_pos,
	xmms_remote_playqueue_add, xmms_remote_get_playqueue_length,
	xmms_remote_playqueue_remove.

	* Playqueue manager. Adds queue control enabling you to reorder
	the queue and a search like the jump to file dialog.

	OGG/Vorbis:
	* Save stream to disk adds -N if the file already exist
	* Don't apply the +6dB boost if replaygain information is missing

	Alsa:
	* Soft volume works without mixer

	Songchange:
	* Optional command to run at end of song.

	Diskwriter:
	* Effect plugins are applied on the saved file

	MPG123:
	* Enable shoutcast title streaming by default

	* CTRL-Q as default keybind to quit
	* Close dialogs with escape key

	Solaris:
	* Support OSS and AMD8111
2007-11-29 18:36:34 +00:00
wiz
2de54197b4 Update to 1.23:
* v1.23 Thu Jul 26 14:11:08 2007

   * Handle all tags with NULL delimited lists - Patch from Justin Fletcher <gerph (at) gerph.org>
   * Fix MP3::Info for tag reading in AIF (and WAV, presumably) - kdf
   * Read RVA2 (signed short) in big-endian order - andyg

* v1.22 Tue Mar 13 16:16:59 2007

   * Backwards compatibility changes for non-SlimServer callers of MP3::Info
2007-11-29 15:15:19 +00:00
wiz
f27b7bd8e0 Update to 0.5.1:
26/11/2007: PyKaraoke v0.5.1 has been released. New in this release:
* GUI: Now works with WxPython v2.8.
* GUI: Improved search results layout.
* CDG player: Improved handling of corrupt CDG files.
* CDG player: Solve minor scrolling issues.
Download it here!
2007-11-26 22:44:53 +00:00
rillig
65415bce8e The files in flow/gsl/gslglib.* are way too complex, and we have glib2
as a dependency, so only provide the necessary code. This is especially
important for Solaris, since the build failed before because of these
files.

I didn't use patches to save bandwidth and disk space.
2007-11-23 22:05:13 +00:00
bjs
c92acb1b78 The option for using libmodplug is modplug, not libmodplug. 2007-11-23 05:40:02 +00:00
bjs
638fa0556f Add rtunes. 2007-11-23 00:41:22 +00:00
bjs
d8b0ac6d1a Import rtunes CVS snapshot (v0.6 plus a few bug fixes).
The makefiles for this should really be rewritten to use libtool;
using two makefiles for two different platforms isn't the way we
tend to do things around here ... ;)

Blurb:

Rtunes streams files containing Apple Lossless audio data to
an Apple AirPort Express device.  If a '-' is given as the
file(s) argument, rtunes expects raw PCM audio data on stdin
and encodes it to the Apple Lossless format prior to streaming
it.  With this method it is possible to stream audio data from
any source that can output raw PCM audio data on stdout.

NOTE: the patch and mplayer helper library for this package are
untested; it is installed merely as a convenience.
2007-11-23 00:18:41 +00:00
drochner
e76d0edf15 make sure that the .desktop file is registered, ride on yesterday's
revision bump
2007-11-22 19:23:23 +00:00
drochner
ad6df071ee update for changed signature of MP4GetMetadataCoverArt() in libmp4v2-1.6.1,
bump required version of libmp4v2 and PKGREVISION
should resolve PR pkg/37418 by Johann Franz (the other half of it)
2007-11-21 21:47:25 +00:00
drochner
7eae8e2ced update for changed signature of MP4GetMetadataCoverArt() in libmp4v2-1.6.1,
bump required version of libmp4v2 and PKGREVISION
should resolve PR pkg/37418 by Johann Franz (half of it)
2007-11-21 21:40:25 +00:00
drochner
a6e120373a update to 1.2.1
This fixes a number of security problems (integer overflows resulting
in heap-based buffer overflow, CVE-2007-4619).

Other changes:
-speedup
-some new options
-bugfixes
-added support for all RIFF/AIFF metadata

Thanks to Chavdar Ivanov for providing a patch.
2007-11-21 12:47:04 +00:00
dillo
2e69db5959 MP4Close returns void now, adapt.
Patch will be sent upstream shortly.
2007-11-19 09:53:04 +00:00
hubertf
b1f61045d9 Add options for ao, arts, flac, mad, mikmod, modplug, mpcdec, vorbis
Patch from the 8th Hackathon, see
http://wiki.netbsd.se/Hackathon8#Tickets

Tested on NetBSD 4.0_RC3.
2007-11-19 00:10:31 +00:00
wiz
03cb434cad Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-18 10:23:22 +00:00
wiz
a623639904 Link libaudio against the libraries it needs (previously on Linux, Darwin,
and FreeBSD; now on NetBSD too).
Bump PKGREVISION.

Noted broken by hira@
2007-11-10 02:41:34 +00:00
bjs
1465ed5edc Use CONF_FILES framework for herrie.conf. 2007-11-09 05:45:15 +00:00
bjs
24d445a4a0 Whoops, I don't know why I thought this line was wrong. Revert last commit. 2007-11-08 20:25:25 +00:00
bjs
c13753f238 Correct BUILDLINK_API_DEPENDS line. 2007-11-08 18:58:48 +00:00
bjs
0b82cbe251 Add support for XML shareable playlists via audio/libspiff. Bump rev.
While here, kill excess indentation in DESCR.
2007-11-08 18:45:36 +00:00
bjs
51c20fed18 Add libspiff to ${SUBDIR}. 2007-11-08 18:40:13 +00:00
bjs
384f666fa0 Import libspiff-0.8.2.
LibSpiff  brings  XSPF playlist  reading and  writing support  to your  C++
application. Both version 0 and 1  are supported. libSpiff uses Expat  for
XML parsing  and  CppTest  for  unit testing.  libSpiff  is  the  official
reference implementation for XSPF of the [9]Xiph.Org Foundation.

Features

     * Full conformance to the XSPF specification
     * Cross-platform (Unix, Windows, Mac OS X, ...)
     * Read and write XSPF files
     * XSPF-0 and XSPF-1 support
     * Unicode support
     * Full support for XSPF extensions
     * Full support for XML namespaces
     * Fast (XML parsing is done by Expat)
     * Uses unit testing
     * Liberal license: [10]New BSD license
2007-11-08 18:39:25 +00:00
bjs
f2482999f1 Remove ${MSGFMT} definition from ${MAKE_ENV}, as I was using this during
development but decided it was too crufty.  If it turns out it's
needed, we can always add it again.
2007-11-08 04:11:40 +00:00
bjs
87bc65a62c Oops, forgot to add libvorbis/libogg support. Also, AudioScrobbler
support only requires www/curl, so enable that too along with curl support.
I'm not bumping the revision since I just committed it.
2007-11-08 04:08:46 +00:00
bjs
1a01fc4e35 Add audio/herrie. 2007-11-08 03:53:37 +00:00
bjs
d21e57d266 Add audio/herrie, an ncurses-based audio player.
Blurb:

Herrie is a command line music player. It supports multiple audio file
formats (including MP3 and Ogg Vorbis) and  has  the  ability  to  send
playback  statistics  to AudioScrobbler. The word `herrie' is Dutch for
`clamor'.

Herrie uses a split-screen user interface: a playlist at the top and  a
filebrowser  at the bottom. The application has two modes of operation,
called `party mode' and `XMMS mode'. When the application is started in
party  mode,  the first song in the playlist gets started. It will also
be removed from the playlist as well. When the application  is  started
in  XMMS mode, any song can be started and will not be removed from the
playlist.  The default mode is party mode.
2007-11-08 03:52:30 +00:00
agc
ddcd0cd417 Add MAKE_JOBS_SAFE=no, pointed out by ASau as part of the pkgthon 2007-11-04 16:00:02 +00:00
rillig
16bab43988 Added MAKE_JOBS_SAFE as suggested in PR 34905. 2007-11-03 22:33:57 +00:00
tnn
5046eba761 Do not pass --as-needed to ld(1). This can lead to bogus errors like
"/usr/lib/libstdc++.so: undefined reference to `log'" when using gcc4.
The suggested workaround from bmpx is to pass --enable-ld-workaround
to configure which in turn passes --noinhibit-exec to ld(1), but I
don't like this as it can mask real bugs.

Bump PKGREVISION.
2007-11-01 22:49:14 +00:00
martti
d8f084d853 No not include options.mk 2007-10-30 08:15:18 +00:00
drochner
bdbb98e5ef -fix a syntax problem in the .desktop file leading to warnings
-pull in desktop-file-utils for sanity
-bump PKGREVISION
2007-10-29 23:12:47 +00:00
wiz
e7952ff126 Update to 0.40.13:
0.40.9:
The tray icon behavior was made GNOME HIG compliant. Crashes with the
GStreamer error handler and resizing columns in the playlist were fixed.
Equalizer use is now optional even when the GStreamer equalizer element is
installed. A few patches from pkgsrc are now included in upstream.

0.40.8:
Last.fm support was improved (more functionality). Shoutcast support
was improved. Support for NetworkManager, global hotkeys (X11-based,
custom, or GNOME-based), and support for generic video playback
(file playback, no DVD support, or similar) was added in addition
to video podcasts. Bugfixes all around have been made, and
responsiveness was improved by using asynchronous networking where
possible.

I didn't find NEWS for the other point releases since 0.40.1, sorry.
2007-10-27 00:35:16 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
markd
d540cb8c0f Update to arts 1.5.8 (part of KDE 3.5.8) 2007-10-20 10:34:15 +00:00
rillig
1026094a3a strndup has only recently been added to NetBSD, so choose another way of
defining the function, whose prototype is incompatible to the native
strndup.
2007-10-19 13:33:24 +00:00
rillig
0082e66ac2 NetBSD already has strndup. 2007-10-17 21:49:17 +00:00
rillig
ac3ded75ce Fixed build error with g++4. 2007-10-17 21:46:13 +00:00
rillig
302f81fe05 Fixed pbulk build. 2007-10-17 21:40:11 +00:00
wiz
24f55167a7 Update to 2.1.3:
2.1.3 - October 15th, 2007 :
============================
    * The "convert" function of the 'Process Fields' scanner was improved to
      allow to replace a string to an other one (instead of only one character),
    * Added a option to limit the number of lines in the log view,
    * Added ability to show or hide the log view,
    * Added command buttons in the "Load TXT file" windows,
    * Added support of .oga extension,
    * The "Process Fields" scanner set to uppercase roman numerals (thanks to
      Slash Bunny),
    * Fixed problem with the "Encoded by" field in Id3v2.4 tags (thanks to
      Adrian Bunk),
    * Fixed rules of the "process fields" to follows The Chicago Manual of Style
      more closely(thanks to Slash Bunny),
    * Fixed bug with UTF-8 characters in the "convert" function of the 'Process
      Fields' scanner,
    * Fixed problem with the browser window that stays grayed out if the
      selected directory doesn't exist,
    * Fixed file descriptor leak in the cddb search,
    * Improved displaying of extensions supported in the About window,
    * Improved selection of directories, in the browser tree, if it doesn't
      exist on the file system, the tree is refreshed automatically.
    * New Serbian translation (thanks to Miloš Popović),
    * Swedish translation updated (thanks to Anders Strömer),
    * Polish translation updated (thanks to Tomasz Sałaciński and Michał Smoczyk),
    * German translation updated (thanks to Götz Waschk),
    * Czech translation updated (thanks to Zbyněk Mrkvička),
    * French translation updated.
2007-10-17 20:45:13 +00:00
wiz
029e9b6376 Remove some legacy support after branching 2007Q3. 2007-10-16 21:32:59 +00:00
rillig
47ba66bf99 Fixed COMMENT and DESCR, since the former versions didn't give me any
clue what this package is about.

PKGREVISION++
2007-10-15 07:47:23 +00:00
rillig
7c46931359 Fixed building problems on NetBSD, caused by the implementation of
mremap, which is incompatible to Linux.
2007-10-10 09:26:21 +00:00
heinz
83e06e7c15 Added missing copyright notices for Simon 'corecode' Schubert.
This should fix PR pkg/34017.
2007-10-09 21:26:11 +00:00
hubertf
72daea85c2 Make this building on Mac OS X - rename wait() to madplay_wait()
Bump version to madplay-0.15.2bnb3
OK'd by agc@
2007-10-09 20:13:40 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
joerg
6a8fac0e56 Needs msgfmt. 2007-10-05 20:54:42 +00:00
rillig
fc097dd8cd Fixed build failure. 2007-09-29 11:47:03 +00:00
rillig
15080e9197 Fixed g++ 4 error message. 2007-09-29 11:40:46 +00:00
rillig
d24adb1eae Fixed g++ 4 error messages. 2007-09-29 11:38:22 +00:00
rillig
60d109600a Oops, I didn't want to touch patch-ab. 2007-09-29 11:35:11 +00:00
rillig
e469f35c8a Fixed gcc 4 error message. 2007-09-29 11:31:09 +00:00
rillig
c75e8f895f Fixed build error with g++ 4. 2007-09-29 11:11:27 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
59c708bf6b Fix PKGNAME of gnome-vfs plugin packages. 2007-09-20 22:51:00 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
2ca5eade73 Finish move of gnome2-media to gnome-media. 2007-09-19 23:46:05 +00:00
wiz
c4449bd491 Rename gnome-vfs2-cdda to gnome-vfs-cdda. 2007-09-19 23:33:09 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
joerg
d03a494c50 Ensure that libopenal is built with pthread linkage and users of
the config script get it as well. Bump revision.
2007-09-15 11:45:57 +00:00
xtraeme
c79d435d68 + audio/adplug 2007-09-10 16:03:49 +00:00
xtraeme
9909a1b842 Initial import of adplug-2.1 from pkgsrc-wip, packaged by
jfranz at bsdprojects dot net.

AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.
2007-09-10 16:02:26 +00:00
tron
7ba536f9ba Regenerate patch to make it apply with GNU patch under Mac OS X. 2007-09-09 21:45:48 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
abs
c7d9adce41 Update xine-arts to 1.1.7nb1: add
.include "../../audio/libao/buildlink3.mk"

to fix a runtime 'Undefined PLT symbol "ao_new_port" (symnum = 551)'

Now sound works again for me under kde
2007-09-06 14:27:06 +00:00
joerg
eb91556d42 Needs pkg-config. 2007-09-04 19:08:21 +00:00
drochner
1c62ee22ec fix unsafe temp file creation (CVE-2007-4460), patch from Debian
bump PKGREVISION
2007-09-04 09:58:20 +00:00
drochner
70e97b3670 update to 0.2.12
changes:
-Plugin Manager improvements ? you can now install plugins from within the
 plugin manager
-Scriptable Radio Panel ? People will be able to write plugins for your
 favorite streaming service. (currently shoutcast is available)
-Lots of new translations
-New music sharing plugin ? you can share your music with people using
 iTunes or other people using Exaile
2007-09-03 10:21:07 +00:00
joerg
52f54ad1aa If isnan is a macro, assume it is type-variadic or can handle float as
well. This fixes the build on DragonFly and other platforms without
isnanf.
2007-09-02 11:02:57 +00:00
drochner
e82cda48eb restore the timeout argument to pselect() -- this is intended to work
non-blocking
2007-08-31 17:08:54 +00:00
drochner
b0812e7546 update to 0.8.3
changes:
--add-tag added: automatically add an ID3v1.1 tag to file which do
not have any ID3v1.x or v2.x tag, lots of handcrafted algorithms converted
2300 files rather successfully in 37 seconds, the code is obscure though

approved by tron
2007-08-31 10:37:36 +00:00
drochner
76558c250b update to 0.8.5a
changes:
- Added handling of 'free form' bitrate frames, the lack of which was
  causing segfaults on AMD 64-bit sytems
- Tweaked code to eliminate various gcc warnings and errors
- Improved detection of invalid MP3 frames
- Updated gmp3info for GTK 2
- Miscellaneous documentation updates and corrections
- Fixed possible buffer overflow condition in gmp3info

approved by tron
2007-08-31 10:32:49 +00:00
joerg
bdbba3bdbd Modular Xorg support. 2007-08-30 15:46:55 +00:00
joerg
b3a53d77e4 When installing a bash script, depend on it and fix the path to bash.
Bump revision.
2007-08-30 15:46:19 +00:00