Commit graph

3000 commits

Author SHA1 Message Date
dan
196730592c make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:20:51 +00:00
dan
d098f4b66e make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:12:54 +00:00
salo
69585192cf PKGREVISION++
Enable Real{Audio,Video} support on i386, powerpc and alpha by default, using
graphics/realplayer-codecs.
From Matt Green.
2003-05-24 17:27:10 +00:00
salo
534c3e9cb6 PKGREVISION++
- install in alternative directory, don't conflict with RealPlayer8 package
From Matt Green.
2003-05-24 17:03:35 +00:00
salo
efcf760c3e Updated to version 0.3.5.
Changes:

- don't install static modules
- enable 3DS support

0.3.5:
======
- cleanups and bugfixes
- new polygonising algorithm
2003-05-24 11:23:08 +00:00
salo
35b3ba00da PKGREVISION++
- build and install shared libraries and example programs
  (patches mostly from FreeBSD)
- better DESCR
2003-05-24 09:32:34 +00:00
salo
6163ff4287 - DESCR has 80 columns, remove licensing information
- simplify buildlink2.mk header files list
- style nits
No functional changes.
2003-05-24 08:08:56 +00:00
salo
1cd381d230 Updated to 1.2.4.
Changes:

- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits

1.2.4:
======
- numerous bugfixes, too many to mention.  see ChangeLog for details
- print plug-in now depends on libgimpprint
2003-05-23 18:04:31 +00:00
jmmv
71d5d2665b Use gmake to fix build problem. Fixes PR pkg/21565 by Karsten Kruse. 2003-05-23 12:10:55 +00:00
salo
ac807228c6 Updated to version 0.80.
Changes:

- USE_X11 to reflect mozilla switch

0.80:
=====
- Added option "display" which is passed to mplayer
- Fixed a cosmetic debug message
- Downloading prior to playing and saving off to a directory
- Fixed up the filename for downloaded files
- Copy files that have been downloaded to cache, that way we don't
  download twice
- If file is downloaded already, don't download again, looping
  optimization
- Fix crash
- Fix problem with startrek.com
- Added patch from Giuseppe Ghibo for osd
- Added support for $HOME in dload-dir and logfile config options
- Help rtsp protocol work
- Added video/quicktime:sdp:Quicktime
- Fixed a bug at www.apple.com/switch
2003-05-23 09:37:27 +00:00
wiz
54d0c29e94 Remove -O from default CFLAGS. Requested by Adam Ciarcinski. 2003-05-23 09:26:58 +00:00
salo
cde41644a8 PKGREVISION++
- USE_X11BASE->USE_X11 after mozilla switch
- style nits
2003-05-23 09:23:05 +00:00
wiz
e574d300cb Update to 1.0.3, from Quentin Garnier in PR 21655.
- Fixed a bug in avilib.
2003-05-23 05:34:06 +00:00
jschauma
1b04ca8bfb Update package to latest version 0.6p14, as 0.6.1.14
Changelog not available from website.
2003-05-22 15:15:26 +00:00
markd
990175df04 Update KDE to 3.1.2.
Changes:

kdegraphics:
* kghostview: Better handling of half-broken Postscript and PDF files
* kghostview: Fix the opening of files on the command line, which was not working
  if the paths contained non-alphanumeric characters or were absolute paths
* kghostview: Work around -dMaxBitmap bug in gs version 6.5x
* kghostview: Reset orientation and paper size selectors after opening a new
  document
* kghostview: Security fix for #56808. The security patch which was present in
  version 3.1.1a caused problems for some users and has been corrected
* kghostview: ghostscript version 8 is now supported
2003-05-22 03:01:00 +00:00
grant
2def9f6d3a do not use the included sparc asm on sparc64, as it doesn't build. 2003-05-21 08:40:06 +00:00
jmc
805bc0f3c8 Don't work through depends list if suse6.4 since tiff isn't available there.
Makes show-depends-dirs work without error now.
2003-05-13 21:47:29 +00:00
jmc
7735e77fc7 Redo siginfo patches to work correctly on -current also 2003-05-12 20:17:47 +00:00
jmc
203cc89afe Restructure siginfo patches so this can work on pre-siginfo systems as well 2003-05-11 10:05:13 +00:00
jmc
4936f3dd6a Configure needs perl 2003-05-11 09:29:13 +00:00
jmc
6ad16f5120 Update MASTER_SITE to a URL that downloads 2003-05-11 09:16:25 +00:00
drochner
fe29855bec update to 5.0.1
mostly a bugfix release
other changes:
- updated GL/gl_mangle.h file
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions
- disable SPARC normal transformation code
2003-05-10 16:37:11 +00:00
drochner
a4191d7e19 update to 0.91, provided by Marc Recht per PR pkg/20750
Most notable changes:
-uses gtk2 now
-Python support
-cleanups, UI improvements, fixes...
2003-05-09 15:21:29 +00:00
seb
f1bb241973 After all claim stewardship of this one. 2003-05-07 21:08:08 +00:00
wiz
c4a86d7ff6 Update to 1.0.2, provided by the maintainer Quentin Garnier in PR 21488.
Changes:
 - Imported changes that make the ogmtools compile and work under FreeBSD
   (and possibly under other BSD variants as well); patch by
   Andrew Williams <andrew.s.williams AT adelaide.edu.au>.
 - Lots of fixes for endian handling (thanks for the large patch to
   Andreas Schwab <schwab AT suse.de>).
 - Fixed a segfault in ogmdemux (thanks to Tilmann Bitterberg).
 - Made the OGM reader more error resiliant if the file is damaged.
2003-05-07 08:41:57 +00:00
abs
5f4de2c5be use PKGNAME_NOREV in DISTNAME 2003-05-07 08:18:00 +00:00
seb
43ae6eb8c1 Use buildlink2.
Reduce configure's patch size with pkgdiff.
Install documentation files in $PREFIX/share/doc/{,html/}pstoedit.
Install one file at a time.

Bump PKGREVISION.
2003-05-06 23:03:10 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
jmmv
dafafa9f97 PKGREVISION goes after PKGNAME. 2003-05-05 16:33:01 +00:00
jmmv
4b47f36617 Line up PKGREVISION whitespace. 2003-05-05 16:32:24 +00:00
jmmv
c36265a5d7 Line up PKGREVISION whitespace. 2003-05-05 13:29:14 +00:00
markd
6bb318724e Fix problem with kghostview only showing the first page of a multipage
ps file.  From KDE Bug ID 57563.
Bump PKGREVISION.
2003-05-05 12:28:27 +00:00
wiz
517bf4a805 Convert to buildlink2. Do not install into X11BASE any longer; bump PKGREVISION for that. 2003-05-03 22:44:54 +00:00
wiz
01994c6c3b Remove obsolete comment. 2003-05-02 13:17:11 +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
jmmv
b71f048f93 Avoid this package modifying a personal configuration file in PKG_SYSCONFDIR
(which is wrong anyway if you don't use the default).  For now, request the
admin to do the change manually.  Bump PKGREVISION to 1.
2003-05-01 12:36:14 +00:00
agc
f1cd62835b Don't change permissions of files under ${WRKSRC} to
${SHAREOWN}:${SHAREGRP}, and then copy the files to ${PREFIX} - this
prevents an ordinary user from deleting the files under ${WRKSRC}.

Instead, copy the files into ${PREFIX} first, then change their ownership.
2003-05-01 12:34:38 +00:00
kivinen
ea16b31965 Fixed libx2sys.a to libx2sys.la in src/x2sys/makefile
(patch-at).
2003-05-01 11:31:46 +00:00
atatat
925c851209 Actually, Mesa's Makefile.common seems like a much better place for
MESA_REQD, and it works much better, too.  :)
2003-04-30 04:05:48 +00:00
jtb
e21029bcb0 Change to work with new version of yorick. 2003-04-29 22:55:33 +00:00
jtb
57d8b609cc Update do version 0.49a.
Changes:

* license change to LGPL
* added new Tijs Michels spline implementation
* small fixes in spline package
* added g2_spline_demo.c
* removed some non ansi parts (e.g. // comments)
* added query pointer for X11 (mouse)
* other small fixes and changes
2003-04-29 22:02:09 +00:00
rh
9e0912615a Add and enable gnome-icon-theme 2003-04-29 08:19:25 +00:00
rh
79d6be5ae0 Initial import of gnome-icon-theme-1.0.2, a set of default icons for GNOME2 2003-04-29 08:18:35 +00:00
tron
bd90c42bcc Make arguments to "${RM}" consistent in all make targets. 2003-04-28 16:27:40 +00:00
tron
c4fab8c379 Update "netpbm" package to version 10.11.8. Change since version 10.11.6:
- pbmtoepsi: fix bug: non six-digit lines between
  %%BeginPreview: ... and %%EndImage .
- pnmtops: fix bug: 1 bit per sample output when maxval is 2 or 3.
  Should be 4 bits per sample.
- pnmtops: fix bug: everything too dark when input maxval less
  than Postscript maxval.
This fixes PR pkg/21271 by Dave Camp.
2003-04-28 16:24:32 +00:00
jmmv
a01c814f00 Update to 0.7.1. Changes since 0.6.1 are a lot, but as seen in the Changelog,
most of them are fixes and code rewrites.
While here, move documentation from share/gtk-doc to share/doc.

Based on patch provided in PR pkg/21309 by Juan RP.
2003-04-28 14:05:36 +00:00
jmmv
3fa519cb23 Move documentation to share/doc/scrot. Bump PKGREVISION to 1. 2003-04-27 19:29:02 +00:00
simonb
20abb0ec63 This packages doesn't reference any jpeg library functions, so remove
all references to graphics/jpeg.
2003-04-24 03:35:14 +00:00
rh
1cbb5736e5 Add a buildlink2.mk 2003-04-23 10:26:42 +00:00