summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-12-30Replace Flash marketing text with a dispassionate description of thegdt1-3/+2
package. Avoid claiming that Flash is a web standard (and thus avoid the debate about de facto vs real standards).
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam9-18/+9
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Add DragonFly.joerg2-5/+5
2005-12-24Require libcdio>=0.75. The build of xine-lib fails on amd64 with olderjmmv1-2/+5
versions of this library as reported in: http://mail-index.netbsd.org/port-amd64/2005/11/04/0001.html Bump PKGREVISION to 3. Maybe we should do this dependency bump in libcdio's buildlink3.mk file, because it might also affect other packages...
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2005-12-19Fix master site URL.tron1-2/+2
2005-12-19Update to 7.0r61 to sync with firefox-bin-flash and ns-flash packages.salo4-43/+15
The old version is horribly outdated and vulnerable. Use framework provided by firefox-bin-flash/Makefile.common
2005-12-19Update the i386 part of the package to 7.0r61 to sync with firefox-bin-flash.salo2-6/+6
The old distfile is no longer available. Noted by <tron>.
2005-12-18Added patch-aj for compatibility with ISO C90. Fixes the build ofrillig2-1/+23
gst-plugins-ogg.
2005-12-18Added patch-ai for compatibility with ISO C90. Fixes the build ofrillig2-1/+20
gst-plugins-gnomevfs.
2005-12-17Added missing RMD160 checksum for flash_player_7_solaris_sparc_r53.tar.gz.rillig1-1/+2
2005-12-14Use USE_TOOLS+=bash:run rather than depending on shells/bash and derivingghen1-6/+3
the path from it. Suggested by jlam, ok'ed by xtraeme.
2005-12-13Use EVAL_PREFIX instead of assuming bash lives in ${PREFIX}.ghen1-2/+5
Suggested by jmmv, ok by jmmv & wiz. Ride on previous PKGREVISION.
2005-12-13Patch some shell scripts to start with #!${PREFIX}/bin/bash instead of ↵ghen1-2/+10
#!/bin/bash (at least two of these scripts don't run with /bin/sh). This solves part of PR pkg/29342 (the other part concerns geography/gpsdrive).
2005-12-12First step at reworking Linux binary packages.joerg2-5/+8
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-11Sync with mkvtoolnix 1.6.5salo4-48/+43
2005-12-11Update to version 1.6.5salo3-6/+20
Changes: - new features (e.g., - splitting after arbitrary timecodes and muxing of USF subtitles) - lots of bugfixes since 1.4.2 See ChangeLog within the distfile for details.
2005-12-11Update to version 0.8.0salo3-8/+8
Changes: - support for reading extra features of SimpleBlock - bugfixes
2005-12-11Update to KDE 3.5markd7-158/+145
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz29-50/+58
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-10Security fix for SA17892:salo6-8/+92
"A vulnerability in FFmpeg libavcodec can be exploited by malicious people to cause a DoS (Denial of Service) and potentially to compromise a user's system." http://secunia.com/advisories/17892/ Fix from ffmpeg CVS repository, libavcodec/utils.c rev. 1.162: "default_get_buffer() cleanup fixes probably exploitable heap overflow heap overflow found by (Simon Kilvington)"
2005-12-09Add DTS support via libdca, not enabled by default.salo1-2/+9
2005-12-07Add DragonFly support. Disable always inlining on DragonFly,joerg4-3/+53
the compiler doesn't like it and it is IMO bogus anyway.
2005-12-07DragonFly support.joerg4-9/+9
2005-12-07Update to 1.1.3:wiz3-75/+74
Version 1.1.3 (2005 November 27) * Correct a bug in the granulepos field of pages where no packet ends * New VS2003 and XCode builds, minor fixes to other builds * documentation fixes and cleanup
2005-12-06Use statfs on DragonFly as well. To make the code more readable, restorejoerg2-18/+18
natural order of checking for features instead of the reverse.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig3-6/+6
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig26-59/+61
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-26Add mplayer-internal-faad option to use mplayer's internal faad library.ben2-8/+15
The default is to depend on an external faad library, so bump PKGREVISION.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz4-5/+8
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Add mplayer option for faad2, which uses faad2 from pkgsrc.ben2-5/+13
2005-11-11Add patch from joerg@ to re-enable libcd* support, tested by dhowland.wiz3-10/+208
Bump PKGREVISION.
2005-11-11Disable libcdio and libcddb until vlc has beenwiz1-4/+9
updated to the interface changes for the two libraries. Based on PR 32023 by David Howland. Bump PKGREVISION for any users that still have the old libcd* libraries installed.
2005-11-11Reverted the last change. Added a comment to why that changed had brokenrillig1-2/+4
things.
2005-11-09Regen distinfo to include patch-ah, which was recently added tominskim2-3/+4
multimedia/mplayer-share. Noted by Bernd Ernesti. Bump PKGREVISION.
2005-11-05Replaced an overly complex expression with the roughly equivalentrillig1-2/+2
${PKGBASE}.
2005-11-04Normalized BUILD_DIRS.rillig1-2/+2
2005-11-04Instead of "smpeg", the variable for selecting options is calledrillig1-2/+2
PKG_OPTIONS.smpeg.
2005-11-04Add php-ming.minskim1-1/+2
2005-11-04Import php-ming from pkgsrc-wip. Packaged by OBATA Akio.minskim2-0/+14
PHP extension for ming library; see multimedia/ming for details.
2005-11-04Add ruby-ming.minskim1-1/+2
2005-11-04Import ruby-ming from pkgsrc-wip. Packaged by Rich Davies.minskim4-0/+52
Ming/Ruby is an extension library which wraps Ming, a C library for generating SWF format movie (a.k.a. "Macromedia Flash").
2005-11-04Add py-ming.minskim1-1/+2
2005-11-04Import py-ming from pkgsrc-wip. Packaged by Michal Pasternak, andminskim3-0/+39
modified by OBATA Akio. Python bindings for ming library; see multimedia/ming for details.
2005-11-04Move graphics/ming to multimedia/ming.minskim1-1/+2
2005-11-04Move ming to the category that it should belong to.minskim8-0/+113
2005-11-02We need sys/time.h for timeval on DragonFly. Since time.h and sys/time.hjoerg2-4/+13
might conflict on some systems, conditionally include it only on DragonFly.
2005-11-01Add DragonFly PLIST entries. And bump PKGREVISION.reed2-1/+6
This plugin has not been tested yet. Todo: test xineplug_ao_out_oss plugin and make sure /dev/ device is correct. Todo: check to see if other plugins can be enabled -- see what is done for FreeBSD.
2005-11-01Add patch to fix DragonFly issue in bswap.h:reed2-1/+15
"You need to add endian swap macros for you're system" This was noted by Jonathan Fosburgh on DragonFly users list.
2005-11-01Fix typo to make it configure for -pthread correctly onreed2-4/+4
DragonFly. (J. Fosburgh said on DragonFly users list that configure failed due to the lack of a -lpthread.)