pkgsrc/audio
obache d22d6605bf Update gst-fluendo-mp3 to 0.10.15.
2010-10-21  Jorge Zapata <jzapata@fluendo.com>

	* src/flump3dec.c: (flump3dec_reset), (flump3dec_flush),
	(flump3dec_sink_chain), (flump3dec_check_for_xing),
	(flump3dec_drain_avail):
	* src/flump3dec.h:
	* win32/oa/config.h:
	Add a discont double check, checking the flag is not enough
	given that rtpmpadepay/rtpmpapay adds a discont flag on every
	buffer, so we also check the timestamps difference.
	Whenever we are looking for the Xing header and it is not found
	we must reset the bitstream.
	Add a cast to correctly display the needed bits.

2010-03-12  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.14 ===

2010-03-12  Julien Moutte <julien@fluendo.com>

	* ChangeLog: I screwed up with the release process  !
	* configure.ac: Back to TRUNK.

2010-03-12  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.13 ===

2010-03-12  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.13 ===

2010-03-08  Josep Torra  <josep@fluendo.com>

	* src/flump3dec.c: (flump3dec_sink_event):
	Do not drain in segment updates.

2009-10-28  Josep Torra  <josep@fluendo.com>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	Renamed 'decoder' folder to 'src' folder to follow the naming of
	the other plugins.

2009-10-28  Josep Torra  <josep@fluendo.com>

	* configure.ac:
	Added handling of assemby code by automake.

2009-10-28  Josep Torra  <josep@fluendo.com>

	* Makefile.am:
	Make autogen.sh being disted.

2009-09-16  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.12 ===

2009-09-15  Thijs Vermeir  <thijs@fluendo.com>

	* decoder/flump3dec.c: drain available frames before applying
  new segment

2009-08-24  Julien Moutte  <julien@fluendo.com>

	* win32/oa/Makefile.am: Add OSSBUILD VCPROJ to dist.
	* win32/oa/config.h: Updated.

2009-03-07  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.11 ===

2009-02-26  Julien Moutte  <julien@fluendo.com>

	* Makefile.am:
	* configure.ac:
	* win32/Makefile.am:
	* win32/oa/Makefile.am:
	* win32/oa/config.h.in: Make sure we include Win32 in the release
        process. Autogenerate the config.h file with proper versioning.

2009-02-19  Julien Moutte  <julien@fluendo.com>

	* decoder/flump3dec.c: (flump3dec_sink_event): Use gst_pad_push_event
	as it's faster.

2008-12-11  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.10 ===

2008-11-21  Julien Moutte  <julien@fluendo.com>

	* configure.ac: Use the CPU_TUNE macro.
	* decoder/Makefile.am: Use CPU_TUNE CFLAGS and LDFLAGS for exec stack.
	* decoder/flump3dec.c: (flump3dec_flush), (flump3dec_sink_chain),
	(flump3dec_drain_avail), (flump3dec_sink_event):
	* decoder/flump3dec.h: Clean up indentation and make sure we set the
	discont flag on audio buffers when required. This fixes non flushing
	seek with MP3 dec in the pipeline (looping).

2008-10-13  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.9 ===

2008-10-13  Julien Moutte  <julien@fluendo.com>

	* configure.ac: Make sure we don't set the Exec stack flag and don't
	build static libraries.
	* decoder/Makefile.am: Make naming of the LDFLAGS more consistent.

2008-09-15  Sergi Alvarez  <salvarez@fluendo.com>

	* decoder/flump3dec.c: (flump3dec_src_query): Check for format_bytes
	and format_default like comment above says. Avoid dupped check.

2008-06-18  Paul Brossier  <piem@fluendo.com>

	* configure.ac: back to TRUNK.

=== release 0.10.8 ===

2008-06-09  Paul Brossier  <piem@fluendo.com>

	* configure.ac: update to use AG_CHECK_IPP

2008-06-09  Paul Brossier  <piem@fluendo.com>

	* configure.ac: update IPP lookup

2008-05-25  Julien Moutte  <julien@fluendo.com>

	* COPYING:
	* README:
	* decoder/bitstream.c:
	* decoder/bitstream.h:
	* decoder/common.c:
	* decoder/common.h:
	* decoder/decode.c:
	* decoder/decode.h:
	* decoder/flump3dec.c:
	* decoder/flump3dec.h:
	* decoder/mp3-c-synth.c:
	* decoder/mp3-c.c:
	* decoder/mp3-c.h:
	* decoder/mp3-cos-tables.h:
	* decoder/mp3-ipp.c:
	* decoder/mp3-ipp.h:
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c:
	* decoder/mp3tl.h:
	* decoder/table-bitalloc.h:
	* decoder/table-dewindow.h:
	* decoder/table-huffdec.h:
	* decoder/table-powtable-2.h:
	* decoder/table-powtable.h:
	* util/gen-pow-table-2.c: (main): Update copyrights.

2008-05-25  Julien Moutte  <julien@fluendo.com>

	Patch by: Yoav Steinberg <yoav at monfort dot co dot il>

	* decoder/bitstream.c: (bs_getbytes):
	* decoder/bitstream.h:
	* decoder/common.h:
	* decoder/decode.c: (II_dequant_and_scale_sample),
	(I_dequant_and_scale_sample), (init_syn_filter):
	* decoder/flump3dec.c: (flump3dec_base_init),
	(gst_flump3dec_update_ts), (flump3dec_drain_avail):
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis), (MPG_DCT_8):
	* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample),
	(III_stereo), (III_antialias), (inv_mdct_s), (imdct_9pt),
	(init_mdct), (III_hybrid):
	* decoder/mp3-cos-tables.h:
	* decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame):
	* decoder/table-dewindow.h:
	* decoder/table-powtable-2.h:
	* decoder/table-powtable.h: Fix code to support Win32 build.

2008-03-18  Kapil Agrawal <kapil@fluendo.com>

	* decoder/mp3tl.c: (mp3tl_new): Initializing freebitrate flag to true.
	  (mp3tl_sync): changed the read_header arguments.
	* decoder/decode.c: (read_header): changed the first argument to mp3tl,
	  changes to support free format bitrate and moved parsing of first 21 bits
	  to a new function read_main_header.Fixes ticket #23.
	* decoder/mp3tl-priv.h:	added free format related elements in mp3tl.
	* decoder/decode.h: included mp3tl-priv.h.

2008-02-25  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.7 ===

2008-02-22  Josep Torra Valles  <josep@fluendo.com>

	* configure.ac:
	Updated to compile with IPP version 5.3.1.062

2008-02-19  Kapil Agrawal <kapil@fluendo.com>

	* decoder/mp3tl.c: (mp3tl_sync):
	Fixed ticket #102.
	header and sync length were not considered while checking minimum
	frame size.

2007-12-14  Julien Moutte <julien@fluendo.com>

	* gst-fluendo-mp3.spec.in: Handle SElinux policy in the RPM.

2007-08-23  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	Add IPP 5.2, 5.3 & 5.3_beta to the list of versions to check for.

	* decoder/mp3-ipp.c: (ipp_decode_mp3):
	Use memmove instead of memcpy, and only copy when there are actually
	bytes to move.

2007-08-13  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_src_event):
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
	* decoder/mp3-c.c: (III_stereo):
	* decoder/mp3tl.c: (mp3tl_new):
	Fix some compiler warnings about unused variables.

2007-08-13  Josep Torra Valles  <josep@fluendo.com>

	* decoder/bitstream.c: (h_rewindNbits), (h_rewindNbytes):
	* decoder/bitstream.h:
	* decoder/mp3-c.c: (III_huffman_decode):
	Partial fix for ticket #18.
	Disabled the optimization until a complete fix. ENABLE_OPT_BS = 0.

2007-07-26  Josep Torra Valles  <josep@fluendo.com>

	* configure.ac:
	* decoder/Makefile.am:
	* decoder/bitstream.c: (h_setbuf):
	* decoder/bitstream.h:
	* decoder/decode.c:
	* decoder/huffman.c: deleted
	* decoder/huffman.h: deleted
	* decoder/mp3-c.c: (huffman_decoder): made inline
	Several optimizations related to huffman decoding.

2007-07-26  Josep Torra Valles  <josep@fluendo.com>

	* decoder/mp3-c.c: (III_hybrid):
	Fixed a warning related to liboil.

2007-07-26  Josep Torra Valles  <josep@fluendo.com>

	* decoder/Makefile.am:
	Added table-powtable-2.h to fix 'make dist'.

2007-06-07  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_drain_avail):
	Don't output timestamps from an uninitialised variable
	when handling corrupted/skipped packets.

2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/common.h:
	Fix macro for marking unused function arguments.

	* decoder/mp3-c.c: (III_stereo):
	Guard against overflowing the arrays by limiting the subband
	iterator to 576.

2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	Add funrolling of the loops to the CFLAGS for a juicy speed boost.

	* decoder/decode.h:
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
	* decoder/mp3-c.c: (III_get_scale_factors),
	(III_dequantize_sample), (inv_mdct_l), (inv_mdct), (III_hybrid),
	(c_decode_mp3):
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c: (mp3tl_new), (mp3tl_decode_frame):
	Some fixes and optimisations, between that and funrolling loops,
	things are now 18% faster.

	* decoder/mp3-ipp.c: (decode_mp2), (ipp_decode_mp3),
	(mp3_SubBandSynthesis), (mp3_ipp_init), (mp3_ipp_flush),
	(mp3_ipp_close):
	Re-indent.

2007-06-01  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample):
	* decoder/table-powtable-2.h:
	* decoder/table-powtable.h:
	* util/Makefile.am:
	* util/gen-pow-table-2.c: (main):
	Speed the C-only decoder up by 38% by pre-calculating some stuff
	instead of doing it over and over in an inner loop.
2010-10-27 14:04:14 +00:00
..
abcde Several fixes suggested by wiz@ ... thanks! 2010-04-11 07:25:49 +00:00
abcmidi Fix version number in PKGNAME. Noted by reed. 2009-10-10 08:33:24 +00:00
adplug Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
akode Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-alsa Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-ffmpeg Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-jack Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-mpc Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-mpeg Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-oss Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-pulseaudio Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-resampler Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-sun Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
akode-plugins-xiph Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
albumplayer Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
alsa-lib Update to 1.0.22: 2010-02-16 15:40:06 +00:00
alsa-plugins-oss Update to 1.0.22 - no functional changes. 2010-02-16 18:26:24 +00:00
alsa-plugins-pulse Update to 1.0.22 - no functional changes. 2010-02-16 18:30:12 +00:00
alsa-utils Exactly disable NLS support, should fix PR#43202. 2010-04-24 04:58:43 +00:00
amaroc Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
amarok Depend on latest kdelibs4 and fix PLIST. 2010-10-27 07:59:32 +00:00
amarok-kde3 More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
amp
ampache Update dependency to newer package path. 2010-03-16 16:02:20 +00:00
applerecords Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
ario Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
arts Bump PKGREVISION from libpng shlib name change (libqtmcop.so). 2010-06-16 14:21:38 +00:00
audacious Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
audacious-plugins Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
audacity Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
aumix update master site. while here add license. 2009-08-15 23:27:19 +00:00
aumix-gtk Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bladeenc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
blop Import blop-0.2.8 as audio/blop from pkgsrc-wip. 2010-06-05 09:27:51 +00:00
bml Add missing PLIST entry for i386. 2010-08-18 04:03:28 +00:00
bmp Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmp-esound Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmp-flac Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmp-mac Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmp-musepack Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmp-pulse Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmp-scrobbler Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bmpx Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
bsl Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
buzztard If installing icons to share/icons/gnome, depend on gnome-icon-theme. 2010-10-20 20:26:29 +00:00
cam Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
cd-discid the project got a HOMEPAGE 2009-09-30 10:47:51 +00:00
cdd
cddb-bundle Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
cddbd Do not bail out if not installing as root. 2010-02-03 14:43:57 +00:00
cdparanoia Update checksums for: 2010-03-26 16:41:57 +00:00
cdplayer More PKGREVISION bumps of jpeg dependencies. 2010-01-24 13:26:09 +00:00
celt Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
cmp3 fix getline(3) conflicts, "getline" -> "cmp3_getline" 2010-10-24 11:28:42 +00:00
cmus Update audio/cmus to 2.3.2 2010-05-18 21:11:47 +00:00
cplay Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
cripple
cs4235 Set LICENSE to public-domain. 2010-03-09 12:32:56 +00:00
csound5 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
csound5-manual Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
daapd DESTDIR support 2010-02-01 00:59:27 +00:00
dap Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
darkice Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
disc-cover Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
distmp3 Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
easyh10 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
easytag Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
easytag-current Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
eawpatches Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
emixer Adjust version numbers for the mpg123 pkg 2010-03-14 17:55:28 +00:00
esound Forgot to re-run 'make makepatchsum' after adding $NetBSD$ 2009-09-21 17:27:40 +00:00
espeak Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
exaile Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
ezstream Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
faac update to 1.28 2009-09-09 16:40:39 +00:00
faad2 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
festival Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festival-doc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festlex-cmu Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festlex-oald Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festlex-ogi Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
festlex-poslex Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
festogi-spanish Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-abc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-aec Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-don Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-el11 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-en1 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-hvs Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-jph Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-kal8 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-kal16 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-ked8 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-ked16 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-mwm Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-ogirab Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-rab8 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-rab16 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-tll Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-us1 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-us2 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
festvox-us3 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
flac Added LICENSE information. 2010-01-24 17:11:17 +00:00
flac2mp3 This needs flac(1) from the flac package. Bump pkgrevision to 2. 2009-08-23 03:11:15 +00:00
flac123 bump PKGREVISION for libao shlib major change 2010-05-19 18:26:39 +00:00
flactag use libslang2 instead of libslang, bump PKGREV 2010-07-16 16:23:49 +00:00
flite user-destdir support 2009-07-07 14:18:10 +00:00
fluidsynth Update HOMEPAGE. 2009-11-03 12:58:24 +00:00
freealut Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
freepats update master sites. update homepage. 2009-07-16 21:30:56 +00:00
freezetag Disable master site and fetch from backup. Host does not resolve. 2009-05-05 18:41:22 +00:00
gbemol Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gimmix Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gkrellm-volume Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gkrellm-xmms Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
glurp Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gmp3info Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gmpc Vala is not required to build from released tarball. 2010-09-24 06:28:46 +00:00
gmpc-magnatune Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gnome-audio Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +00:00
gnome-speech Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gnome-speech-espeak Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gnome-vfs-cdda reset PKGREV for base pkg update 2010-10-22 20:12:43 +00:00
gogo Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
goom Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gqmpeg Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gqmpeg-devel Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gqmpeg-skins Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gramofile
gsm Update to 1.0.13, set LICENSE (basically mit). 2009-10-31 01:29:26 +00:00
gst-buzztard Fix paths. 2009-09-10 20:19:18 +00:00
gst-plugins0.10-a52 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-alsa Import gst-plugins0.10-alsa version 0.10.21. 2008-12-19 04:40:39 +00:00
gst-plugins0.10-cdparanoia needs cdparanoia III 10.2 now 2009-08-17 17:48:00 +00:00
gst-plugins0.10-dts Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-esound Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-faac gst-plugins0.10-faac/DESCR is just a copy of gst-pugins0.10-faad/DESCR. 2010-10-09 08:15:17 +00:00
gst-plugins0.10-faad gst-plugins0.10-faac/DESCR is just a copy of gst-pugins0.10-faad/DESCR. 2010-10-09 08:15:17 +00:00
gst-plugins0.10-flac Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gst-plugins0.10-fluendo-mp3 Update gst-fluendo-mp3 to 0.10.15. 2010-10-27 14:04:14 +00:00
gst-plugins0.10-jack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-lame build the "lame" plugin of gst-plugins0.10-ugly, can be used by 2009-10-28 18:32:17 +00:00
gst-plugins0.10-libvisual Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gst-plugins0.10-mad Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-musepack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-oss Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-pulse Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-sid Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-spc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gst-plugins0.10-speex reset PKGREVISION for base pkg update 2009-01-26 11:12:39 +00:00
gst-plugins0.10-twolame build the "twolame" plugin of gst-plugins0.10-ugly, can be used by 2009-10-28 18:33:57 +00:00
gst-plugins0.10-vorbis Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gst-plugins0.10-wavpack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
gtick Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
gtkmserv Disable master site and fetch from backup. Host does not resolve. 2009-05-05 18:41:22 +00:00
gtkpod Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
guspatches Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
herrie Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
hydrogen Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
icecast Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
icecast1 Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
ices-mp3 Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
id3 Update id3 to 0.15. 2008-11-24 12:04:15 +00:00
id3ed user-destdir support 2009-07-07 15:05:58 +00:00
id3lib One more gcc-4.3 compliant patch for PR#43783. 2010-08-22 23:20:57 +00:00
id3v2 Create all dirs the same way (using INSTALLATION_DIRS). 2010-04-26 08:32:49 +00:00
ifp-line DESTDIR support 2010-01-30 18:05:58 +00:00
jack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
jack-rack Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
juke user-destdir support 2009-07-07 15:05:58 +00:00
kid3 Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
kmp Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
ladspa Update to 1.13, set LICENSE. 2009-08-16 14:17:44 +00:00
lame upgrade to release 3.98.4 (minor bug fix update) 2010-07-04 10:24:33 +00:00
liba52 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libao update to 1.0.0 2010-05-19 18:17:27 +00:00
libao-alsa Fix package to work with the libao-1.0 changes 2010-05-30 11:25:44 +00:00
libao-arts sync w/ libao update 2010-05-19 18:18:47 +00:00
libao-esound sync w/ libao update 2010-05-19 18:18:47 +00:00
libao-macosx sync w/ libao update 2010-05-19 18:18:47 +00:00
libao-nas sync w/ libao update 2010-05-19 18:18:47 +00:00
libao-oss sync w/ libao update 2010-05-19 18:18:47 +00:00
libao-pulse sync w/ libao update 2010-05-19 18:18:47 +00:00
libao-sun sync w/ libao update 2010-05-19 18:18:47 +00:00
libaudiofile update to 0.2.7 2010-04-12 19:04:58 +00:00
libcanberra oss module will be installed conditionally. 2010-09-21 01:16:28 +00:00
libcdaudio Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libcddb update to 1.3.2 2009-07-26 17:36:25 +00:00
libdca Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libdiscid libdiscid works on FreeBSD, too 2009-09-20 21:40:37 +00:00
libgpod Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libhydrogen Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libid3tag Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
libifp Fix path to itself. 2010-02-16 08:57:48 +00:00
liblastfm Update to 0.3.3: 2010-10-16 16:17:58 +00:00
libmad Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
libmikmod Update to 3.1.12: 2010-05-02 11:42:17 +00:00
libmodplug Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libmp3splt Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
libmpcdec Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libmpd Update to libmpd-0.20.0: 2010-06-15 21:15:11 +00:00
libmpg123 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libmtag update to 0.3.2 2009-12-16 19:54:39 +00:00
libmusepack Fix build on DragonFly BSD using patch from Tero Jaasko in PR 43630. 2010-07-18 09:46:50 +00:00
libmusicbrainz Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libofa Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libopenspc Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libsamplerate Added LICENSE information. 2010-01-24 17:11:17 +00:00
libshout Needs pkg-config, otherwise it will not install the pc file. 2009-08-04 13:31:24 +00:00
libsidplay Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libsidplay2 Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
libsndfile Changes 1.0.23: 2010-10-16 08:23:04 +00:00
libspiff Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libtunepimp Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
libvisual Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libvisual-bmp Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libvisual-plugins Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libvisual-xmms Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libvisual0.2 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
libvisual0.2-plugins Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
libvorbis Update to 1.3.1: 2010-04-23 21:45:19 +00:00
liteamp Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
liveice Adjust version numbers for the mpg123 pkg 2010-03-14 17:55:28 +00:00
lmms Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
mac Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
mad Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
mad123 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
madman Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
madplay Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
malint Mark as destdir ready. 2008-07-14 12:55:56 +00:00
maplay user-destdir support 2009-07-07 15:25:39 +00:00
mbrola Convert @exec/@unexec to @pkgdir or drop them. 2009-06-14 18:10:28 +00:00
mbrolavox-en1 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
mbrolavox-us1 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
mbrolavox-us2 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
mbrolavox-us3 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
mikmod
milkytracker Set maintainer to the one from the wip package of the same name. 2009-08-28 07:48:15 +00:00
mixer.app Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
mkcdtoc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
moc Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
moc-devel Add patches to work with NetBSD's curses. 2009-07-07 21:18:52 +00:00
moodbar Initial import of moodbar-0.1.2: 2010-02-15 17:16:13 +00:00
moss Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
mp3_check limit collateral damage of the previous for systems where timeval.tv_usec 2009-07-30 20:12:39 +00:00
mp3asm PKG_DESTDIR_SUPPORT 2009-12-17 19:58:19 +00:00
mp3blaster Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
mp3check Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
mp3cut Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
mp3diags Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
mp3info Mark as destdir ready. 2008-07-14 12:55:56 +00:00
mp3splt Recursive bump for libltdl 2009-12-15 21:30:51 +00:00
mp3to Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
mp3val Fix destdir installation. 2009-07-13 07:07:26 +00:00
mp32ogg Bump PKGREVISION (as noted by wiz) 2010-03-09 11:09:51 +00:00
mpc Update to 0.16: 2009-08-09 23:13:52 +00:00
mpegaudio PKG_DESTDIR_SUPPORT 2009-12-17 19:58:19 +00:00
mpg123 Update mpg123 to 1.12.5 2010-10-26 21:06:44 +00:00
mpg123-arts Add pulse and arts output modules for mpg123. 2010-03-14 16:28:02 +00:00
mpg123-esound Update to new mpg123 world order 2010-03-14 14:58:26 +00:00
mpg123-nas Adapt to new mpg123 world order 2010-03-14 14:47:36 +00:00
mpg123-oss Use ${LIBOSSAUDIO} from oss.buildlink3.mk. (PR pkg/43077) 2010-03-30 10:29:22 +00:00
mpg123-pulse Add pulse and arts output modules for mpg123. 2010-03-14 16:28:02 +00:00
mpg123-sun Switch to oss default module on FreeBSD and DragonFly, per PR pkg/43279. 2010-05-12 13:16:15 +00:00
mpg321 zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
mppenc
mserv Extend id3v2 handling by adding (very simplistic) handling for unicode 2009-09-26 21:16:57 +00:00
mserv-devel PKG_DESTDIR_SUPPORT 2009-12-17 19:58:19 +00:00
mserv-irman Add PREV_PKGPATH and/or SUPERSEDES for various packages that 2009-05-02 16:21:43 +00:00
mstream DESTDIR support 2010-02-01 00:40:32 +00:00
mt-daapd DESTDIR ready 2010-02-01 01:16:24 +00:00
muse Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
musicbrainz Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
musicpd zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
nas Added LICENSE information. 2010-01-24 17:11:17 +00:00
nas-auscope Update nas to version 1.9.1. 2008-10-14 12:47:11 +00:00
ncmpc -NetBSD-current's wide curses is good enough -- I'm assuming that any 2010-02-24 18:08:12 +00:00
normalize Add DESTDIR support. 2008-06-20 01:09:05 +00:00
nosefart * set LICENSE=gnu-gpl-v2 2010-09-26 08:11:22 +00:00
nspmod
ocp Delint. 2010-10-25 23:12:51 +00:00
oggasm
openal Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
opencore-amr New package opencore-amr: 2010-04-16 15:42:10 +00:00
p5-Audio-CD Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-Audio-Scan Update to 0.84 again. 2010-09-07 10:48:32 +00:00
p5-Audio-Wav Update to 0.12: 2010-09-06 10:40:16 +00:00
p5-CDDB Update to 1.220: 2010-09-06 10:41:53 +00:00
p5-CDDB-File Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-CDDB_get Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MP3-Info Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MP3-Tag Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MPEG-Audio-Frame Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MusicBrainz-Client Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
p5-MusicBrainz-Queries Bump the PKGREVISION for all packages which depend directly on perl, 2010-08-21 16:32:42 +00:00
padevchooser Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
paman Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
paprefs Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
pavucontrol Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
pavumeter Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
picard Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
portaudio Don't mess up the links created by libtool, resulting in symlinks to 2010-10-12 21:50:49 +00:00
portaudio-devel Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
pulseaudio More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
py-ao make it work again (after changes to libao and Python) 2010-05-19 21:00:02 +00:00
py-cddb Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-daap Use Python extension framework. Bump revision. 2008-06-12 00:18:10 +00:00
py-id3 Import py-id3-1.2 as audio/py-id3. 2010-04-12 12:13:28 +00:00
py-id3lib restore the patch's comment which got lost in last commit 2010-01-06 11:20:30 +00:00
py-karaoke Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
py-libmtag supports user-destdir 2009-07-08 16:02:05 +00:00
py-mad Update to 0.6: 2009-08-09 21:47:34 +00:00
py-mpd Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
py-musicbrainz Update to 0.4.1, set LICENSE and convert to user-destdir. 2009-08-09 21:51:13 +00:00
py-musique Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
py-mutagen Update py-mutagen to 1.19. 2010-03-05 13:57:51 +00:00
py-ogg Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
py-vorbis Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-xmms Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
qjackctl Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
qsynth Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
qtplay
rexima user-destdir support 2009-07-07 15:25:39 +00:00
rhythmbox Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
rio Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
rio500 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
rioutil Add DESTDIR support. 2008-06-20 01:09:05 +00:00
rip Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
rosegarden Not MAKE_JOBS_SAFE. 2010-03-22 16:08:55 +00:00
rplay Change patches to use --mode argument for libtool. 2009-10-06 17:27:51 +00:00
rsynth PKG_DESTDIR_SUPPORT 2009-12-17 22:08:09 +00:00
rtunes Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
SDL_mixer Update to 1.2.11 2009-11-15 21:05:40 +00:00
SDL_sound Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib 2009-05-20 00:58:05 +00:00
sfxr Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
shntool Update shntool to 3.0.10; changelog since 2.0.3 below: 2009-07-14 18:55:59 +00:00
shorten Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
sidplay drop maintainership 2009-03-22 10:33:42 +00:00
sidplay2
snd More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
solfege Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
sonata Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
sound-juicer Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
sound-theme-freedesktop Add missing build dependencies on gettext-m4 and glib2. 2009-11-29 18:51:06 +00:00
sox Add a buildkink3.mk - for consumers of libsox.so 2010-10-19 16:34:18 +00:00
speex Added LICENSE information. 2010-01-24 17:11:17 +00:00
spiralloops Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
spiralsynth Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
splay user-destdir support 2009-07-07 16:49:05 +00:00
squeezeboxserver Make squeezeboxserver accept p5-Audio-Scan-0.84. 2010-09-07 10:49:00 +00:00
streamripper add a patch from upstream to fix buffer overflows in the HTML parser 2009-01-07 18:45:54 +00:00
streamripper-current import streamripper-1.64.3 2009-01-07 18:51:28 +00:00
streamtuner Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
sweep Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
taglib As declared on pkgsrc-users: 2010-07-10 07:56:06 +00:00
taglib-extras Initial import of taglib-extras-1.0.1, packaged for wip by myself 2010-02-15 15:39:08 +00:00
tcd Switched MAINTAINER address to my NetBSD address. 2009-03-21 09:00:15 +00:00
tcl-snack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
terminatorx Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
tfmxplay Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
timidity Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
toolame Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
tosha user-destdir support 2009-07-08 14:02:49 +00:00
tracker Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
tremor Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
tremor-tools zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
trm Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
tunapie Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
twolame Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
ubs DESTDIR support 2010-02-01 01:50:04 +00:00
vorbis-tools zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
vorbisgain Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wavesurfer Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wavpack - Update to wavpack-4.50.1. 2009-07-15 21:02:39 +00:00
wmmixer Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wmmp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wmmp3 +PKG_DESTDIR_SUPPORT 2009-12-17 22:04:17 +00:00
wmsmixer PKG_DESTDIR_SUPPORT 2009-12-17 19:45:27 +00:00
wmusic Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wsoundprefs Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
wsoundserver Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
xanalyser user-destdir support 2009-07-08 14:02:49 +00:00
xcdplayer Fix imake man suffix. From Aleksey Cheusov in a followup to PR pkg/37646 2010-02-15 21:48:13 +00:00
xfce4-mixer Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
xfce4-xmms-plugin Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that 2010-09-14 11:00:44 +00:00
xhippo user-destdir support 2009-07-08 14:02:49 +00:00
xine-arts catch up with base pkg update 2010-07-28 09:25:53 +00:00
xine-esound catch up with base pkg update 2010-07-28 09:25:53 +00:00
xine-pulse catch up with base pkg update 2010-07-28 09:25:53 +00:00
xmcd DESTDIR support 2010-06-25 20:29:51 +00:00
xmix user-destdir support 2009-07-08 14:02:49 +00:00
xmmix Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms Remove empty, unused PLIST. 2009-07-22 09:22:22 +00:00
xmms-alarm Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-arts Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xmms-bezier Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-blursk user-destdir support 2009-07-08 15:02:14 +00:00
xmms-bump-scope update master site. 2009-05-28 20:48:08 +00:00
xmms-crossfade update homepage and master site. remove dead mirrors. 2009-06-05 23:22:10 +00:00
xmms-dflowers Use --mode argument for libtool. 2009-10-07 15:34:14 +00:00
xmms-dscope Use --mode for libtool. 2009-10-07 15:31:10 +00:00
xmms-dspectogram Use --mode argument for libtool. 2009-10-07 15:14:47 +00:00
xmms-dspectral Use --mode argument for libtool. 2009-10-07 15:14:47 +00:00
xmms-esound Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xmms-faad sync w/ faad2 2009-08-11 11:17:56 +00:00
xmms-flac user-destdir support 2009-07-08 15:02:14 +00:00
xmms-fmradio user-destdir support 2009-07-08 15:00:28 +00:00
xmms-funtimedancer user-destdir support 2009-07-08 15:02:14 +00:00
xmms-gdancer Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-infinity Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-iris Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-jakdaw update master site. 2009-05-20 23:20:39 +00:00
xmms-jess Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-liveice Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xmms-mac Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-mad drop maintainership 2009-01-12 16:19:07 +00:00
xmms-madspin user-destdir suppoort 2009-07-08 14:38:35 +00:00
xmms-meta-input Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xmms-meta-timidity Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
xmms-modplug Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-musepack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xmms-neato Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-nebulus
xmms-osx Mark as user-destdir ready. 2010-03-08 00:47:08 +00:00
xmms-paranormal Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-pulse Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xmms-sid Mark as destdir ready. 2008-07-14 12:55:56 +00:00
xmms-synaesthesia update master site. 2009-05-28 20:48:08 +00:00
xmms-tv-scope update master site. 2009-05-28 20:48:08 +00:00
xmms-vismsa Provide --mode for libtool. 2009-10-07 15:04:29 +00:00
xmms-wma fixes destdir installation. 2010-09-26 08:26:40 +00:00
xmmsctrl
xmp Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xmradio user-destdir support 2009-07-08 14:12:30 +00:00
xsidplay Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
xwave MAKE_JOBS_SAFE=no 2010-10-06 07:39:31 +00:00
Makefile Enable squeezeboxserver. 2010-07-05 00:57:47 +00:00