Commit graph

163 commits

Author SHA1 Message Date
wiz
70bc98434b Convert to options framework. 2005-05-31 16:28:54 +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
jlam
24b4b49ccc Avoid using != to set RAWPART -- defer using :sh. This avoids executing
the same command every time make is invoked.
2005-04-28 22:23:43 +00:00
wiz
58165bf3e8 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
da27f63b71 Does not really need GLUT or GLU, so replace Mesa/bl3 with MesaLib/bl3.
Addresses PR 29778 by Richard Rauch. Bump PKGREVISION.
2005-03-24 10:21:17 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
wiz
9a5f0a3499 PKGREVISION bump for dependency removal. 2005-01-16 18:15:55 +00:00
erh
65e31927fe xmms doesn't need libxml. 2005-01-16 18:05:49 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
grant
02d8dfc0d8 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.
2004-11-18 06:25:11 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
minskim
a528cc0ed9 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.
2004-05-19 06:09:25 +00:00
snj
2ba4cf6c86 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.
2004-05-17 22:44:37 +00:00
grant
c54ed9b259 explicitly disable OSS support on all platforms except those which
have OSS support. the configure test gets it wrong and defaults to
building the OSS module even when OSS support is not present.
2004-05-15 09:18:55 +00:00
drochner
712cf0acdc use ${LIBOSSAUDIO}, pointed out by wiz 2004-05-12 19:33:14 +00:00
drochner
e4e7176284 -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
2004-05-12 18:50:21 +00:00
minskim
55bf627f6e libsun.* are installed only on {Net,Open}BSD. Move them to OS-specific
PLIST files.
2004-05-10 15:56:21 +00:00
xtraeme
3ec070144e Use the .tar.bz distribution file, it's 1,5M smaller. 2004-05-06 18:10:20 +00:00
drochner
9ff6e778a1 update to 1.2.10
changes:
-bugfixes
-IPv6 support integrated
-new translations
-minor feature additions
2004-05-06 14:48:57 +00:00
xtraeme
08d51536e2 Make this build in NetBSD -current (statfs->statvfs). 2004-04-23 15:28:13 +00:00
xtraeme
5b39e64592 Ensure that xmms is linked against libiconv under 1.6, so the vorbis
plugin works correctly, fixes PR pkg/24885.
2004-04-12 10:23:24 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
snj
73bf10c761 No longer used. 2004-03-13 18:06:48 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
9968ceda1b bl3ify 2004-02-17 16:23:53 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
4567e3bf3b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:26:08 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
xtraeme
05317627d3 Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_t
definitions. Fixes build on FreeBSD, closes PR pkg/21910.
2003-10-05 10:56:37 +00:00
rh
816727f3fd Fix main download site URL. Pointed out by Michal Pasternak in private
email.
2003-09-26 07:28:38 +00:00
grant
59ae8c750e xmms joystick support is built on Linux, split the PLIST
appropriately.
2003-09-25 05:36:33 +00:00
grant
55af8a8d87 COMMENT tweak. 2003-08-08 09:26:13 +00:00
jmmv
cae28fac07 Do not build the esound plugin by default. This avoids a dependancy on
esound on systems where it is not wanted (for example, KDE desktops).
Ok'ed by rh@, the maintainer.  Bump PKGREVISION to 9.
2003-07-25 09:22:50 +00:00
jmmv
861b9054b6 Do not build a static version of plugins (this is useless), thought keep
the static libxmms library.  Pointed out in PR pkg/21242 by Sergey Svishchev.
Bump PKGREVISION to 8.  While here, sort PLIST.
2003-07-22 23:23:15 +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
grant
b061508848 use ${BUILDLINK_LIBICONV_LDADD} instead of blindly adding -liconv to
LIBS, allowing buildlink2 to do its magic. tested on Slackware 8.1.
2003-06-23 07:57:05 +00:00
drochner
3be291c763 use LINK_ALL_LIBGCC_HACK instead of $(WHOLE_ARCHIVE_FLAG) -Wl,-lgcc
$(NO_WHOLE_ARCHIVE_FLAG)
2003-06-06 19:31:55 +00:00
drochner
92e1239e25 call "sysctl" by full path to make the build work with a conservative PATH 2003-06-06 19:29:03 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +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
simonb
c5c505aca9 For NetBSD, default the cdda device and directory to
"/dev/rcd0<whatever-raw-part-is>" and "/cdrom".  These may
not be correct on every single NetBSD installation, but
are much better defaults than the Solaris-looking defaults
there now.
2003-04-29 01:21:23 +00:00
salo
cfd8650a15 Bump PKGREVISION after pthread/locking fixes. 2003-04-17 23:23:13 +00:00
nathanw
c421a8a356 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.
2003-04-17 23:14:12 +00:00
grant
09aadd2f10 use ${WHOLE_ARCHIVE_FLAG} instead of -Wl,--whole-archive.
makes this work on Solaris.
2003-04-15 05:48:19 +00:00
grant
a5cb99693c xmms installs libSolaris' on Solaris, not libOSS', tweak the PLIST
appropriately.

XXX other platforms probably need to be corrected, too!
2003-04-10 12:59:05 +00:00
jschauma
cde6fd8fae Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 20:05:08 +00:00
wiz
2abf4d8766 Standardise. 2003-02-06 15:33:30 +00:00
lukem
8610fd8633 Add instructions on how to configure XMMS to play audio CDs;
it wasn't obvious, at least to a few people I spoke with.
Thanks to Valeriy Ushakov (uwe@) for helping me work this out...
2003-02-06 09:44:32 +00:00
wiz
1ea14ebddc Actually, this package has two libtool scripts -- override both. 2002-12-20 21:34:25 +00:00
salo
26114542cd USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 11:46:02 +00:00
wiz
b3c0a600ba Mark as using X11. 2002-11-03 23:05:26 +00:00
skrll
44fd538b70 Remove some unnecessary stuff now that pth is --enable-syscall-hard.
Bump PKGREVISION.

OK'd by Rene.
2002-10-25 08:59:04 +00:00
rh
d3cb745212 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>
2002-10-14 09:46:59 +00:00
jlam
3fc449ac0a Use ${DEVOSSSOUND} instead of /dev/sound, and some whitespace changes. 2002-10-03 08:05:27 +00:00
jlam
0b619ab1e1 No packages use xmms/buildlink.mk anymore. 2002-09-21 02:12:54 +00:00
jlam
08c9ef130a libiconv is in converters, not textproc. 2002-09-21 01:30:56 +00:00
jlam
b5ddda20ef libxmms.so depends on libiconv.so. 2002-09-21 01:29:47 +00:00
wiz
9bdca0f70d Added dependency on libiconv, per pkg/18041. Bump PKGREVISION. 2002-09-09 19:43:14 +00:00
wiz
d046981f5b Convert to buildlink2. 2002-08-31 03:54:58 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
jlam
6e7db86bb1 XMMS requires a pthread library to build. 2002-08-08 14:45:50 +00:00
jlam
6114321176 Convert to use pthread.buildlink.mk. 2002-08-01 06:40:50 +00:00
abs
4e1570afab work with pth-syscall as well as pth 2002-06-25 08:17:33 +00:00
drochner
74b7beec16 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.
2002-03-21 18:52:30 +00:00
mycroft
195e045f50 XXX Make sure libgcc is entirely included for plugins.
Do not link xmms and wmxmms against libmikmod.
2001-12-24 15:13:01 +00:00
jlam
07a676b896 Strongly buildlinkify. 2001-11-06 00:30:47 +00:00
jlam
af23f20572 Don't add the homepage to the DESCR file, as it's displayed automatically. 2001-11-06 00:23:16 +00:00
zuntum
4bd6ecc9c5 Move pkg/ files into package's toplevel directory 2001-11-01 00:17:43 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
jlam
63fc151cb9 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.
2001-08-29 22:41:00 +00:00
jlam
b2e1d4a90a Replace buildlink paths in xmms-config prior to installation. 2001-08-23 14:26:41 +00:00
jlam
3420a348bb Use ossaudio.buildlink.mk. 2001-08-23 14:16:25 +00:00
jlam
8939d93cdc Remove many unnecessary buildlink.mk files. It's not necessary to include
the buildlink.mk files from all of xmms' dependencies, as libxmms.so is
only linked against the GTK+ libraries.  The various plugins may want
other libraries, but they can pull in the proper buildlink.mk files by
themselves.
2001-08-23 14:16:10 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV.  We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well.  Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
2001-08-17 21:14:00 +00:00
zuntum
918ed9cdb4 o add xmms-config support
o change package name from "libxmms" to "xmms" in description
2001-08-16 04:25:23 +00:00
hubertf
fdfc9ef24a pull in required buildlink files 2001-08-16 03:06:31 +00:00
hubertf
6b21cc97f0 Add xmms buildlink so xmms plugins can use it.
(Nothing useful in the pipe yet... seems our Mesa doesn't play nice
 with the threads code xmms uses)
2001-08-16 00:25:52 +00:00
fredb
c121687279 Add include of <string.h> for missing prototype for strlen(). Also, OK
to include unistd.h on NetBSD, for getopt() prototype.
2001-08-11 20:51:24 +00:00
fredb
de838f9698 Include <pthread.h> to get prototype for pthread_yield_in(). 2001-08-11 20:48:46 +00:00
jlam
37360e73f3 Use Mesa's buildlink.mk file instead of USE_MESA. USE_CONFIG_WRAPPER is
also automatically set now, so no need to set it directly.
2001-06-29 04:25:43 +00:00
zuntum
c4da50026f o converted to use buildlink.mk 2001-06-26 13:09:11 +00:00
rh
1cbae43bbc 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.
2001-06-21 16:38:33 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
rh
52f1c587ab 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).
2001-05-20 20:52:24 +00:00
drochner
083f2549ad correct MASTER_SITES 2001-05-11 15:10:24 +00:00
tron
d9806d91da List Rene Hexel as maintainer. 2001-05-10 11:45:39 +00:00
rh
71476c2de7 Fix a few pthreads problems and make this package actually work. Closes PR
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>
2001-05-06 18:23:51 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
d4e0a0db92 Mark as broken, to avoid more queries about its not working. 2000-11-29 01:34:04 +00:00
mycroft
de5b1ad39c Correct PLIST for libtool changes. 2000-11-27 17:51:07 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00