Commit graph

4154 commits

Author SHA1 Message Date
minskim
007d7a258d If UNPRIVILEGED=yes, replace hardcoded root and wheel with
${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}, respectively.
2006-07-08 00:30:26 +00:00
minskim
6d120881c1 Add required link options for Darwin. 2006-07-08 00:27:56 +00:00
minskim
462f4c08ab Run configure with env variables set by pkgsrc. Previously, it was imake
that ran configure, which failed on Darwin because imake didn't pass all
variables in CONFIGURE_ENV.

This fixes PR 33812.  The package still does not build on Darwin due to
link errors.
2006-07-07 23:20:20 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
drochner
c2520eda4a +sound-juicer 2006-07-07 18:01:24 +00:00
drochner
0fee434853 Add sound-juicer-2.14.4, a CD ripper using the gstreamer framework.
You'll need a set of gst plugins, depending on what you do.
Eg gst-plugins0.10-flac for FLAC encoding, -ogg for OGG... Making
all these full dependencies would revert the whole sense of "plugins".
2006-07-07 18:00:03 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
wiz
277ef94063 Configure script tests for SDL>=1.2.10, so depend on that version. 2006-07-07 15:07:38 +00:00
adam
6d74af81be Changes 1.2.7:
* Added support for dynamically loading SMPEG library
 * Added support for dynamically loading Ogg Vorbis library
 * Removed automake dependency, to allow Universal binaries on Mac OS X
 * Added gcc-fat.sh for generating Universal binaries on Mac OS X
 * Updated libtool support to version 1.5.22
 * Use SDL_RWops also for native midi mac and win32
 * Use SDL_RWops also for native midi gpl (todo: mac and win32)
 * Tweaked Mix_Chunk's definition to make predeclaration easier.
 * Search timidity.cfg also in /etc
 * Fix memory leaks in timidity player
 * Use also SDL_RWops to read midifiles for timidity
 * Patch from Eric Wing to fix native midi compiling on MacOS/x86.
 * Disabled support for the system version of libmikmod by default
 * Fixed building mikmod support on UNIX
 * Always build SDL_RWops music support
 * Added SDL_RWops support for reading MP3 files
2006-07-07 06:52:46 +00:00
minskim
ac36d7e7d5 This is a Java program. Include java-vm.mk to get a run-time dependency
on JRE.  Bump PKGREVISION.
2006-07-07 04:06:15 +00:00
markd
2ffddf9626 Fix build when using sunpro compiler. "-KPIC" needs to be stripped out
of arguments to the assembler.
2006-07-06 12:39:10 +00:00
minskim
7145580d62 Fix PLIST on Darwin, where the CD audio input module is not built. 2006-07-06 00:15:14 +00:00
wiz
13b4a51378 Add and enable libvisual0.2*. 2006-07-05 21:15:13 +00:00
wiz
61dcf699c8 Fix build with gcc-4.1 on NetBSD-3.99.21:
remove extra qualification.
2006-07-05 19:02:21 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
rillig
ae99cb0f64 Fixed pkglint warnings. 2006-07-04 20:07:04 +00:00
drochner
f5506e75f2 bump PKGREVISION for libvisual major update 2006-07-04 15:17:20 +00:00
wiz
37688a4195 Merge error: now depends on libvisual, not libvisual0.2. 2006-07-04 06:46:43 +00:00
wiz
e45478764f Update to 1.4.1:
VERSION 1.4.1:
  FEATURES:
    * Support for last.fm streams. (BR 111983)
    * New playlist toolbar menu entry for adding streams to the playlist.
      (BR 129349)

  CHANGES:
    * Upgraded internal SQLite to 3.3.6.
    * Inotify support disabled for now, due to stability issues.
    * Tag editor is no longer modal.
    * Provide warning dialog when deleting items from the playlistbrowser.
      (BR 129313)
    * GUI layout reverted to the classic Amarok layout.
    * The Extended Info panel in the playlistbrowser is now resizeable.

  BUGFIXES:
    * Pressing return in the search bar of the Collection Browser immediately
      after typing a query no longer appends the wrong items to the playlist.
    * Fix crash when pressing Back or Forward buttons multiple times quickly
      in Artist tab. Patch by Thomas Lindroth
    * Fix problems where blanks would be added to data if SQLite was busy.
      Patch by Thomas Lindroth
    * Automatically refresh stream lyrics on new metadata.
    * Set half star ratings on multiple selected tracks when clicking on an
      item. (BR 129449)
    * Only enable Show Extended Info in the Playlist Browser when information
      is available. (BR 126590)
    * Disable global shortcut for ratings when ratings are disabled.
      (BR 129414)
    * Autodetect button in Media Devices configuration dialog would not
      properly signal changes, so that new devices were not always saved.


VERSION 1.4.1-beta1:
  FEATURES:
    * Much improved and completed custom icon theme by Vadim Petrunin
    * LibVisual 0.4 supported and required.
    * Support for custom scoring algorithms, via scripts.
    * Creative Nomad Jukebox support (untested!). Submitted by Andres Oton
    * Inotify support. On kernels 2.6.13 and above with Inotify support
      compiled in, the collection will automatically be rescanned and
      updated as soon as a watched folder has changed.

  CHANGES:
    * First-run wizard can no longer be restarted from the application menu.
      However, it can still be invoked with "amarok --wizard".
    * Astraweb lyrics script was removed for being crappy and unmaintained. If
      you want to maintain it, grab it from SVN and release on kde-apps.org.
    * "Append Count" option of dynamic playlists has been removed. It is
      now always one. (BR 120044)
    * Context browser can now play/queue specific discs of an album or
      compilation.
    * Automatically imported playlists go into a separate category.
    * Block quitting amaroK until all on-going media device operations have
      finished with a consistent state.
    * Interface choice in wizard removed.
    * MoodBar has been removed. The maintainer has not been updating it, and
      it was causing crashes for many people.
    * Usability improvements for the Script Manager, including a tree view.
    * Use KMimeType for resolving file type for metadata acquisition before
      falling back to extension based guessing.
    * Removed the "detailed mode" in the playlist-browser.
    * Also copy non-local URLs to collection when dropped onto collection
      browser.
    * Speed up connecting media devices with a lot of tracks to be submitted
      to last.fm.
    * For media without metadata, try to read metadata after transfer to
      the iPod (e.g. when copying an audio CD via KIOslaves).
    * Hint at starting a transcode script for transcoding while transferring
      to media devices. (BR 127155)
    * If a disc number is present, append it to the album's name when
      organizing files. (BR 126867)
    * Configure, which of fresh podcasts, newest & favorite albums are shown
      in context browser home view. Patch by Patrick Muench
      (BR 127043)
    * Dynamic mode no longer skips to the next song if you press play (via
      dcop, for instance) while already playing a track. Instead it restarts
      the current one.
    * The Actions menu has been renamed the Engage menu. It's way cooler,
      right? I mean, Star Trek is really cool, right?
    * Multiple podcasts can be configured at once by selecting multiple channels
      or by configuring the children of a folder.

  BUGFIXES:
    * Allow dropping of tracks after non-existant items in the playlist.
    * Make changes to the default dynamic playlists persistent.
    * Send UTF-8 encoded requests to Wikipedia. Thanks to Thomas Lindroth
      for the patch. (BR 127654)
    * Correctly restore podcast channel title when fetching fails.
    * Show error message when xine mp3 decoder isn't installed, don't just
      play next track.
    * Properly render and optimise playlist loading icons.
    * Properly import and export XSPF playlist formats.
    * Optimise addition of playlists to the playlistbrowser.
    * In context browser, show localized date for podcasts. (BR 127853)
    * Regression in dynamic mode caused it to skip the first track in the
      playlist whenever it was started. (BR 127451)
    * Stop Playing after Track: remember current track (BR 127312)
    * Radio streams were broken for protocols other than HTTP. (BR 127848)
    * Collection Browser would not set/unset/burn albums with ', The' in
      their name.
    * Prevent breakage when xine couldn't initialize the audio device. Patch
      from Ilya Konstantinov
    * Allow for recognition of the webdav protocol. Patch by Ilya
      Konstantinov
    * Setting a rating on an unplayed track would affect score generated.
      Patch by Patrick Muench
    * Stop tags with different capitalisation being treated as the same
      when building the collection.
    * Make database connections actually get closed when no longer used.
      (BR 123113)
    * xine engine would truncate the last seconds of a track, if no other
      track followed in the playlist.
    * Fixed AudioCD playback with xine-engine. Patch by Markus Kaufhold
    * If dynamic mode was turned on and then off, the previous random and
      repeat modes would be forgotten. (BR 123743)
    * Removing the current track through DCOP while editing a field of the
      track in the playlist would cause a crash. (BR 119152)
    * Make characters encoded with % (such as a forward slash, %2f) display
      correctly. (BR 105266)
2006-07-04 06:45:15 +00:00
wiz
503ca011d8 Actually do use libvisual0.2. 2006-07-04 00:58:50 +00:00
wiz
ab8ef9fc62 Update to 0.4.0:
Adapt for libvisual-0.4.0.

New in 0.3.x:
* ESD won't block anylonger, solved with a select timeout. (Dennis)
* NastyFFT: Adding new actor plugin. (yodor)
2006-07-03 23:36:05 +00:00
wiz
3fae776d13 Missed during update to 0.4.0. 2006-07-03 23:33:59 +00:00
wiz
0643b7ea9b Update to 0.4:
New in 0.4.0:
* Real time timestamping support. (Dennis)
* Will unref plugins that don't match the ABI version. (Dennis)
* Added VisRectangle system. (Dennis)
* New BMP loader that supports all depths and RLE encoding. (Sepp)
* visual_mem_set(), visual_mem_set16(), visual_mem_set32()
  Optimized memset functions. (Dennis)
* VisVideo new composite system. (Dennis)
* VisVideo sub regions. (Dennis)
* visual_video_zoom_*(). (Jaak)
* visual_video_mirror_*(). (Jaak)
* visual_video_rotate_*(). (Jaak)
* Removed obsolete visual_video_depth_transform_to_buffer(). (Jaak)
* Added VisCollection system. (Dennis)
* Added VisHashmap. (Dennis)
* Added VisCache. (Dennis)
* VisAudio rewrite. (Dennis)
* Added .license bit to VisPluginInfo for realtime license check. (Dennis)
* Removed .struct_size and .api_version from the VisPluginInfo structure,
  and revamped the plugin version check system. Put
  VISUAL_PLUGIN_API_VERSION_VALIDATOR somewhere in your plugin and it'll
  work. (Dennis)
* Homedir installable plugins ~/.libvisual/actor transform morph input. (Dennis)
* Added VisOS. Realtime priority functions are hosted in this module. (Dennis)
* Added VisMath. All kind of math related functions have been added, most
  note worthy are the _vectorized_. All of these are accelerated by
  mmx/3dnow/sse instructions.
* VisFourier completely revamped. (Chong Kai Xiong)

Breaks compatibility with 0.2 releases.
2006-07-03 23:33:43 +00:00
wiz
93c11ff0e0 Use libvisual0.2. Bump PKGREVISION. 2006-07-03 23:32:37 +00:00
wiz
6ee07c6e21 Reimport of libvisual-plugins under versioned directory name.
Plugins for the packages that use the libvisual0.2 package.
2006-07-03 23:31:04 +00:00
wiz
d9178917ab Reimport of libvisual package under versioned filename.
Next release (0.4) breaks backward compatibility.
2006-07-03 23:29:50 +00:00
rpaulo
a0b60fe99c Update to 0.3.10:
gtick 0.3.10, 2006-05-16, Roland Stigge <stigge@antcom.de>
        * Updated Czech, German, Irish, Italian, Russian and Vietnamese
          translations

gtick 0.3.9, 2006-03-18, Roland Stigge <stigge@antcom.de>
        * Added Ukrainian translation (po/uk.po)

gtick 0.3.8, 2006-03-06, Roland Stigge <stigge@antcom.de>
        * po/vi.po: Updated Vietnamese translation
        * src/metro.c: Applied patch by Tom Hargreaves <hex@freezone.co.uk>
          against race condition
        * Applied additional keybindings, patch by Jeremiah Benham
          <jjbenham@chicagoguitar.com>
2006-07-03 22:34:51 +00:00
xtraeme
2a11959492 Add missing gst-plugins0.10* packages (hi drochner!) 2006-07-03 19:30:07 +00:00
drochner
81be24910f while the future of this pkg is somewhat uncertain, due to the demise
of cddb just announced,
update to 1.5.6
changes:
- fixed: better handling of double disc titles
- fixed: isolatin1 is removed from the userpackages
- fixed: AllMusic works again (new layout of website)
- added: new template paper-box, picture
- added: added option template_list, which generates list of feasible templates
- changed: better regular expression for getting covers from AllMusic.com
- fixed: proper encoding of languages through inputenc package
2006-07-03 18:45:24 +00:00
tron
8eb92b645b Remove superfluous patch. 2006-07-03 15:51:46 +00:00
tron
7224b30e48 Fix questionable C++ code instead of using "-ffriend-injection" option
(which might be removed from future GCC versions) to make this build
with GCC 4.1.x.

Patch tested by Thomas 'wiz' Klausner.
2006-07-03 13:58:30 +00:00
jmmv
725feef7cc Properly handle the icon theme cache. Bump PKGREVISION to 1. 2006-07-03 13:02:39 +00:00
drochner
5f6c706001 keep fingers off icon-theme.cache 2006-07-03 11:53:56 +00:00
jmmv
3c74a2741e This wants gtk2+>=2.6.0. 2006-07-03 10:40:28 +00:00
jmmv
20958e7cb2 Add and enable easytag-devel. 2006-07-03 09:43:03 +00:00
jmmv
0b26729590 Initial import of easytag-devel, version 1.99.12:
This package provides the 1.99.x development branch of easytag, an utility
to easily and quickly view, edit and write your audio files' tags from a
nice GTK+ interface.

The major change in this branch is the use of GTK+ 2.x as opposed to 1.x.

Based on the easytag-gtk2 package found in pkgsrc-wip.

OK'ed by wiz@, who becomes the maintainer of this new package.
2006-07-03 09:42:30 +00:00
tron
5e15869e82 Fix build with GCC 4.x:
- Use "-ffriend-injection" to get "daaplib" to build again.
- Use proper return values in iterators in "libhttpd-persistent".
2006-07-03 02:18:15 +00:00
drochner
7839039c6e argh - these should go to "devel" and "graphics", respectively.
Too much c&p...
2006-07-02 11:56:01 +00:00
drochner
5d62e2bc02 add gst-plugins0.10-cairo-0.10.8, the cairo plugin for gstreamer0.10 2006-07-02 11:47:10 +00:00
drochner
f2ac1aba15 add gst-plugins0.10-pango-0.10.8, the pango plugin for gstreamer0.10 2006-07-02 11:46:07 +00:00
drochner
f7c1470d32 add gst-plugins0.10-libvisual-0.10.8, the libvisual plugin for
gstreamer0.10
2006-07-02 11:45:05 +00:00
drochner
7090af27d4 add gst-plugins0.10-speex-0.10.8, the speex plugin for gstreamer0.10 2006-07-02 11:44:00 +00:00
drochner
c24d46d468 add gst-plugins0.10-flac-0.10.8, the flac plugin for gstreamer0.10 2006-07-02 11:42:49 +00:00
drochner
769efa376e add gst-plugins0.10-cdparanoia-0.10.8, the cdparanoia plugin for
gstreamer0.10
2006-07-02 11:41:34 +00:00
drochner
577ccf4904 add gst-plugins0.10-vorbis-0.10.8, the vorbis plugin for gstreamer0.10 2006-07-02 11:35:20 +00:00
drochner
aa6daaa592 update to 0.9.5
This is a major update, too many individual changes to list here.
Most notably: uses the gstreamer-0.10 framework now.

(That's still not that great software, there is an appearent ressource
leak which makes switching between play channels fail after a while.)
2006-07-02 11:32:40 +00:00
rillig
baf6613626 Fixed the path to the configuration file. Bumped PKGREVISION. 2006-07-02 09:53:00 +00:00
tron
7e74cebfe5 Fix a lot of horrible Spaghetti code which prevented this package from
building with GCC 4.1.x. While doing this fix some of the portability
problems for big endian system.

This package needs a lot of work before it will work with either
big-endian or LP64. It should probably be removed because it seesm
to be unmaintained since 2001.
2006-06-30 12:54:37 +00:00
joerg
1531504ce6 Needs msgfmt. 2006-06-29 12:17:53 +00:00
wiz
80f218df25 Reset maintainer, email bounced. 2006-06-26 18:16:31 +00:00