summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam6-17/+11
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-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-5/+5
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-14Update to 1.2.9:wiz2-7/+6
* more robust key caching * support for cache directory tags * improved seeking on win32 * support for Solaris libsmedia library
2005-07-14remove sunpro c++ runtime library hack, as this is handled in thegrant1-7/+1
sunpro-cxx wrapper now.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam3-6/+6
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-13Sort.wiz1-8/+8
2005-07-13Add DragonFlyBSD support, from Joerg Sonnenberger.wiz4-13/+25
2005-07-13Add RCS Id.wiz1-2/+4
2005-06-28regen (patch-aa and -ac changes).wiz1-3/+3
2005-06-28regen (correct file paths).wiz1-3/+3
2005-06-28regen (correct line numbers).wiz1-4/+4
2005-06-27Remove realplayer and trplayer.wiz1-3/+1
2005-06-27Remove trplayer: depends on realplayer, which was justwiz5-76/+0
removed; no new version out for years.
2005-06-27Remove realplayer: vulnerable package, old branch, no new release willwiz11-629/+0
come out. Use RealPlayerGold instead.
2005-06-26comment out dirrm of shared icon directory.markd1-3/+3
2005-06-26Add fix for possible division-by-zero in .wav files parser.wiz3-2/+23
http://bugzilla.gnome.org/show_bug.cgi?id=309043 Bump PKGREVISION. Ok'd by jmmv.
2005-06-25Use MASTER_SITES url which actually works.salo1-2/+2
2005-06-24Update to 10.0.5: security update.wiz2-11/+7
2005-06-24Update to 0.5.40:wiz3-9/+12
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-21Add RPM2PKGSTRIP line to fix installation with suse91 packages.wiz1-1/+2
Closes PR 29611. Commit during deep freeze approved by agc@.
2005-06-19- Add blank line to patch-aa.hira3-4/+7
- Add missing RCS Id tag to patch-ab.
2005-06-19Add missing RCS Id tags to patch-a[wxy] and patch-b[abcd].hira8-8/+22
2005-06-17Remove alsa entries which broke packaging on minskim'sreed1-3/+1
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-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-8/+8
${PREFIX}.
2005-06-17Create directories before installing files into them.jlam12-12/+34
2005-06-15Work around gcc 4 (on MacOS X 10.4.something) not knowing -fmove-all-movableshubertf2-2/+18
Bump to rev. mjpegtools-1.6.2nb5
2005-06-14smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists.jlam1-1/+11
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-14Added a patch that removes preprocessor directives out of the macrorillig2-1/+32
expansion of another macro. Needed for at least gcc-2.95.
2005-06-14Added a patch needed for ISO C90 compilers. This fixes the build ofrillig2-1/+21
audio/gst-plugins-cdparanoia on NetBSD 1.6.2.
2005-06-12Disable -Werror, which breaks the build under, at least, amd64 (so it'sjmmv1-1/+3
now probably fixed).
2005-06-11Now that bsd.options.mk has been changed, only add mmx to ↵wiz2-5/+10
PKG_SUPPORTED_OPTIONS on i386.
2005-06-10Always add mmx to PKG_SUPPORTED_OPTIONS, but ignore it on all but i386.wiz1-6/+4
2005-06-10Always add mmx to PKG_SUPPORTED_OPTIONS.wiz1-6/+1
2005-06-08Legacy option settings belong to PKG_LEGACY_OPTIONS, not PKG_SUGGESTED_OPTIONS.dillo1-3/+3
Store warnings in PKG_OPTIONS_DEPRECATED_WARNINGS.
2005-06-07Bump to libmpeg3-1.3nb5: fix building on MacOS X:hubertf4-21/+29
* 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-07Add option for enabling CMOV support, defaulting to off.wiz2-2/+16
This changes the default for this package, so bump PKGREVISION. From Geert Hendrickx in PR 30366.
2005-06-07Remove (commented out) references to avifile, which was removedwiz1-4/+1
from pkgsrc quite some time ago.
2005-06-06Force PREFIX.salo2-7/+13
2005-06-06Fix build under DragonFly. From Joerg Sonnenberger.jmmv2-1/+19
2005-06-06This needs X11. From Joerg Sonnenberger.jmmv1-1/+2
2005-06-06Don't install README file (alpha and ppc).hira1-2/+2
2005-06-06Make gopchop find its pixmaps. Bump PKGREVISION.wiz3-2/+16
2005-06-05swfdec now lives in multimedia, not graphics: fix directory.jmmv1-2/+2
Pointed out by Takahiro Igarashi in private mail.
2005-06-05Add DragonFly support; patch from Joerg Sonnenberger.jmmv2-1/+16
2005-06-04Move swfdec and swfdec-gtk2 from graphics to multimedia.jmmv14-1/+223
Suggested by wiz@.
2005-06-03Now uses some semaphore functions so depend on pthread-sem on old NetBSDmarkd2-2/+10
systems to provide them.
2005-06-03Split libdv into two packages: libdv itself, which installs only the codecjmmv12-55/+161
library, and libdv-tools, which installs all the associated tools. While doing this, clean-up useless dependencies in libdv's buildlink3.mk file. The main purpose of this change is to let mplayer use the dv codec (which is the default setting) while not depending on unused packages (gtk+).
2005-06-02Regen after multiple changes in mplayer's patches (Dragonfly fixes, mostly).jmmv1-5/+18
2005-06-02Convert to options framework.wiz1-2/+7
2005-06-02- only include supported options in PKG_SUGGESTED_OPTIONSdillo1-12/+9
- don't include deprecated variables in BUILD_DEF - no need to .undef .for loop variables