Commit graph

28 commits

Author SHA1 Message Date
wiz
1bccf32e97 Mark as using c and c++. Closes PR 33497 by martijn. 2006-05-16 17:14:10 +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
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
99f8bc0ff5 Add DragonFly support. Use a somewhat more portable readdir allocation. 2005-12-11 22:22:37 +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
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
5d7a714854 bl3ify, 80 chars per line. 2004-04-11 17:29:27 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
cube
b6c92f8952 Update to version 3.2.0.
V3.2.0 2003/11/28
=================
-Updated source to compile with recent gcc compilers
-Pausing mp3/wav/ogg playback releases the sound device
-Better mp3 integrity checks. Songs that didn't previously play (or only
 partly), should now play fine (as in, the bits that are valid)
-Fixed a bug that would hang mp3blaster if you'd be in a dir that was deleted
 meanwhile.
-bugfix that could crash mp3blaster after a request to quit (..)
-bugfix that failed to redraw screen correctly after operations that
 required input (such as convert to wav, enter group name, ..)
-fixed a bug that could crash mp3blaster on opening oggs when sound device
 was busy.
-Check if the playlist directory actually exists before trying to write
 a playlist
-Added '--repeat/-R' command line option
-Applied LIRC support patch from Olgierd Pieczul .
 Thanks a lot!
2003-12-03 12:31:36 +00:00
cube
da56702fba There is a bogus definition of gettext in src/main.cc. Since that function
is actually never used (only in commented blocks), comment it also.

Fixes PR pkg/21803.
2003-10-11 21:55:24 +00:00
cube
8dd0cfbe7b Make this correctly compile with gcc3, by reorganizing the way it pulls
up getop_long_only implementation. Patch sent to the author.

Ok'd by seb@.
2003-09-30 09:43:59 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
drochner
8a19658c0a this needs gmake - how could it work before? 2003-07-25 16:50:27 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
seb
178492d927 Fix build with native threads on -current.
Provided in PR pkg/19967 by <pino at dohd dot org>.
PKGREVISION++
2003-01-21 17:40:30 +00:00
jschauma
ab8c948516 Upgrade to version 3.1.3. This upgrade solves the checksum mismatch pointed
out by (one- at inbox dot lv) in PR pkg/19115 as well, as we have a completely
new checksum.  Changes according to the website:

Changes since version 3.1.2:
- Fixed a bug that could cause the playlist repeat to stop (thanks to
  Alex Rasmussen for finding the bug)
- Command line options for nmixer changed, and it's now possible to select a
  different hardware mixer device.
- Fixed a bug that caused mp3blaster to quit when the user's homedir could
  not be determined.

Changes since version 3.1.1:
-Compiles on gcc-3.* without errors
-Trailing slash in HTTP URLs is only appended after the hostname, not in
 URLs that contain a path following the hostname. This means that mp3's can
 now be played straight from an URL again.
- For HTTP streams, HTTP/1.1 is used instead of HTTP/1.0 (this, and previous
 suggestion submitted by Markus Jerger. Thanks!)
2002-11-22 17:02:03 +00:00
wiz
c592892028 Convert to buildlink2. 2002-08-31 13:05:13 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
rxg
c33f7ac9fa Updated mp3blaster to 3.1.1
V3.1.1 2002/03/16
=================
-Applied a patch from Douglas Richard that introduces horizontal panning
 of the scrollable window using Key.Left and Key.Right, as well as
 configurable wraparound-behaviour (see config file directive 'WrapAround')
 and jump-to-top/bottom of the list using Key.Home and Key.End keybindings.
-When resetting sound device failed, playback of current song is stopped.
-config file directive 'SkipFrames' => 'SkipLength'
-Added RPM specfile, so you can build mp3blaster on RedHat 7.2 with
 rpm -ta <source tarball>
-applied patches from Martijn to fix compiling issues with NetBSD/curses.
-applied patch from Martijn that fixes endian issues in waveplayer
-applied patch from Ivan Prokudin that fixes a bug in the character
 set recoding code.
-Added patch from Serge v/d Boom that writes info about mp3's being played
 to a status file (see --status-file).
-Fixed bug that prevented showing next song
-Configfile directive 'File.ID3Names' enabled now implies that the default
 file display mode in the filemanager is show by ID3 name instead of
 filename.
-When decoding mp3s as wavs, decoding will be aborted with a warning
 when samplerate/speed/stereo-mode changes.
-ID3tags in ID3 displaying mode are now charset-recoded as well.

Thank Martijn van Buul <pino@dohd.org> for fixing many bugs for NetBSD.
2002-03-18 14:13:50 +00:00
wiz
8767e258e9 Use ncurses buildlink.mk [we still need USE_NCURSES for now, though]. 2002-02-24 22:46:29 +00:00
rxg
c4d1cc457d Add mp3blaster-3.0p8 - MP3 console ncurses-based player
mp3blaster is an interactive text-based mp3player. One of
the unique features of this player is the ability to divide
a playlist into groups (albums). Therefore, the play order
can be adjusted with great flexibility.

close pkg/15622, submitted by me.
2002-02-23 07:43:19 +00:00