NetBSD.se

CVS log for pkgsrc/audio/xmms/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / xmms

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat May 14 16:17:46 2011 UTC (12 months ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
Fix a segfault, seen on SunOS when compiled with lang/gcc44.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat May 14 16:13:39 2011 UTC (12 months ago) by hans
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Fix build on SunOS.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Dec 27 10:19:00 2007 UTC (4 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
Make sure to create locale directories; install_sh is undefined
in po/Makefile.in.in.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 29 18:36:35 2007 UTC (4 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +9 -16 lines
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

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jun 13 22:29:21 2007 UTC (4 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Add patch from Jesse Peterson in PR 36480:
Fix volume changes with auvia on amd64 port.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Apr 10 12:19:40 2007 UTC (5 years, 1 month ago) by drochner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
plug integer overflows in skin handling (CVE-2007-0653, CVE-2007-0654),
patch from Debian

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Mar 8 15:01:50 2007 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
Fixed these gcc error messages from PR 35948:

Sun.c:8: error: static declaration of 'op' follows non-static declaration
Sun.h:40: error: previous declaration of 'op' was here

While here, also fixed the pkglint errors.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 1 16:55:58 2007 UTC (5 years, 3 months ago) by drochner
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
fix a header file so that C++ plugins can be built,
bump PKGREVISION

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Aug 28 05:09:05 2006 UTC (5 years, 8 months ago) by ben
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
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.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 3 03:45:23 2006 UTC (6 years, 2 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Make this package build with gcc-4.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Sep 6 08:10:57 2005 UTC (6 years, 8 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 27 14:57:54 2005 UTC (7 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 23 20:39:54 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Add RMD160 digests to the SHA1 ones.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 18 06:25:11 2004 UTC (7 years, 5 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -1 lines
apply patches based on what is found at:

	http://www.steve.org.uk/Software/xmms/

for command line volume control:

	-l (louder)
	-q (qieter)

bump PKGREVISION.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed May 19 06:09:25 2004 UTC (7 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
Use sys/soundcard.h instead of soundcard.h; soundcard.h is not
available on some platforms (e.g. Linux), but sys/soundcard is always
available since ossaudio.buildlink3.mk creates it.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon May 17 22:44:37 2004 UTC (8 years ago) by snj
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Fix lossage from revision 1.10 of Makefile.common by including
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c.
xmms-esound now builds.  From Peter Bex.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 12 19:33:14 2004 UTC (8 years ago) by drochner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
use ${LIBOSSAUDIO}, pointed out by wiz

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 12 18:50:21 2004 UTC (8 years ago) by drochner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -1 lines
-make sure the NetBSD <soundcard.h> is found instead of the version
 which comes with xmms, and link in -lossaudio
-fix the sun audio configuration dialog to avoid double unlocking of
 mutexes which NetBSD's libpthread gets mad about

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu May 6 18:10:20 2004 UTC (8 years ago) by xtraeme
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Use the .tar.bz distribution file, it's 1,5M smaller.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 6 14:48:57 2004 UTC (8 years ago) by drochner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -24 lines
update to 1.2.10
changes:
-bugfixes
-IPv6 support integrated
-new translations
-minor feature additions

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Apr 23 15:28:13 2004 UTC (8 years ago) by xtraeme
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Make this build in NetBSD -current (statfs->statvfs).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Oct 5 10:56:37 2003 UTC (8 years, 7 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_t
definitions. Fixes build on FreeBSD, closes PR pkg/21910.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 6 19:31:55 2003 UTC (8 years, 11 months ago) by drochner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
use LINK_ALL_LIBGCC_HACK instead of $(WHOLE_ARCHIVE_FLAG) -Wl,-lgcc
$(NO_WHOLE_ARCHIVE_FLAG)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 17 23:14:12 2003 UTC (9 years, 1 month ago) by nathanw
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
Pull in a couple of lock fixes from xmms CVS to avoid mutex
locking botches. Also, disable the SEGV handler, as it makes bug-hunting
of people's random crashes much harder.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 15 05:48:19 2003 UTC (9 years, 1 month ago) by grant
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
use ${WHOLE_ARCHIVE_FLAG} instead of -Wl,--whole-archive.

makes this work on Solaris.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 25 08:59:04 2002 UTC (9 years, 6 months ago) by skrll
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
Remove some unnecessary stuff now that pth is --enable-syscall-hard.

Bump PKGREVISION.

OK'd by Rene.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 14 09:46:59 2002 UTC (9 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -1 lines
Add support for IPv6, mainly using the patches from
http://www.version6.net/
Bump PKGREVISION.
This closes PR pkg/17771 by Tomi Nylund <wizard@sik.oulu.fi>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 21 18:52:31 2002 UTC (10 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +10 -10 lines
update to 1.2.7
changes:
General:
               * Replaced folder icons. New ones by Jakub Steiner.
               * Don't display playlist numbers elsewhere when turned off.
               * Support 32-bit and 16-bit "bitfield" bmps in skins.
CD Audio:
               * Supply a dummy user and hostname to the cddb server.
               * Picked up support for Darwin (from FINK cvs) and NetBSD
			(from NetBSD cvs)
MPG123:
               * Handle UTF-16 encoded tags.
               * Major stability fixes
Translation/Internationalization:
               * New translations: Basque (eu), Tajik (tg), Vietnamese (vi),
			Nynorsk (nn), Thai (th).
General:
               * --play-pause command to toggle playback.
               * Updated README/man pages.
               * Added xmms_remote_play_pause(),
			xmms_remote_playlist_ins_url_string()
               * Realtime priority works again, it was broken in 1.2.5.
               * bzip2 skins should now work regardless of Tar version.
               * Key bindings are now saved when you exit XMMS.
               * NetWM support updated to the latest specs.
               * Handles @ in URL's properly if username:password@host is not
			used.
Playlist:
               * Added 'Sort by date'
               * Page Up/Down keys scrolls one page, instead of the 3 line
			inheritance from Winamp.
               * Extended M3U lists now supported.
               * Added reading of playlist info for selection.
Equalizer:
               * Added Import/WinAMP Presets to the preset menu to import an
			entire set of WinAMP presets (WINAMP.q1) into the
               		preset list.
Vorbis:
               * Fixed an endianess problem on smallendian boxes
               * 1.0rc1 or higher required.
MPG123:
               * Handle more broken mp3s.
               * No more "-" for mp3s with ID3v2 tags that contain no usable
			information.
               * VBR files without XING header are now handled more gracefully.
Mikmod:
               * Mikmod plugin now recognizes mod.* files.
CD Audio:
               * Setting the environmental variable XMMS_CDDB_CLIENT_NAME,
			will make XMMS use that instead when identifying
               		to CDDB servers.
               * Better handling of CDDB requests.
               * Don't poll current time when paused, can cause weird things
			on some drives.
OSS Output:
               * Do endian/sign conversion if necessary.
ESD Output:
               * Will use ESD stream volume instead of the OSS mixer as default.
               * Assorted bugfixes/memleaks plugged.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 24 15:13:01 2001 UTC (10 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
XXX Make sure libgcc is entirely included for plugins.
Do not link xmms and wmxmms against libmikmod.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 29 22:41:02 2001 UTC (10 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Use x11.buildlink.mk instead of USE_X11.  Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 11 20:51:24 2001 UTC (10 years, 9 months ago) by fredb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
Add include of <string.h> for missing prototype for strlen(). Also, OK
to include unistd.h on NetBSD, for getopt() prototype.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 21 16:38:33 2001 UTC (10 years, 10 months ago) by rh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -11 lines
Update xmms to 1.2.5.  Changes include:

 Translation/Internationalization:

* New translations (gl, pt, id, sr)
* Translations work in libxmms.
* Handles broken translations better.

Plugins:

* Joystick plugin suppports more than 4 buttons.
* Vorbis plugin handles streams.
* Vorbis plugin generate data in native endianness.
* File info dialog for Vorbis plugin.
* Alot of bugfixes to the Vorbis plugin.
* Tonegen input plugin supports more frequencys at the same time.
* Solaris output plugin added.
* Additional fixes to the Solaris plugin after it moved to the XMMS source.
* IR plugin can now configure IR code length.
* OSS Output can now configure the mixer device manually.
* Handle no effect plugins without crash.
* Esd plugin makes use of ESPEAKER variable.
* ID3v1.1 support, ID3v1.0 still saves the entire comment.

Portability:

* CDAudio ported to OpenBSD.
* Fixed glitches in FreeBSD audio playback.
* Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD.

Playlist:

* Physically delete file from playlist.
* Right-click menu in the playlist.
* Playlist counter wraps at ~136 years instead of ~600 hours.
* Pressing middle mouse button in the playlist will try to add the
  content of the clipboard. Double click will clear the playlist.

Misc:

* MiniIcon now shows up in KDE2 taskbar.
* Gnomexmms shows the title in the tooltip.
* DGA support has been dropped.
* Fullscreen code should be more sane now.
* Man pages. (xmms, gnomexmms, wmxmms)

Core:

* Set realtime mode and drop root privilieges before initalizing GTK.
  (XMMS would not work with GTK 1.2.10)
* Better shuffleplay support.
* Possible to show WM decorations.
* Fixed segfaults in the controlsocket.
* Generic titles instead of Input plugin specific
  (mpg123, vorbis, cdaudio).
* %F - File path, for titlestrings.

* Smaller fixes, memory leaks and stability issues.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 20 20:52:24 2001 UTC (10 years, 11 months ago) by rh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -12 lines
Update xmms to 1.2.4.

Notable changes include:
	- localisation support
	- additional plugins, most notably the ability to play ogg-vorbis
	  files
	- tons of bugfixes
	- better sound buffer availability estimates for NetBSD (this
	  hopefully reduces jitter a bit on slower systems).

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 6 18:23:51 2001 UTC (11 years ago) by rh
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -3 lines
Fix a few pthreads problems and make this package actually work.  Closes PR
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 18 12:14:41 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Move to sha1 digests, and add distfile sizes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 10:23:44 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>