Commit graph

737 commits

Author SHA1 Message Date
rillig
88aadc11a7 Removed a line full of white-space. 2005-07-20 21:28:20 +00:00
kristerw
d4ae15f791 Mark the fetching stage as being interactive. 2005-07-20 15:11:55 +00:00
wiz
4fc6c1af9c Add an aalib option to mplayer. Patch from Leonard Schmidt on tech-pkg. 2005-07-18 12:07:32 +00:00
grant
9cbc23dfb2 CONFIGURE_ARGS should be appended to, ie. += 2005-07-18 07:26:02 +00:00
grant
2e2f8a181d no need for patches to remove commandline args, just use
BUILDLINK_TRANSFORM's "rm", and only on Darwin. hi adam :)
2005-07-18 07:25:33 +00:00
adam
aa45b99424 Removed -O3: causes compilation errors on MacOSX 2005-07-16 13:05:51 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
wiz
be51baa86d Update to 1.2.9:
* more robust key caching
  * support for cache directory tags
  * improved seeking on win32
  * support for Solaris libsmedia library
2005-07-14 03:56:37 +00:00
grant
606814554a remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.
2005-07-14 00:29:16 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
f1bac910a7 Sort. 2005-07-13 13:17:03 +00:00
wiz
b83ca794ce Add DragonFlyBSD support, from Joerg Sonnenberger. 2005-07-13 13:16:36 +00:00
wiz
e9de543098 Add RCS Id. 2005-07-13 13:16:27 +00:00
wiz
762c5a45c7 regen (patch-aa and -ac changes). 2005-06-28 12:24:44 +00:00
wiz
12b3b4e7f9 regen (correct file paths). 2005-06-28 12:24:32 +00:00
wiz
6bc19ed020 regen (correct line numbers). 2005-06-28 12:24:25 +00:00
wiz
9487729b94 Remove realplayer and trplayer. 2005-06-27 10:41:55 +00:00
wiz
306425029b Remove trplayer: depends on realplayer, which was just
removed; no new version out for years.
2005-06-27 10:41:39 +00:00
wiz
381e6c11a7 Remove realplayer: vulnerable package, old branch, no new release will
come out. Use RealPlayerGold instead.
2005-06-27 10:41:03 +00:00
markd
5e13b5318f comment out dirrm of shared icon directory. 2005-06-26 23:50:47 +00:00
wiz
168447beb1 Add fix for possible division-by-zero in .wav files parser.
http://bugzilla.gnome.org/show_bug.cgi?id=309043

Bump PKGREVISION.
Ok'd by jmmv.
2005-06-26 09:30:09 +00:00
salo
b4681d5ee9 Use MASTER_SITES url which actually works. 2005-06-25 16:57:05 +00:00
wiz
e89afeb99b Update to 10.0.5: security update. 2005-06-24 21:55:16 +00:00
wiz
fdf62c8f3f Update to 0.5.40:
Support for Freebox and TNT channels were added to tv_grab_fr.
tv_grab_it was rewritten and tv_grab_it_lt was dropped due to
problems with data sources. tv_grab_jp now supports multiple regions
and tv_grab_na_dd supports new data direct features including Dolby
and suggested times. tv_grab_nl was fixed for source site changes.
Icons were updated in tv_grab_uk_bleb. A tv_grab_za grabber was
added along with tv_to_potatoe, which convert XML to the potatoe
guide view tool.  tv_check, which prints messages when a "myreplay"
show is removed, was also added.
2005-06-24 21:14:36 +00:00
wiz
b1b8b23de3 Add RPM2PKGSTRIP line to fix installation with suse91 packages.
Closes PR 29611.
Commit during deep freeze approved by agc@.
2005-06-21 18:56:13 +00:00
hira
8f510eecbf - Add blank line to patch-aa.
- Add missing RCS Id tag to patch-ab.
2005-06-19 10:42:27 +00:00
hira
6b0de17440 Add missing RCS Id tags to patch-a[wxy] and patch-b[abcd]. 2005-06-19 10:39:23 +00:00
reed
f60c520a97 Remove alsa entries which broke packaging on minskim's
bulk build. Okay'd by wiz during freeze.

No PKGREVISION bumped because this is Linux specific
and package could never be packaged in first place.
No change to code.

I think this may detect alsa on some systems and still
add the support. Maybe need to add --disable-alsa configure
switch, but I can't test now.
I will fix this later when I import alsa-lib.
2005-06-17 20:30:55 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
hubertf
bfe24ea606 Work around gcc 4 (on MacOS X 10.4.something) not knowing -fmove-all-movables
Bump to rev. mjpegtools-1.6.2nb5
2005-06-15 22:42:38 +00:00
jlam
eb48075758 smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists.
Create a fake one for platforms that don't have it.  This fixes a
problem on Darwin noted in the latest bulk build.
2005-06-14 23:52:03 +00:00
rillig
e6bc216fa0 Added a patch that removes preprocessor directives out of the macro
expansion of another macro. Needed for at least gcc-2.95.
2005-06-14 07:47:17 +00:00
rillig
f781001924 Added a patch needed for ISO C90 compilers. This fixes the build of
audio/gst-plugins-cdparanoia on NetBSD 1.6.2.
2005-06-14 05:20:05 +00:00
jmmv
b35130a2f6 Disable -Werror, which breaks the build under, at least, amd64 (so it's
now probably fixed).
2005-06-12 16:43:29 +00:00
wiz
b26abba031 Now that bsd.options.mk has been changed, only add mmx to PKG_SUPPORTED_OPTIONS on i386. 2005-06-11 16:53:18 +00:00
wiz
cb8e761a4d Always add mmx to PKG_SUPPORTED_OPTIONS, but ignore it on all but i386. 2005-06-10 18:26:36 +00:00
wiz
758a8ec731 Always add mmx to PKG_SUPPORTED_OPTIONS. 2005-06-10 18:25:13 +00:00
dillo
08ec0aae74 Legacy option settings belong to PKG_LEGACY_OPTIONS, not PKG_SUGGESTED_OPTIONS.
Store warnings in PKG_OPTIONS_DEPRECATED_WARNINGS.
2005-06-08 16:18:44 +00:00
hubertf
971cdb67b0 Bump to libmpeg3-1.3nb5: fix building on MacOS X:
* patch-ac: define bswap_16 and bswap_32 as appropriate for NetBSD,
             Linux and MacOS X
 * patch-ae: Pull in headers for 'struct stat'. Hello Linux!
2005-06-07 23:38:34 +00:00
wiz
3a631d7d39 Add option for enabling CMOV support, defaulting to off.
This changes the default for this package, so bump PKGREVISION.

From Geert Hendrickx in PR 30366.
2005-06-07 21:23:04 +00:00
wiz
ebd1c19ab8 Remove (commented out) references to avifile, which was removed
from pkgsrc quite some time ago.
2005-06-07 21:17:55 +00:00
salo
1a5b9f241e Force PREFIX. 2005-06-06 21:15:02 +00:00
jmmv
f2d0a42a26 Fix build under DragonFly. From Joerg Sonnenberger. 2005-06-06 19:10:44 +00:00
jmmv
4e64b01fb6 This needs X11. From Joerg Sonnenberger. 2005-06-06 19:10:36 +00:00
hira
3f7bfc203c Don't install README file (alpha and ppc). 2005-06-06 16:19:53 +00:00
wiz
f59c9e90ec Make gopchop find its pixmaps. Bump PKGREVISION. 2005-06-06 15:12:07 +00:00
jmmv
6e0c57e044 swfdec now lives in multimedia, not graphics: fix directory.
Pointed out by Takahiro Igarashi in private mail.
2005-06-05 17:50:51 +00:00
jmmv
84ab5fef54 Add DragonFly support; patch from Joerg Sonnenberger. 2005-06-05 09:49:01 +00:00