Commit graph

17 commits

Author SHA1 Message Date
xtraeme
dc18349b47 This needs PTHREAD_AUTO_VARS=yes, fixes bulk build problem. 2004-11-30 01:34:41 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
jmmv
eecda97118 Update xosd and xmms-osd to 2.2.12. The reason for it is that the previous
version in pkgsrc (2.2.10) does not work at all under NetBSD 2.x.  Addresses
PR pkg/26781, which was already closed without the update...

2.2.12:
	Applied three patches from the debian maintainer. The first cleans
	up file handles, the second fixes a man page, the third fixes a
	centering bug, and the last fixes a deadlock.

2.2.11:
	Applied two more patches from the debian maintainer. The first
	fixes a bug introduced by a patch in 2.2.9 and the second reorders
	the main xodf event loop. These patches appear to have increased
	xosd's speed.
2004-09-14 08:25:43 +00:00
adam
d8cd8f7aa7 Changes 2.2.10:
* Fixes a bug in alignment
* A lot of submitted patches were applied
2004-08-27 09:18:12 +00:00
jmmv
83c784e871 Update xosd and xmms-osd to 2.2.8:
- investigated using indent. From now on I'll use these arguments to
  indent before releasing:
    indent -br -ce -bap -bbo -npcs -nprs -nsob -nut xosd.c
  (the program indent.sh should indent everything:) (Tim Wright)
- new version of osd_cat that can do percentage and slider bars (phil gees)
- speed optimisation (Piotr Chmura)
2004-07-05 08:00:01 +00:00
xtraeme
61febd376c Update x11/xosd to 2.2.7.
Changes:

2.2.7:
    Complete rewrite of timeout_func to avoid sending
    lineakd to 100% CPU. There was a case where timeout_func
    would keep looping around in circles never pausing for breath.
    (Tim Wright)

2.2.6:
    FontSet fixes (Philipp Matthias Hahn)
    Title change fix (Philipp Matthias Hahn)
    Memory leak patch (Philipp Matthias Hahn)
    New, improved timeout_func (Philipp Matthias Hahn)
    New TODO list  (Philipp Matthias Hahn)
    Fixed bug where osd displays after clicking 'apply' in XMMS
    config dialogue (Tim Wright)
2004-06-04 11:45:45 +00:00
snj
35960d4b8e Fix build on sparc64 with gcc2. 2004-03-20 01:51:03 +00:00
wiz
97a4918772 Convert to buildlink3. 2004-02-19 15:00:38 +00:00
jlam
3ebe053d90 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:49 +00:00
xtraeme
deef537567 Use subst.mk instead of using sed and mv. 2004-02-03 17:56:54 +00:00
xtraeme
a06881657c Replace harcoded -lpthread from configure script with ${PTHREAD_LDFLAGS}
to make this build on systems where -lpthread is not valid.
2004-01-07 07:37:59 +00:00
jmmv
cf5784cc44 Update xosd and xmms-osd to 2.2.5. Changes since 2.2.2:
2.2.5:
        set font patch (Joachim "nomeata" Breitner)
	cleanup "draw_bar" method patch (Philipp Matthias Hahn)
	ran all source and header files through 'indent' for
	  consistancy (Tim Wright). Used default arguents --- GNU style.

2.2.4:  outline/shadow cut fix (Tomas Janousek)
	xmms_plugin: added outline (Ondrej Novy)
		     added playlist_pos/playlist_length (Ondrej Novy)
 		     added time_pos on pause (Ondrej Novy)
 	added outline to draw_bar and shadow fix (Ondrej Novy)

2.2.3:
        Alignment patch (Philipp Matthias Hahn)
	xosd-config xlibs patch (Philipp Matthias Hahn)
2003-09-26 11:23:43 +00:00
jmmv
248dc57105 Do not build the static version of the xmms-osd plugin (it's useless).
Bump revision of its package (xmms-osd) to 2.
2003-07-24 17:17:36 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
e1bc011533 Update to 2.2.2:
- Misc xosd patches (Philipp Matthias Hahn)
- configure.ac libxinerama.pic or libxinerama patch (Philipp Matthias Hahn)
2003-06-29 11:45:00 +00:00
jmmv
cdd97ae111 Update to 2.2.1:
* Made the underscores disappear correctly (James Roberts-Thomson)
* xmms plugin breakdown and breakup (Philipp Matthias Hahn)
* configure.in xinerama patch (Julio Merino)
* configure.in -> configure.ac conversion (Philipp Matthias Hahn)
2003-04-22 19:06:11 +00:00
jmmv
cab5f614c4 Do not build nor install the example xmms plugin. This dramatically
shrinks the dependancy tree for this simple library.  Bump PKGREVISION to 1.
Take maintainership.
2003-04-12 12:14:15 +00:00