Commit graph

30 commits

Author SHA1 Message Date
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
jperkin
37ecec314f Apply removal of -export-dynamic for SunOS across all of pkgsrc.
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been
looked at yet.
2013-07-05 15:10:00 +00:00
ryoon
7b3a29acc8 Update to 2.4.4
Changelog:
2.4.4
        * Fix crash when saving a playlist with URLs.
        * Fix hang in case of symlink loop (like symlink to parent directory)
          when adding files recursivelly to the playlist.
        * Fix bad memory acces when using FILL parameter in layouts that caused
          "FATAL_ERROR: Layout1 is malformed".
        * Fix compilation with newer ffmpeg. (Alexis Ballier)
        * Increase maximum file title (made from tags) length to 512. Helps on
          wide terminals.
        * Fix displaying URLs on the playlist when it ends with a slash.
        * Fix compilation of flac plugin by detecting libflac using pkg-config.
        * Fix for multichannel playback. (Maarten van Es)
        * Fix handling of invalid track number in tags. A segfault occured when
          the track number was at least a value of 2^31.
        * Support for the new (SVN) libmpcdec API.
        * Remove old, irrelevant comment about iconv from the configuration
          file.
        * Fix configure to display proper information about compiled RCC.
        * Run libtoolize in autogen.sh to prevent conflicts with installed
          libtool/libltdl version.
2013-06-16 13:00:59 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
asau
3997aff2d7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 23:47:56 +00:00
hans
ad25520022 Fix build on SunOS. 2012-01-11 19:06:24 +00:00
joerg
687e08e147 Spell --export-dynamic corrctly. 2011-09-04 14:31:58 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
zafer
d14ff49f3b revert previous. seems to work, but slow. 2011-03-11 10:29:44 +00:00
zafer
dc6e0e64c7 service discontinued. prevent timeout. fetch from backup. 2011-03-11 10:24:35 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wiz
18decf1db4 PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:43 +00:00
bjs
5ccc7b5cff Recursive dependency bump for libspeex (it is backward-compatible,
but also has API additions).
2008-11-08 21:13:27 +00:00
tnn
2da0e3d30b fix typo 2008-05-24 23:05:27 +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
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
wiz
09b0afc66a Support flac-1.1.3 using a patch from
ftp.altlinux.org /pub/people/thresh
2007-01-12 20:21:47 +00:00
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +00:00
wiz
55ab951f76 Bump PKGREVISION for curl shlib bump. 2006-11-19 14:08:30 +00:00
rillig
ae99cb0f64 Fixed pkglint warnings. 2006-07-04 20:07:04 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
xtraeme
5cf28498f7 Remove libvorbis... it should be included via options.mk. 2006-02-12 18:42:22 +00:00
xtraeme
50ce515b47 Update to 2.4.0.
Changes:

        * Layout of the main window can be changed using Layout[123] options.
          Switching between layouts is done using the 'l' key and now TAB is
          used to switch between the playlist and the directory menu. For
          example, you can configure the layout to see both the playlist and a
          directory content.
        * Support for WMA, RealAudio, MP4 and AAC file using FFmpeg.
        * UTF-8 support.
        * Selecting themes at runtime - T command (this does not change the
          config file).
        * Executing external commands, like 'cp %f /mnt/usb_drive' where %f is
          substituted with the path to the currently selected file.
        * Tags are cached at the server side and read in a separate thread.
          The interface is not locked until the tags are read. Size of the
          cache can be adjusted using TagsCacheSize. The cache is saved at exit
          and loaded at startup.
        * Moving items up and down: u and j commands.
        * Workaround for encoding of ID3v1 tags. New options: UseRCC - to use
          librcc for ID3v1 reencoding (Initial patch by Alexey Gladkov),
          ID3v1TagsEncoding - assumed encoding for ID3v1 tags.
        * Added UseCursorSelection option (default: no) to display cursor on
          the selected file. This is useful with braille displays.
        * Added SetXtermTitle option (disable/enable setting xterm title).
        * Added m4a and aac to the list of extensions supported by ffmpeg.
        * Pressing n when nothing is played starts playing from the first item
          on the playlist.
        * Added FollowPlayedFile option: menu follows the currently played file
          so that it is scrolled if the file is outside the visible part
          (default to yes).
        * Numbering items in the playlist. Can be turned off using
          PlaylistNumbering.
        * New themes: moca_theme (Nicola Vitale), red_theme (yyz), and
          darkdot_theme (David Lazar).
        * Added a command for adding a URL to the playlist using entry (CTRL-u).
        * A and --append can add files from playlists.
        * Interface show the playlist after startup if something from the
          playlist is played (CanStartInPlaylist option).
        * Commands: --append, --clear, --play work now as expected even if there
          is no client running.
        * Use full paths instead of just file names for displaying on the
          playlist.
        * Internet streams can be paused.
        * Ogg plugin name was changed to vorbis.
2006-02-12 18:35:55 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtraeme
b1570b9059 Use the correct audio device via ossaudio.buildlink3.mk, pointed
out by Peter Schuller.

Bump PKGREVISION.
2006-01-08 20:14:52 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
xtraeme
e1b79b8c88 Apply patch from rivo nurges to eliminate awful memory leak when
playing internet streams with moc.

Thanks to rivo nurges and Peter Schuller (Maintainer).

Bump PKGREVISION.
2005-11-19 10:55:37 +00:00
xtraeme
07334f69fe Initial import of moc-2.3.2 from pkgsrc-wip, packaged by Petter
Schuller.

MOC (music on console) is a console audio player for LINUX/UNIX
designed to be powerful and easy to use. Noteworthy features
include:

  * By default, files are decoded and played in a background
    process. This allows the user to quit the interface (e.g.,
    if one needs to close the xterm) without affecting
    playback. It also allows attaching multiple interfaces
    (e.g. in multiple xterms) to the same player.
  * Playback should be smooth even under high cpu or I/O load,
    due to the use of output buffering in a separate thread.
  * There are no sound gaps in between files, because the next
    file to be played is precached while playing the current
    file.

Note: To avoid conflicts with Qt's 'moc', the moc binary is
called 'mocp'.
2005-09-26 23:17:32 +00:00