Commit graph

4292 commits

Author SHA1 Message Date
rillig
21499be7ad Fixed "test ==". 2006-10-06 22:04:00 +00:00
wiz
852cef6f6d Update HOMEPAGE. 2006-10-04 20:46:06 +00:00
wiz
6f9bd56547 Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:44:18 +00:00
rillig
f7baa1dfdb test(1) does not know the == operator. 2006-10-02 15:29:36 +00:00
tonio
39afa8e2f5 Fix build under Darwin by explicitly linking against libiconv
Bump PKGREVISION
2006-10-01 12:23:39 +00:00
smb
0a1af338b2 Add caveat regarding problems with the newest iPods 2006-10-01 00:06:31 +00:00
smb
b10b0a776e Clarify warning message about version of usb_subr.c needed 2006-09-26 14:18:23 +00:00
wiz
03fcf967f4 Two functions had missing arguments. Patch from stoned@
Fixes problems in amarok (and probably other dependencies).

Bump PKGREVISION.
2006-09-23 13:26:24 +00:00
rillig
11fabe8f96 Needs GNUmakefile. 2006-09-22 06:33:30 +00:00
joerg
38caef2314 Needs unzip. 2006-09-19 23:19:41 +00:00
rillig
7e333ce614 Since QTDIR is an absolute pathname, it must not be prefixed with
LOCALBASE. This fixes the build on NetBSD.

Replaced the shell interpreter in some plugin files. Bumped PKGREVISION.
2006-09-19 20:59:30 +00:00
joerg
13756ea86c Forgotten patchsum update. 2006-09-18 12:13:35 +00:00
joerg
4e66b15e02 Use LDFLAGS for playmus and playwave as well, otherwise e.g. rpath
entries for libX11 can get lost. Bump revision.
2006-09-17 15:59:44 +00:00
jmmv
0183f102be Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

(These are some that I forgot in the previous commit because they weren't
initially in the file list.  Reported by hira@.)
2006-09-16 15:36:12 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jmmv
2b04eac986 Update to 0.4.5:
gnome-speech 0.4.5:

* Fix for bug 353322: fix crash/hang in DECtalk synthesis driver.

gnome-speech 0.4.4:

* Fix for bug 326818: escape the \ character so it is not interpreted
as a line continuation character by the festival shell.

* Fix for bug 352165: use "-f" flag to rm files when doing a clean.
2006-09-15 15:20:44 +00:00
joerg
2f6aa745af Needs msgfmt. 2006-09-15 14:15:48 +00:00
ben
2b18abeced Fix the writing of unicode tags. bump pkgrevision. Addresses PR#34515.
http://sourceforge.net/tracker/index.php?func=detail&aid=1016290&group_id=979&atid=300979

Patch adapted for pkgsrc by George Michaelson.
2006-09-13 12:06:28 +00:00
wiz
d18af642cb Fix MASTER_SITES. 2006-09-10 10:15:43 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
smb
829b5ef4b6 Updated the package's home page 2006-09-07 20:30:09 +00:00
wiz
9b610984b8 Add libgpod. 2006-09-06 22:58:48 +00:00
wiz
973ff97432 Add (untested) libgpod option, provided by Scott Presnell
in private mail.
2006-09-06 22:57:21 +00:00
wiz
a60021126a Remove libtool library parts (.la is already included). 2006-09-06 22:56:22 +00:00
wiz
37444970ca Initial import of libgpod-0.3.2, provided by Scott Presnell in
private mail.

libgpod is a library for accessing iPod databases and files.
2006-09-06 22:55:05 +00:00
wiz
dfca9ec686 Update to 1.4.3:
VERSION 1.4.3:
  FEATURES:
    * New DCOP: player trackCurrentTimeMs, returns the current track position
      in milliseconds.
    * Amarok File Tracking (formerly ATF) goes public! See
      http://amarok.kde.org/wiki/Amarok_File_Tracking for more information.
    * DAAP client now supports Zeroconf. With mDNSResponder properly setup
      Amarok automatically shows local DAAP servers.
    * DAAP client saves manually added computers between sessions.

  CHANGES:
    * Performance with big playlists has been improved by a magnitude. This
      also makes application shutdown faster.
    * Remove the option to enable/disable history in dynamic mode. (BR 133076)
    * Reduce the minimum available tracks to show to 0. (BR 131223)
    * Change in file tracking behavior: IDs are no longer embedded into tags
      but are calculated from a portion of the file data instead, letting
      users with read-only music stores take advantage of it.
    * Don't report "/dev/hd" style devices as new media devices. (BR 127831)
    * Smart Playlists only load media from currently mounted devices.

  BUGFIXES:
    * Dequeing tracks whilst in dynamic mode might not work. (BR 133449)
    * When marking podcast episodes as listened, update the channel icon if
      necessary. (BR 133497)
    * Don't always mark podcast channel icon as "listened" on rescan if.
      (BR 133495)
    * User added streams were not editable once saved. (BR 133483)
    * Cover images were not displayed in some cases. (BR 133174)
    * Fixed bug which prevented Amarok from creating the collection database
      in rare circumstances using SQLite. (BR 133072)
    * Collection scanner would only restart a maximum of 2 times instead of
      20. (fixed in SVN revision 578922)
    * MTP mediadevice support would not compile against libmtp versions >=
      0.0.12. (fixed in SVN revision 576121)
    * AudioCD playback would stutter and sometimes freeze Amarok. (BR 133015)
    * Dynamic Collection broke flat collection view when the Filename column
      was added (BR 132874)
    * DAAP client shows connection errors to the user and no longer says
      "Loading" perpetually. After a failed connection, the user can now
      try again.
    * Don't empty media device transfer queue when canceling a transfer.
    * Ctrl-C for copying urls from the tag editor would not work. (BR 123327)
    * Delete covers from the filesystem when requested.
    * Show context menu on right-click in empty area of media device
      browser. (BR 127154)
    * Sort numeric columns in flat collection view numerically. (BR 130667)
2006-09-06 22:48:14 +00:00
markd
be1d97a391 Fix PLIST for sparc64. 2006-09-06 12:08:30 +00:00
ben
3b39476b6a Fix the csound5 install phase.
At some point, pkgsrc started setting a different MAKE_ENV in the
install phase than in the build phase.  This caused scons to report that
"the build action changed", which caused scons to rebuild csound5 and
install it with a broken configuration.

This hack saves MAKE_ENV to a file in WRKDIR, then uses that file to set
the environment in the install phase.
2006-09-04 14:17:51 +00:00
ben
6965e52e06 Correct mistake in my last change to distinfo. 2006-09-04 12:54:54 +00:00
ben
e4134c0fdd Fix build on Mac OS X and bump pkgrevision.
This is based on the work found at:
  http://strangehours.livejournal.com/9698.html

Tested on i386 Mac OS X 10.4.7 and i386 NetBSD 3.0.

TODO: manual device selection in Mac OS X.
2006-09-03 17:13:30 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
ben
7580f09efe Fix build on Mac OS X. 2006-09-03 00:26:20 +00:00
rillig
91c088edd5 Fixed the PLIST. Bumped PKGREVISION. 2006-09-02 20:13:58 +00:00
gdt
bc5aa65991 Install libraries, which were inexplicably not installed before.
PKGREVISION++.

From Nick Goffee of BBN via pkgsrc-acert.
2006-09-01 15:44:44 +00:00
adam
1ca965dd59 Changes 1.0.17:
* Add sndfile.hh C++ wrapper.
* Update Win32 MinGW build instructions.
* Minor bug fixes and cleanups.
2006-09-01 06:02:23 +00:00
tron
44322c506b Update homepage URL. 2006-08-30 10:44:46 +00:00
drochner
0d74fb602c update to 2.1.4
changes:
- Fixed buffer overflows in the RDF parsing and HTTP code.
- Fixed memory leaks in RDFExtract.
- Fixed invalid memory access in the HTTP code.
(CVE-2006-4197)
2006-08-30 09:12:30 +00:00
ben
e337da7ad9 Bump pkgrevision due to last change. 2006-08-29 14:09:30 +00:00
ben
e6f2e126f5 Fix typo introduced in last revision s/Mesa/Meta/
Libtoolize build and install, in order to fix build on i386 Mac OS X 10.4.7.
2006-08-29 05:35:27 +00:00
ben
a7bb6bb8d1 Switch from eawpatches to freepats, which is more actively maintained and
does not require acceptance of the unrar license at build-time.
2006-08-29 05:34:15 +00:00
ben
eb8063abca Fix build on i386 Mac OS X 10.4.7.
Exclude modplugplay, which uses the OSS API.
2006-08-29 04:40:53 +00:00
ben
b6c8b87b22 Add xmms-osx. 2006-08-28 05:27:04 +00:00
ben
1933ee1f88 Minor cleanup, mark this package as only for Darwin. 2006-08-28 05:26:28 +00:00
ben
d725b3d9e6 Initial import of xmms-osx version 1.0, an XMMS plugin for OSX native
audio output.
2006-08-28 05:11:06 +00:00
ben
043b482855 Fix xmms to build on i386 Mac OS X 10.4.7.
Remove the _ SYMBOL_PREFIX, as OpenDarwin ports does.

Disable i386 assembly optimizations.

Add OSX code to raise priority.

_INSTALL_UNSTRIPPED=yes on OSX.  Otherwise plugins, such as
lib/xmms/Input/libmpg123.so fail to load because the OSX linker can't
find symbols such as _xmms_get_gentitle_format from xmms/main.c.
2006-08-28 05:09:05 +00:00
ben
1a307bab1e Fix build on i386 Mac OS X 10.4.7. 2006-08-27 20:29:26 +00:00
ben
689ee474c2 Fix build on i386 Mac OS X 10.4.7. 2006-08-27 03:00:19 +00:00
ben
4227e9770b Fix build on i386 Mac OS X 10.4.7. 2006-08-27 02:25:49 +00:00
joerg
529a590738 FreeBSD also has esddsp files. Bump revision. 2006-08-26 15:25:26 +00:00
wiz
67e6c7f49e + amaroc. 2006-08-24 17:39:54 +00:00