Commit graph

1591 commits

Author SHA1 Message Date
drochner
e29d42ffd4 update to 0.10.2
changes:
-Updated FFmpeg snapshot with many more formats
-Vastly improved playback
-Ported the muxer support from GStreamer 0.8
-Expose more encoder settings as element properties
-Post-processing elements ported
-QoS support for slow cpus
-Parallel installability with 0.8.x series
-Threadsafe design and API
-bugfixes
2007-01-05 11:00:33 +00:00
drochner
d23a4853ae +gst-plugins0.10-dvdread 2007-01-05 10:52:28 +00:00
drochner
4a7c529d93 build the "dvdread" module of gst-plugins0.10-ugly 2007-01-05 10:50:59 +00:00
drochner
62a646bdfc update to 0.10.5
changes:
-Improved asf playback
-Fixes to MPEG demuxer
-Improved Real playback
-Fix crasher bugs in the MPEG video decoder
-DVD-read-src improvements
-mp3 parser fixes
-Threadsafe design and API
-bugfixes
2007-01-05 10:49:20 +00:00
joerg
e7a8697fff Remove the external vorbis dependency as the internal implementation
based on tremor is used by default. In the long term, it might end up
replaced with the ffmpeg version as well. Noticed in PR 31587.
Bump revision.
2006-12-27 21:14:12 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
0aeb7e2c3d Needs msgfmt. 2006-12-27 12:05:58 +00:00
jdc
f707eb4925 Make this compile under sparc64.
OK joerg@.
2006-12-23 20:53:42 +00:00
wiz
0c68cd8e28 Set LICENSE. 2006-12-23 10:35:56 +00:00
wiz
a01f2ee95f Enable zlib support, improves support for MOVs slightly.
Add HOMEPAGE. Bump PKGREVISION.
From Sergey Svishchev.
2006-12-23 10:33:29 +00:00
dmcmahill
5c153193ad Update the solaris version to the latest (7.0.67) because of a security
issue in the older one and also because the distfile (which is unversioned)
now contains the new version.

No real details could be found about the change.
2006-12-21 04:07:33 +00:00
perry
0f5037ae37 Update the i386 linux binary version to 7.0.69.
I cannot find a change log associated with the new version explaining
what is different -- sorry. :(
2006-12-19 00:21:37 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
drochner
e0965eb84d update to 2.16.4
changes:
-bugfixes
-UI improvements
2006-12-15 19:10:04 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
wiz
de64642ed0 Move PLIST_SRC line so that package deinstallation with
the klash option enabled removes all directories.
2006-12-11 19:14:20 +00:00
drochner
5e45ddaaae This is not a pure Python extension and doesn't support multiple Python
versions in parallel. Thus "application.mk" must be pulled in to avoid
automatic Python version selection.
2006-12-11 12:53:17 +00:00
drochner
b55a67fbcd update to 0.10.11
changes:
This release requires GStreamer core 0.10.11 or higher
Improved buffering during network playback
Support for reverse playback of Ogg/Vorbis/Theora
Reverse playback support in the audio sinks
The Ogg muxer now produces correct streams in all cases
Support libvisual 0.4
Improvements in RTP support
Support retagging of Vorbis files
Introduction of the decodebin2 element
Many other bug fixes and improvements
2006-12-11 12:46:08 +00:00
drochner
90b70a2b68 update to 0.10.11
changes:
-many bugfixes
-API additions
2006-12-11 12:38:18 +00:00
markd
27ae152584 Don't let klash option change location where icon is installed. 2006-12-10 22:54:56 +00:00
markd
399099fae3 Remove some redundant lines (handled by kde3.mk) from Makefile. 2006-12-09 01:59:54 +00:00
joerg
34fd3047e9 Fix build on DragonFly, pthread and X11 linkage. 2006-12-08 22:06:28 +00:00
drochner
139f6475ac minor cleanup:
-remove obsolete WRKSRC definition
-the http overflow (CVE-2006-2802) was fixed upstream
2006-12-08 18:47:41 +00:00
abs
2794ccb3f2 Update xine-lib to 1.1.3
* Security fixes:
    - Heap overflow in libmms (related to CVE-2006-2200)
    - Buffer overrun in Real Media input plugin. [bug #1603458]
      Thanks to Roland Kay for reporting and JW for the patch.
  * Update build system to support x86 Darwin setups, and merge patches to
    support Darwin OS better.
  * Replace custom ALSA check with pkg-config check, and make sure 0.9.0 is
    the requried version.
  * When the compiler supports it, enable hidden visibility for all the
    plugins to export only the plugin info entry (and eventual needed
    special functions), to replace the min-symtab option that wasn't working.
  * Add "m4b" to the list of supported file extensions for the Qt demuxer, to
    allow playing (unprotected) audiobooks in AAC format.
  * Remove --disable-fpic hack, prefer using --without-pic instead.
  * Add new output plugin: PulseAudio (based on PolypAudio plugin), that uses
    0.9 API (PulseAudio is PolypAudio renamed).
  * Remove PolypAudio plugin, latest version supported 0.7 API that is no more
    supported by upstream, and it's replaced by PulseAudio.
  * Allow 0 for DVD title/chapter (navigation or full title).
  * New experimental JACK audio driver.
  * Fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595]
  * Don't use proxy for localhost connection. [bug #1553633]
  * Use mmap() to open local files if available.
  * Use pkg-config to look for external FFmpeg.
  * Allow FFmpeg to play MP3s in case MAD is not present.
  * Reduce the dead time when trying to connect to dead hosts, by falling back
    to non-blocking sockets on the last address found for an host, and allowing
    users to provide a connection timeout. [bug #1550844]
  * Return the correct error message to frontends when a file is inaccessible or
    the network connection is broken. [bug #1550763]
  * Support libcaca 0.99, thanks to cjacker huang.
  * Fix crash on video-only WMV streams. [bug #1564598]
  * Report audio stream on Shorten files (required for Amarok to play them).
  * Optionally use fontconfig to look up fonts to use for OSD. [bug #1551042]
  * Prefer FreeType2 rendered fonts to bitmap fonts.
  * Stone age platforms update
  * Enabled TrueSpeech codec
  * New X11 visual type: xine-lib may now use frontend's mutex/lock mechanism
    instead of XLockDisplay/XUnlockDisplay.
  * Allow playing of OggFlac files. [bug #1590690]
  * Allow playing FLAC files with an ID3 tag at the start.
  * Fix some crashes caused by MP3 files (and possibly others) being
    misdetected as AAC.
2006-12-08 09:24:26 +00:00
drochner
a828eb4049 Move fontconfig/buildlink3.mk to a common makefile fragment, so that
mencoder gets it too. Without that, fontconfig vertions from pkg and
X11R6 get mixed which is bad. Bump mencoder's PKGREVISION.
2006-12-07 14:09:02 +00:00
markd
b0d55b53a7 Whoops, I clobbered rillig's previous commit with my last one, put his
changes back.  Spotted by wiz.
2006-12-07 10:50:27 +00:00
markd
ff80bce43e Slight tidyup of the KDE handling. No functional change. 2006-12-07 10:07:10 +00:00
rillig
2c3621c2f8 Fixed an invalid use of backticks. 2006-12-07 00:27:06 +00:00
xtraeme
7379bea76c Added multimedia/kaffeine. 2006-12-06 18:31:35 +00:00
xtraeme
5b4483984d Initial import of kaffeine-0.8.3.
kaffeine is a xine-based multimedia player for KDE.

* Full Drag and Drop support
* Import Noatun-playlists as well as M3U, ASX and PLS-Files
* Editable Playlist
* Export Playlist to HTML or PDF (KDE-Print)
* Edit Xine-Options via GUI
* Support for saving screenshots as PNG, BMP or XBM
* The ability to prevent the screensaver from activating OSD Titles

Thanks to joerg for helping me fixing a build error.
2006-12-06 18:30:11 +00:00
wiz
5de4a6c7dd Remove unnecessary hunk. 2006-12-06 00:26:10 +00:00
xtraeme
b5f8ab2c06 Enable the Konqueror plugin via the option klash. 2006-12-06 00:13:05 +00:00
tron
9072c31e1f Fix build under Mac OS X PowerPC by enabling AltiVec support. The resulting
binary will not work on olders CPUs (e.g. G3) but the package works on at
least G4 and G5 systems now.
2006-12-05 23:16:48 +00:00
tron
8c45b67aa7 Brings this close to building under Mac OS X. It now fails linking because
it didn't properly build PowerPC specific code before. The package might
therefore already build properly under Mac OS X i386.
2006-12-05 21:00:26 +00:00
tron
cefe2dd7eb Readd fix for build problem under Mac OS X using Apple's Xcode Tools 2.4
which was removed during the last update of this package.
2006-12-05 18:31:07 +00:00
wiz
bd68d2323a Add gnash. 2006-12-05 15:15:50 +00:00
wiz
8917ac000d Initial import of gnash-0.7.2:
Gnash is a player for animated "movies" in the Macromedia Shockwave Flash
(.swf) format.  It can be run as a graphical application, as a Web browser
plugin, or as a library used by other programs.  It is not yet complete;
it does not correctly handle every .swf file.

Many of the Flash movies that I come across play fine in Gnash.  Many
others do not.  In particular, Flash movies that are used for browser
navigation may still have a few issues with some URLs left. Most
Flash based navigation of a web site should work.

Gnash supports the majority of Flash opcodes up to SWF version 7, and
a wide sampling of ActionScript classes for SWF version 7. All the core
ones are implemented, and many of the newer ones work, but may be missing
some of their methods. All unimplemented opcodes and ActionScript classes
and methods print a warning when using -v with gnash or gprocessor. Using
gprocessor -v is a quick way to see why a movie isn't playing correctly.
2006-12-05 15:15:24 +00:00
tron
2de50ee664 Fix build under NetBSD-i386 3.1 and eventually other Unix versions.
Changes based on a patch by Juan Romero Pardines.
2006-12-05 14:26:28 +00:00
xtraeme
ad7300e3cf mjpegtools dependency is not required anymore.
Bump PKGREVISION.
2006-12-05 13:01:21 +00:00
tron
a50a600a4a Fix build on platforms with case-sensitive filesystems. 2006-12-04 13:55:31 +00:00
xtraeme
32e8220fcf Do not try to link to unexistent libs like laudio and laa, I don't know
where they came from, but they are not needed and were causing me
build problems.
2006-12-03 15:16:03 +00:00
xtraeme
4f7fd1484c - Add missing files to PLIST.
- Fix the build when the mmx option is not sent.

All items were fixed by Dieter Roelants sending me a private email
with patch, thank you.
2006-12-03 12:18:32 +00:00
xtraeme
5923d9de3a Update to 2.3.0:
The list of fixed bugs:

* Fixed make install for po directory
* Fixed Ffv1rec
* Fix for multiple gthread_init call (aakef)
* Better audio dithering (Mihail+Josh Green)
* Support for DV in .mov/.mp4
* Resample crash fix when upsampling (a nasty one).
* PCM in .mov/.mp4 sample size fix
* Fix for MP4/MOV files containing .url field
* Added smartcopy from cli or from javascript
* Fix encoding x264 with use bframe as reference + output to mp4
2006-12-03 10:33:02 +00:00
obache
2e2180e7d6 Update Solaris version to 7.0.66.
Patch provided by Abel Chow in PR 34620.

This release fixes security vulnerabilities as reported in Adobe Vulnerability
APSB06-11 (CVE-2006-3014, CVE-2006-3311, CVE-2006-3587, CVE-2006-3588,
CVE-2006-4640).
2006-12-02 17:14:03 +00:00
joerg
f489170f57 Move extra X11 includes to Makefile.common and bump revision of mplayer. 2006-11-30 15:00:45 +00:00
abs
239253bc04 Fix path to cdda_interface.h and cdda_paranoia.h in the #ifndef
HAVE_LIBCDIO case
2006-11-30 14:03:13 +00:00
drochner
4ac92699da cleanup stale GCONF2_SCHEMAS definition 2006-11-29 17:42:02 +00:00
joerg
a84b969574 Fix build with Xorg from pkgsrc. Slightly different from the suggested
patch from abs@ on pkgsrc-users.
2006-11-29 15:52:33 +00:00
drochner
984b9e9fba minor cleanup: ude xdg and hicolor-icon-theme dirs, so that one doesn't
get errors on deinstall
bump PKGREVISION
2006-11-28 21:49:57 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
wiz
42e268636d Update to 1.1.2:
Changes since 1.1.1:
xvidcore library

    * Fixed typo in xvid.c
    * Updated bitstream.h to fix the previous faulty non-aligned
      bitstream buffers fix

Changes since 1.1.0:
xvidcore library

    * Fixed bug when frame-drop (N-VOP) feature is used in combination
      with packed B-frames
    * Fix for premature EOF in xvid_decraw example
    * Fixed potential crash on Intel EMT64 architecture
    * Several fixes for IA64 platform (patch by Thomas Koeckerbauer)
    * Fix for visual_object_verid vs. video_object_layer_verid problem
    * Ensure intervening bytes are preserved in BitstreamInit()

VFW frontend

    * Prevent segfault when encoding application calls compress_end
      with NULL codec context (PerfectDark at yandex dot ru)
    * Profile definitions updates

DShow frontend

    * Add missing debug.c
2006-11-18 21:05:13 +00:00
rillig
af4ee4f1d3 Fixed "test ==". 2006-11-12 02:28:45 +00:00
rillig
ffc370ef6a Fixed PKGMANDIR. 2006-11-12 02:22:44 +00:00
tv
25a4024806 Use find -print | xargs rather than find -exec. 2006-11-10 17:34:09 +00:00
joerg
43692cdf60 DESTDIR support and convert to mdular buildlinks. 2006-11-06 14:06:17 +00:00
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
joerg
79de670626 DESTDIR support. 2006-11-03 06:46:21 +00:00
rillig
277c86e453 Fixed PKGMANDIR. 2006-11-02 02:26:55 +00:00
wiz
3d84900583 Update to 20061022:
Remove vmnc.dll.
2006-10-31 22:44:16 +00:00
wiz
043872066e Update mplayer-share, mplayer, mencoder, and gmplayer to 1.0rc9 (which
is upstream 1.0rc1, but we already used rc for the previous versions).

With valuable help from drochner, thanks!

ChangeLog:
MPlayer 1.0rc1: "Codename intentionally left blank"

DOCS:

    * German documentation translation finished
    * Russian documentation translation synced and almost finished

Drivers:

    * IVTV hardware MPEG audio/video decoder output
    * ALSA audio output: AC3 passthrough now works even when the device name of the digital output port has been set by the user
    * bicubic OpenGL scaling works with ATI cards
    * md5sum switched to the libavutil MD5 implementation
    * support for libcaca 1.0 via compatibility layer

Decoders:

    * liba52 updated to 0.7.4 (slightly faster)
    * SSE optimizations for mp3lib
    * removed support for obsolete and non-free divx4 libraries

Demuxers:

    * audio stream switching in MPEG-TS/PS, Matroska and streams supported by libavformat
    * audio stream switching between streams with different codecs
    * libavformat demuxer now honors -alang
    * chapter seeking in Matroska files
    * fixed seeking to absolute and percent position for libavformat demuxer
    * NUT demuxer using libnut
    * Matroska SimpleBlock support

Inputs:

    * split of stream layer from libmpdemux to new stream library
    * PVR input for hardware MPEG encoder based cards, such as Hauppauge WinTV PVR-150/250/350/500 AKA IVTV but also pvrusb2 and cx88 (requires Linux >= 2.6.18 kernel, featuring native V4L2 MPEG API)
    * native RTSP input (handles MPEG-TS over RTP) for generic RTSP servers
    * support for seeking to chapters in dvd:// and dvdnav:// streams
    * radio support (radio://)

FFmpeg/libavcodec:

    * VC-1/WMV3/WMV9 video decoder
    * Vorbis decoding speedup, now default Vorbis decoder
    * VMware Video decoder
    * On2 VP50 and VP62 decoder
    * lossless audio decoders: WavPack, TTA, Shorten
    * CAVS decoder
    * GXF muxer/demuxer
    * MXF demuxer
    * much improved FLAC encoder
    * more H.264 decoding speed improvements, plus support for -lavdopts fast
    * Theora decoder fixes
    * preliminary Vorbis encoder
    * MTV demuxer

GUI:

    * Windows version added
    * drag-and-drop ignored last file
    * save and load cache setting correctly
    * working audio stream selection for Ogg and Matroska files
    * executable names like gmplayer_old etc. will now start GUI as well
    * -gui/-nogui options
    * xinerama fixes, now behaves similar to MPlayer without GUI

Filters:

    * MMX-optimizations for -vf yadif
    * MMX-optimizations for -vf zrmjpeg

MEncoder:

    * support of x264 encoding via libavcodec
    * rewrite -x264encopts option parser to use the 264 option parser; likely breaks 3rd party tools as the syntax of some options has changed
    * removed support for obsolete and non-free divx4 libraries

Ports:

    * partial Intel Mac support, --disable-win32 --disable-mp3lib is needed
    * OpenGL can now create windows > screen size under Windows
    * allow filenames starting with \\ for remote paths on Windows

Others:

    * SSA/ASS subtitle renderer
    * -endpos option for MPlayer
    * -correct-pts option
    * UTF-8 used for OSD and subtitles, some bitmap fonts will no longer work correctly and -subcp must be set for all non-UTF-8 subtitles
    * more audio-truncation fixes
    * libavutil mandatory for MPlayer compilation
    * more intuitive -edlout behaviour
    * -nortc is now default since -rtc has disadvantages with recent kernels
2006-10-31 22:33:28 +00:00
rillig
53016a369d Fixed "test ==". 2006-10-31 20:52:36 +00:00
wiz
0c2e68db44 Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
dmcmahill
b419c700ca Make sure the MAX macro is defined. Builds on solaris now. 2006-10-25 23:18:19 +00:00
rillig
8cca367618 Fixed PKGMANDIR. 2006-10-25 21:00:46 +00:00
drochner
926f5c78df fix HOMEPAGE 2006-10-25 14:02:00 +00:00
tron
c331716a2d Fix build problem under Mac OS X using Apple's Xcode Tools 2.4. 2006-10-23 15:01:26 +00:00
wiz
7ca39675c0 Disable assembly code on x86_64 -- the asm is not PIC, but the
ABI demands PIC code. This fixes the build.

A big patch to make the asm PIC is available from gentoo at
http://bugs.gentoo.org/show_bug.cgi?id=90287
in case someone knowledgable is interested in verifying and integrating it.
2006-10-19 00:15:15 +00:00
wiz
2780c1b65f Remove line for patch-ac -- not in pkgsrc. 2006-10-19 00:13:42 +00:00
wiz
c3dda9b7a0 Install a man page. Grabbed from the Debian project (thanks!).
Bump PKGREVISION.
2006-10-18 01:16:53 +00:00
simonb
f4eba3da15 Fix a grammar nit. 2006-10-17 22:45:03 +00:00
drochner
4cfaa1468a update to 0.9.7
changes:
Removed an extra free in DVDClose that caused crashes if more than one
DVDClose was called
2006-10-17 16:41:10 +00:00
drochner
f2b325fbbf reset PKGREVISION 2006-10-17 16:35:58 +00:00
drochner
cf74cee546 update to 2.16.2
changes:
* Browser enhancement:
  - Fix the "Open with..." menu item not showing for some supported types
  - Hide the preferences menu item
  - Fix playback for http://www.viftv.no
  - Fix videos on http://www.apple.com/getamac/ stopping playing
  - Support the "showcontrols=false" parameter, for http://www.k9media.se
  - Fix playback of videos on http://news.sky.com
  - Add a new plugin to support videos on http://stage6.divx.com/
* When opening the "Skip to" dialogue, set the default to the current time
* Fix a possible crasher when checking for an ASF reference file
* Use the top-level title from the SMIL playlist, when there isn't an
  entry specific one
* Playlist parser:
  - Handle playlists linked inside playlists as used on kinkfm.com
  - Handle "BASE HREF" in ASX files
  - When adding ISO images, or on-disk DVDs, set a title
* Browser plugin:
  - Don't accept streams that aren't from the supported mime-type
* GStreamer backend:
  - Restore the statusbar text when we've been buffering
  - Fix buffering when streaming
2006-10-17 16:35:10 +00:00
drochner
82f164391f update to 0.5.8
changes:
-UI improvements (editable menu shortcuts, eject)
-bugfixes and cleanup
2006-10-17 16:23:47 +00:00
drochner
10dfa4ae1f update to 0.4.1
changes:
-build system fixes
-acceleration on amd64 and ppc
-bugfixes
2006-10-17 16:18:14 +00:00
wiz
5f20abb30d Fix "test ==". 2006-10-16 00:48:29 +00:00
wiz
e341dfe73d Only support mplayer-win32 on i386 (for now).
The codecs package is restricted to i386.
From rudolf on pkgsrc-users.
2006-10-13 20:13:14 +00:00
tron
a9a91268a9 Fix non-portable shell scripts, bump package revision. 2006-10-13 12:51:27 +00:00
drochner
d91aea0d63 update to 0.10.4
changes: many bugfixes
2006-10-12 13:35:33 +00:00
drochner
7d5c9710fa update to 0.10.4
changes:
-added apev2mux element
-many bugfixes
2006-10-12 13:33:58 +00:00
drochner
0f64fe7985 update to 0.10.10
changes:
-New elements: gdppay, gdpdepay
-bugfixes
-minor API additions
2006-10-12 13:30:36 +00:00
drochner
f3568b0332 update to 0.10.10
changes:
-many bugfixes
-some API additions
2006-10-12 13:27:51 +00:00
markd
fa54bf2921 Update to KDE 3.5.5 2006-10-12 10:49:17 +00:00
rillig
183a50eb64 Fixed "test ==" and $RANDOM. 2006-10-11 18:32:40 +00:00
gdt
e72be44665 add missing LICENSE= 2006-10-11 12:50:19 +00:00
grant
6dcc45bd58 disable asm on Solaris, as the resulting object files don't link
correctly.
2006-10-11 00:04:39 +00:00
grant
9559dd50da fix Xv support on Solaris, as the Xv header files live in /usr/X11R6,
not ${X11_BASE}.
2006-10-11 00:01:00 +00:00
grant
8e862b7dd2 turn libsmb support off, instead of relying on autodetect. fixes
problem on Solaris which has libsmbclient but not libgnutls, on which
it depends.
2006-10-10 23:58:49 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
dmcmahill
c20546a552 add missing distfile info for solaris 2006-10-08 23:13:41 +00:00
xtraeme
8d361da047 Do not depend on rar-bin if MACHINE_ARCH != i386, this should fix
installation on !i386 archs... reported by Rhialto some days ago.

Bump PKGREVISION.
2006-10-08 12:40:09 +00:00
salo
fb974d74f8 Update to version 1.7.0
Changes:

- mkvmerge: enhancement: Added support for MIME type detection via
  libmagic (patch by Robert Millan with heavy modifications by
  myself).

- mkvmerge: bug fix: Theora headers were not handled correctly.

- mkvmerge: bug fix: The WavPack reader was broken on 64bit
  systems (e.g. AMD64).

- mkvmerge: bug fix: The Theora timecode handling was broken, and
  Ogg/Theora files were not identified correctly (they showed up as
  "unknown" in mmg).

- mmg: enhancement: The 'adjust timecodes' function accepts
  timecodes like 'XXXXXunit' with 'unit' being 'ms', 'us', 'ns' or
  's'.

- mkvmerge: enhancement: mkvmerge will no longer refuse to
  concatenate files with differing Codec Private contents and only
  issue a warning in such cases.

- mkvmerge: bug fix: Quicktime/MP4 reader: Added support for
  version 1 media headers ('mdhd' atom) with 64bit fields. Fixed the
  duration of the last packet passed downstream. Fixed overflow
  issues during re-scaling from the Quicktime/MP4's time scale to
  nano seconds used by mkvmerge.

- mkvmerge: bug fix: Muxing wasn't working Windows 9x/ME because
  mkvmerge was trying to use Unicode file access functions when
  determining which directories to create. Fixes Anthill bug #177.

- mkvmerge: new feature: Added support for the "Delay:" feature
  and for negative timecodes in VobSub IDX files.

- mmg: new feature: If mmg is set to automatically fill in the
  output file name then it will clear the output file name once all
  input files have been removed.

- mmg: bug fix: Fixed a crash that occured if the user removed an
  attachment and clicked somewhere in the empty space in the
  attachment list. Occured only on Windows.

- mmg: bug fix: Re-added Chinese to the list of popular languages
  (those are listed first in the language drop down boxes).

- mkvmerge: bug fix: The last change to the ISO 639 language
  handling broke the VobSub reader so that it reported the wrong
  language codes. This also caused mmg to not display the correct
  language after adding a VobSub file.
2006-10-08 05:22:19 +00:00
tron
2d5c56c392 Disable assembler code for Mac OS X x86. That should fix a build problem
reported by Davide Zanon on the "pkgsrc-users" mailing list.
2006-10-07 20:35:48 +00:00
markd
51599def23 Update kmplayer to 0.9.3
Changes since version 0.9.3-rc1
- Fix audio/video CD w/ MPlayer adding more and more nodes on restart
- MPlayer movie length detection fix for URLs in lists
- Fix playlistview accessing root node w/o checking (crash fix)
- XML Shareable Playlist Format (aka spiff) support
- Fixed editing in place tree of URL, they were modified by KURL::prettyURL()
- Fixed missing 'NotRunning' state change notification in some cases
- Window title for playlists fix, either group name or item URL
- Catergory items should not be editable
Changes since version 0.9.3-pre2
- Patch from bero, add more output audio and video drivers
- Frequencies for Xv TV watching should now be in MHz (like with MPlayer)
- Add more help in the handbook about the backends and the playlist format
- Support MPLAYEROPTS argument for group/item nodes to add extra settings
- Add option to set path/application name for mplayer backend
- Fix possible crash when updating the playlist tree from QListView click events
- Add 'Delete item' and MoveUp/Down for persistent playlists context menu and TV
- Delay loading of recent XML file to first item played or category opened
- Defaults to not show progress slider instead of having a disabled slider,
  this greatly improves channel switching with Xv and the bttv driver
- Properly stop kmplayer when 'hanging' in the resolving state, also add
  'Connecting' when starting resolving
Changes since version 0.9.3-pre1
- Support for audio cdrom
- Fixes for 'Persistent Playlists' tree; drop position didn't account for
  scrollbar position, painting fixes, popup menu position and dropping an item
  in a not-yet-loaded tree created a temporary ghost tree
Changes since version 0.9.2a
- Painting of root items in playlist view as 'Window Background'
- Add a 'Persistent Playlists' sub tree to playlist view, editing by D&D,
  in-place node editing or changing the XML directly using the 'Edit Mode'
- Add a 'Most Recent' sub tree to playlist view, when having more than 10
  items, automatic create a sub tree 'More ..'
- Merge TV input and device name to make tree one step less deep
- Add Television as persistent sub tree to playlist view
- Add 'Optical Disks' with VCD/DVD as persistent sub tree to playlist view
- Make playlist tree less deep and remove the branches paintings
- Plugin fix for http://www.orbital.pt/ for Konqueror >= 3.5.4 users
2006-10-06 20:30:10 +00:00
wiz
768a49f2dd Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
tron
c3d3ff6f22 Don't offer the "oss" option on platforms which don't support OSS.
This fixes the build under Mac OS X. Sounds playback works fine via
the "macosx" audio driver on this platform.
2006-10-03 14:47:40 +00:00
tron
b09bca1c75 Fix a few broken "test ... ==" checks in the configure script found
by "check-portability.mk".
2006-10-03 14:32:24 +00:00
tron
908de95992 The "mpeg4ipSDL" library is not build under Mac OS X (by purpose).
Adapt the package list accordingly.
2006-10-03 12:55:32 +00:00
tron
a6553d14c3 Fix shared library naming under Mac OS X (Darwin). The "avidemux" package
builds again now. Bump package revision because of this fix.
2006-10-02 14:21:13 +00:00
dmcmahill
d53214dfd0 update to RealPlayerGold-10.0.8.805.20060718.
The old distfile for 10.0.7 was not available and thus this package
was broken.  While here added a post-fetch target that checks the
version of the downloaded distfile to see if real.com has made
yet another release without changing the distfile name.
2006-09-29 21:21:54 +00:00
dmcmahill
9ad18425ff - Fix a "==" in a shell test.
- Add missing header when testing for OSS audio on NetBSD

Fixes broken builds on NetBSD-2/i386
2006-09-29 21:20:04 +00:00
dillo
fd1154264d Fix homepage. 2006-09-27 15:29:11 +00:00
martti
8c76639a6c Regenerate this after moving the vlc packages. Currently no package includes
this file.
2006-09-27 06:02:00 +00:00
drochner
6f8b5c1628 adjust @comment for gtk-2.10 2006-09-26 16:37:40 +00:00
martti
2cda76cb23 We have now vlc and vlc07. 2006-09-26 07:27:41 +00:00
martti
065aaa7d11 Moved vlc08 to vlc. 2006-09-26 07:27:19 +00:00
martti
14d9e83c31 Moved from pkgsrc/multimedia/vlc 2006-09-26 07:19:41 +00:00
tron
c1384f3bac Remove as maintainer of this packages. I cannot use "fxtv" any more
because I don't have an anlog TV feed into the house.
2006-09-25 13:23:22 +00:00
salo
ba0f25025f Remove Mozilla Suite's friends. 2006-09-24 16:49:45 +00:00
joerg
87e6808501 Catch-up with GTK 2.10. Bump revision. 2006-09-24 15:25:18 +00:00
wiz
96e7b87c27 Share distinfo file between moz-bin-flash and firefox-bin-flash.
Noted by salo@
2006-09-17 11:48:23 +00:00
jmmv
0183f102be Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

(These are some that I forgot in the previous commit because they weren't
initially in the file list.  Reported by hira@.)
2006-09-16 15:36:12 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
wiz
4518d744b2 Update to 7.0.68:
This release fixes several security vulnerabilities as reported in
Adobe Vulnerability APSB06-11. Multiple input validation errors
have been identified that could lead to the potential execution of
arbitrary code, such as that delivered from a remote location via
the user's Web browser. Updating is strongly recommended.
2006-09-16 07:17:52 +00:00
jmmv
8c648b01e0 Update to 2.16.0:
2.16.0
* Add keyboard support for the DVD keys: Up, Down, Left, Right
* Add support for audio/AMR, audio/AMR-WB and Musepack
* Remove old GStreamer 0.8 hacks
* Avoid repeat being turned on when it shouldn't in the web browser plugin

1.5.92
* Fix a crash when HAL isn't available
* Fix compilation with older versions of HAL, without HAL, and with the
  Browser plugin disabled
* Save and restore the sidebar width
* Set and use the connection speed preference (GStreamer)

1.5.91
* Numerous Browser Plugin enhancements:
  - Playlist support
  - Split the plugin in 4 different plugins, to allow
    name-based detection to work, and different Javascript interfaces
    to be used (Real Player/Helix, Windows Media Player and Quicktime
    compatible, and basic Totem)
  - Handle repeat and autostart parameters
  - Make sure the plugin is available for all Mozilla-based browsers
  - Make scrolling on the volume widget work as it should
* New icon
* Use HAL to determine the disc type
* Save and restore which sidebar was showing, and whether Totem was
  maximised
* Fix the window title not changing when playing files with broken names
* Fix Ctrl+Q not working in fullscreen
* More logo mode fixes (xine-lib)
* Fix aspect ratio of visuals (xine-lib)

1.5.90
* Add a default filename to the save playlist dialogue
* Add supprot for more DVD related remote buttons
* Move the properties dialogue to the sidebar
* Fix build with newer versions of D-Bus
* Avoid linking directly against the Mozilla libraries, should allow
  build-time and run-time engines to be different (build against Mozilla,
  run in Firefox)
* Make the "Seek To" dialogue work correctly when using the keyboard
* Fix logo related redraws (xine-lib)
* Try harder to extract audio/subtitles languages from files (GStreamer)

1.5.4
 * update xine-lib requirement to avoid startup crashes

1.5.3
 * Text subtitle encoding is now selectable
 * Numerous Browser Plugin enhancements:
   - Try to cache files while playing them
   - Add support for cache=true hint
   - Fix getting the true path for relative paths
   - Add support for audio-only playback
   - Add a way to copy the URL from the right-click menu
   - Add "Open in Movie Player" in the right-click menu
 * Make showing/hiding the sidebar not resize the video or the window
 * Pop down language and subtitle menus to avoid hangs when the language or
 subtitle changes while the menu is open
 * Add AC3 and Monkey's audio to the known filetypes
 * Draw the logo ourselves, so we don't crash on startup if the logo is too
 big for the X video buffer (xine-lib)
 * Show the logo when playing audio without visualisations
 * Fix a crash with non-default buffering values (GStreamer)
 * Fix a leak each time the logo was set (GStreamer)
 * Fix the "Skip to" dialogue not working when paused (GStreamer)

1.5.2
 * Make Space Play/Pause when the video widget has the focus
 * Fix DVD playback when started from gnome-volume-manager
 * Allow localisation for time labels
 * Fix possible crash when using the Nautilus properties tab
 * Use HAL to detect presence of discs in the drives
 * Fix problems using the Mozilla plugin on PPC systems
 * Add Impulse Tracker and MOD files to the list of supported types
 * Add audio/vnd.rn-realaudio as a supported playlist format
 * Use theme friendly window icons
 * Fix a new installation of Totem not using visualisation (GStreamer)

1.5.1
 * Add XSPF playlists read and write support
 * Allow users to choose the type of playlist to write when saving

1.5.0
 * Remove unused DXR3 support
 * Remove GStreamer 0.8 support
 * Fix the GTK+-only version not displaying some menu items
 * Update the "Skip to" time label when entering time manually, fix sensitivity
 of the OK button in that dialogue
 * Fix crash on exit if the interface couldn't be loaded
 * Add basic support for the Quicktime Metalink playlists
 * Avoid deadlocks when forcing opening with a subtitle when there's none
 * Fix crash when setting the connection speed setting to the maximum
 * Make the previous/next icons in the popup the same as in the rest
 of the interface
 * Make menu shortcuts unaccessible in fullscreen
 * Make Ctrl+S show the "Skip to" dialogue as it should
 * Fix a small memory leak in the Nautilus properties plugin
 * Add debugging to the playlist parser
 * Make the preferences window appear on top of the main window at all times,
 and hide it straight away when exiting
 * Fix playback of non-Mozilla streams (such as mms) in the Mozilla plugin
 * Fix saving non-relative m3u playlists
 * Handle space as Play/pause in windowed mode if the video widget has
 the focus
 * Work-around broken .pls files from Virgin radio
 * Fix problems with sound not coming out when audio output selected
 isn't Stereo (xine-lib)
 * Fix pixel aspect ratio settings (GStreamer)
2006-09-15 15:23:51 +00:00
jmmv
bcdebb1446 Update to 2.16.1:
This is gnome-media 2.16.1

Changes since 2.16.1:
	* install vumeter.desktop file correctly.

This is gnome-media 2.16.0

Changes since 2.14.2:
	* make full row of checkboxes clickeable in gnome-volume-control
	* .desktop fixes for bug-buddy and for category of FDO spec
	* macro fixes in header files
	* cygwin build fixes
	* translations: bn_IN, ca, da, de, es, eu, hi, hu, id, it, ja, ko,
			lv, mk, mg, ml, mn, mr, nl, pl, pt, ru, sl, sv, ta,
			th, tr, uk, zh_HK, zh_TW

Bugs fixed:
	* 82190: Gnome CD should not have it's own themes
	* 166587: does not compile without specifying extra LDFLAGS
	* 168978: gnome-cd skips when using cdparanoia backend
	* 303325: The Application "CDDBSlave2" has quit unexpectedly
	* 316855: Sound Juicer crashes when adding the first new profile
	* 319846: volume control capplet not in sync with volume control ap...
	* 329409: gnome-media Cygwin build fixes
	* 329922: When recording multiple times, items in "record from inpu...
	* 333450: add categories to gnome-sound-recorder.desktop
	* 333476: gnome-sound-recorder MUTES sound-recording when recording..
	* 336186: Gnome Volume Control applet should display "digital outpu...
	* 336315: Full row in checkbox listing should be clickable
	* 339784: sound configu error!
	* 341361: patch for as-needed
	* 348645: Help kill libegg
	* 348851: Errors in .desktop file break bug-buddy support
	* 349305: Polypaudio is renamed to PulseAudio
	* 352836: fix a couple leaks

Thanks to:
	* Kjartan Maraas
	* Marc-Andre Lureau
	* Stefan Kost
	* All the translators
2006-09-15 15:23:00 +00:00
taca
9c235fcfd6 Update MASTER_SITE.
I could fetch this morning, but can't now.  So I checked
http://mingruby.rubyforge.org/ and it points this MASTER_SITE.
2006-09-14 05:52:39 +00:00
obache
cec1e8ba8b Update ruby-ming to 0.1.7.
ChangeLog for ver 0.1.7
-----------------------
* work with Ming 0.3beta1
* big changes from ver 0.1.6
2006-09-13 15:58:48 +00:00
obache
23b9023586 Update py-ming to 0.3.0.
ChangeLog is unknown.
2006-09-13 15:54:58 +00:00
obache
6098e90b05 Update ming to 0.3.0.
ChangeLog is too large, so omit it.
2006-09-13 15:53:51 +00:00
obache
68de08335a Update MASTER_SITES and HOMEPAGE. 2006-09-13 13:13:02 +00:00
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00
tron
0d9e9ca332 Remove Mario Kemper as maintainer of these package on his request. 2006-09-06 15:38:32 +00:00
sekiya
f40010de9b Update to dvdauthor-0.6.11. Submitted by Martin Wilke via PR34431. 2006-09-02 08:58:47 +00:00
jmmv
332d7a86e2 Add and enable gst-plugins0.10-xvid. 2006-08-28 21:56:53 +00:00
jmmv
c914918e85 Remove misimport (extra dash in package name). 2006-08-28 21:56:08 +00:00
jmmv
85b5bccf3c Initial import of gst-plugins0.10-xvid, the xvid plugin for gstreamer 0.10.
I'm amazed to see that with this in place the totem-video-thumbnailer now
works (instead of crashing) for supported videos!  And playback works nicely
(not deadly slow, as I remember from prior versions).
2006-08-28 21:53:46 +00:00
jmmv
043c5a8d21 Initial import of gst-plugins-0.10-xvid, the xvid plugin for gstreamer 0.10.
I'm amazed to see that with this in place the totem-video-thumbnailer now
works (instead of crashing) for supported videos!  And playback works nicely
(not deadly slow, as I remember from prior versions).
2006-08-28 21:52:15 +00:00
xtraeme
a257758a92 Add missing lsdvd manpage, noticed by Cesar Catrian in PR pkg/34300. 2006-08-27 18:15:51 +00:00
xtraeme
50f156ea99 Update to 0.98.1:
0.98.1 [stable branch] Fri Aug 25 2006, joern
    Features:
    - Updated spanish translation. Thanks to Sergio Cambra.

    Bugfixes:
    - Fixed exception when TOC reading failed for some reason.
      Thanks for the report to Jimmi <jimmi AT bglug.it>.
    - Spaces in the VOB file path were not refused but gave
      wrong error messages on TOC reading later. Made special
      character checking on project name and paths more strict.
      Reported by Google Roxxort <larspb AT hotmail.com>.
    - Preferences window: places buttons at the bottom of
      the window. Thanks for the hint to Gert Brinkmann
      <g111 AT netcologne.de>.
    - Preferences window: when changing the DVD drive from
      the popup, result checking output wasn't updated.
    - Added "Add node" button to the cluster control window
      (was lost somehow... ;)
2006-08-25 18:15:08 +00:00
xtraeme
50089460c6 Fix installation on systems with gcc4... looks like the filter_tomsmocomp
is only built when the compiler is not gcc4.
2006-08-24 16:06:25 +00:00
xtraeme
88ec01cfe9 - Correctly set minimum versions.
- Fix cluster mode support... the code was using "/usr/sbin/fping".

Bump PKGREVISION.
2006-08-24 14:52:59 +00:00
xtraeme
c492c7e9dd This needs xvid4conf and doesn't need cdrdao/cdrtools. 2006-08-24 11:46:24 +00:00
tron
aa0bb675cb Use version 0.5.0 of "libtunepimp". Update package revision because of
this dependence change.
2006-08-24 10:09:58 +00:00
xtraeme
c278fe0bb4 This needs lsdvd>=0.16 for faster TOC reading. 2006-08-24 10:01:50 +00:00
xtraeme
06e71c2525 Update to 0.16:
12/12/05 - 0.16

Addition of #include <stdint.h> to support newer libdvdread versions.
Abstraction of code to new generic interface.

15/10/04 - 0.15

abstraction of dvd contents to new struct.
addition of xml output.
additional -O option.
stream ids and osd palette added.
2006-08-24 09:58:14 +00:00
xtraeme
03f5121672 Update to 0.98... latest stable version.
Changes:

* A new shiny GUI with many improvements using Gtk2
* Installation & initial setup improved
* HAL support for DVD device selection
* Extended progress window with all details of job execution
* Pause & resume a running transcode job
* Subtitle preview grabbing during ripping
* AC3 passthrough for on-the-fly processing and DVD images
* Cluster mode improvements, e.g. consideration of node speed
* Clip & Zoom windows improved, with details about clipping constraints
* Support for h264 video codec
* Faster TOC reading
* Online documentation updated
* ... and many, many bugfixes ;)
2006-08-24 08:53:35 +00:00
wiz
1f3a4ab1b1 Fix path on ftp5.mplayerhq.hu. 2006-08-23 18:13:19 +00:00
wiz
139369a4f0 Fix replacement pattern in SKIN_SITES (missing trailing slash). 2006-08-23 18:11:48 +00:00
jmmv
1cf87e225b Bump PKGREVISION due to dbus update to 0.9x. 2006-08-23 09:49:35 +00:00
joerg
b7245d08cb Disable mutex debugging by default, it results in Xine spinning around
all the time at least on DragonFly. Move some inline functions around
so that they exist before they are used, avoiding compilation errors
on DragonFly where -fno-unit-at-a-time is disable by default.
2006-08-14 12:15:38 +00:00
drochner
500f0b2681 -use tools framework for texi2html
-also use pod2man
2006-08-11 09:37:11 +00:00
ben
9d40c7b32a Change texi2html from a runtime to a buildtime dependency. 2006-08-11 05:40:47 +00:00
ben
597af5d82e Depend on texi2html, to make man pages. Bump pkgrevision.
This is related to PR#34173
2006-08-11 03:13:04 +00:00
mrg
02ee12852d add some __attribute__((__used__)) if GCC 4. now some static variables
only referenced in asm() are no longer not-emited.
2006-08-09 17:55:51 +00:00
wiz
555ba3a379 Use PKGREVISION for PKGREVISION bumps. 2006-08-09 17:13:53 +00:00
ben
3b9e117cf7 Fix PLIST in ffmpeg. Addresses PR#34173 2006-08-09 14:14:40 +00:00
minskim
5b5177afd3 USE_TOOLS+=flex yacc 2006-08-08 19:07:14 +00:00
jmmv
270ed2bd09 Update totem and totem-xine to 1.4.4:
* Allow the browser plugin to run against a different flavour of Mozilla
   than what it was compiled against
 * "Skip to" dialogue fixes (GStreamer and front-end)
 * Many fixes related to the new logo drawing (xine-lib)
2006-08-06 21:26:18 +00:00
mjl
a63d2e3065 Correct patch to actually do the right thing. 2006-08-06 20:49:52 +00:00
wiz
8a2ba2ac4c Update to 1.1.2, provided by Kimura Fuyuki in PR 34107.
xine-lib (1.1.2)
  * Security fixes:
    - CVE-2005-4048: possible buffer overflow in libavcodec (crafted PNGs).
    - CVE-2006-2802: possible buffer overflow in the HTTP plugin.
    - possible buffer overflow via bad indexes in specially-crafted AVI files
  * Update gettext support to 0.14.5, disable internal gettext, fix locales
    handling, use the correct domain for strings.
  * Italian translation update
  * Czech translation update
  * Disable the XXMC plugin if Xv support isn't there
  * Also look for Xv support in /usr/lib for X.org's new location
  * Fix using xine-lib on systems with SELinux enabled
  * Build right with libiconv in /usr/local as default on FreeBSD
  * Fix a potential crash with fixed-size lacing in the Matroska demuxer
  * Patch from SuSE to fix alsa after hardware suspend
  * Fix the ./configure --enable-static-xv parameter
  * Really fix the speed changing race that was mentioned in 1.1.1
  * Send events for tvtime filmmode changes
  * Add an image decoder based on gdk-pixbuf
  * Add browseable capability to smb input plugin
  * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)
  * Fix xxmc subpictures (broken since 1.1.1)
  * FFmpeg update (version 51.1.0)
  * Fix detection of locale containing a modifier (like "@euro")
  * New volume normalization post plugin
  * New image noise post plugin (useful for mitigating some compression artifacts)
  * Support for Vorbis-style comments in FLAC files
  * Coverity fixes
  * Add ATSC support to the DVB plugin
  * Make various structures and arrays constant.
  * Fix up health check to find libX11 and libXv shared objects even if
    devel packages aren't installed (where appropriate). (Ubuntu 47357)
  * Fix install problems in case configure was generated by autoconf >= 2.59c.
  * Fixed some win32 codec freezes when configured w32-path doesn't exist
  * Add support for RealPlayer 10 codecs (from SUSE)

xine-lib (1.1.1)
  * Improve sound quality when using alsa 1.0.9 or above.
    When playing a 44.1khz stream on a 48khz only capable sound card.
    It bypasses alsa-lib resampler and uses xine's
  * Windows ports bug fixes and improvements
  * Set up the framebuffer palette (fb video out).
  * build fixes and improvements, added --with-pthread-prefix and
    --with-zlib-prefix options
  * new DirectFB video output plugin with many improvements (output to overlay
    or TV, deinterlacing, image controls, zoom, OSD, double/triple buffering,
    vsync, flicker filtering, field parity control)
  * overlay cropping fixes for small streams or when using cropping support
  * experimental frame allocation optimization reduces cpu usage of the
    deinterlacer plugin by up 25%
  * implement time seeking on DVD plugin
  * move CFLAGS optimizations to a separated file (added --disable-optimizations)
  * use the same codec path as MPlayer (/usr[/local]/lib/codecs)
  * FFmpeg sync (new QDM2 decoder)
  * imported Duck TrueMotion 2 decoder from FFmpeg
  * sync libfaad2 to latest GPL compatible version; fixes AAC decoding on x86_64 arch
  * support gapless playback while switching streams (requires UI cooperation)
  * fix speed changing race causing deadlock with v4l plugin
  * cddb improvements/fixes (DTITLE/DYEAR parsing, timeout increase and
    multiline entries support) [#1205274]

xine-lib (1.1.0)
  * new quality deinterlacer from dscaler: GreedyH (Greedy High Motion)
  * new quality deinterlacer from dscaler: TomsMoComp (Tom's Motion Compensated)
  * added help for most deinterlace methods
  * ffmpeg update
  * use ImageMagick to convert and display different type of images (png, jpg...)
  * improve ASX playlist parsing
  * add an extended MRL reference event (MRL title, start time, play time):
    needed for the ASX parser; deprecates plain MRL reference events.
  * goom updated to 2k4-0

xine-lib (1.0.4)
  * tiny doc update
  * build fixes and cross build improvements
  * fixed an align problem in Win32 DirectX video output plugin
  * fixed linking of X11 plugins for some platforms
2006-08-06 10:36:50 +00:00
kristerw
45b86b6c25 Reomove BROKEN_IN for packages that built in the latest
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-06 05:16:50 +00:00
wiz
5b3c17c42b Fix some pkglint warnings. 2006-08-04 21:06:59 +00:00
wiz
ffed7fb319 regen for changed patch-aa. 2006-08-04 21:06:53 +00:00
wiz
be38c7c871 Update SKIN_SITES, from Rhialto in PR 33947. 2006-08-04 21:05:33 +00:00
wiz
999dbdb5ab Recognize cpu type on x86_64. Patch from Rhialto in PR 33946. 2006-08-04 21:01:21 +00:00
wiz
f96c7840bb Allow xvid option on x86_64, too.
Suggested by Eye of the Beholder on pkgsrc-users.
2006-08-04 20:48:25 +00:00
tron
002bc76cf1 Regenerate patch file so that Mac OS X's "patch" no longer refused
to apply the patch.
2006-08-04 16:43:37 +00:00
tron
8ef0f8b637 Remove bogus shared library symlink under Mac OS x to fix package list
issue. Bump package revision because of this.
2006-08-04 15:09:51 +00:00
drochner
ae836480ed update to 1.4.3
changes:
* Add AC3 and Monkey's audio to the known filetypes
-fix some problems wrt logo display on startup
2006-08-03 19:19:58 +00:00
markd
555ed47fea Dont install x-mplayer2.desktop. (kdelibs does now). Bump PKGREVISION 2006-08-02 14:34:01 +00:00
markd
822251582d Update KDE to 3.5.4
Changes unknown
2006-08-02 13:57:23 +00:00
joerg
d31ced5a94 Replace while (pthread_mutex_trylock) sched_yield() with a simple
pthread_mutex_lock. This avoids xine taking 100% CPU load on DragonFly.
Issue reported on DragoFly mailing list and pointed out by
YONETANI Tomokazu. Bump revision.
2006-08-01 14:56:06 +00:00
jmmv
35b9a839c9 Use INSTALL_LIB* to install the codecs (shared objects) so that they get
the executable bit set.  Bump PKGREVISION to 1.
2006-08-01 13:19:27 +00:00
mjl
67ae7f624d Add some patches hidden in the cvs repository but not included
in the source tarball.
Also add a patch to limit the constructed output file name
to some saner length as well as increase the buffer to PATH_MAX.
An overlong EPG data could easily overflow the buffer and crash
the sserver process.
2006-08-01 12:50:23 +00:00
jmmv
8cefcc2893 Explicitly disable doxygen to avoid installing an extra, unregistered file
(FreeSans.ttf, which gets copied into the work directory when running this
tool).
2006-07-29 19:45:30 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
drochner
ebfbfe25b1 +py-gstreamer 2006-07-26 13:07:29 +00:00
drochner
7001cd690c import gst-python-0.10.5, which are Python bindings for gstreamer0.10
(this pkg cannot be installed for multiple Python versions, because
it is not a pure extension)
2006-07-26 13:06:23 +00:00
drochner
7f7e9fb4f8 update to 0.10.9
changes:
* Subtitle fixes
* Support for images in tags
* Playback improvements
* Gnomevfssrc now supports burn:// uris
* Videoscale now supports more RGBA formats
* Multifdsink improvements
* Testsuite can now generate coverage information
-bugfixes
2006-07-26 13:02:15 +00:00
drochner
47f16f7032 update to 0.10.9
changes:
* The testsuite can now generate coverage information
* Better support for non-linear editing
* Removed Glib 2.6 compatibility
* Performance improvements on cpus that support branch hints
* Bug fixes
2006-07-26 12:59:27 +00:00
drochner
955828df2b add CDDA input on NetBSD, from Kimura Fuyuki per PR pkg/34053 2006-07-24 20:42:07 +00:00
xtraeme
37d048e5a1 Make this build with gcc4. 2006-07-22 19:27:41 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
7d1f4cca8e "BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes.  As such, rename it to
"PKGSRC_MAKE_ENV".

XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect.  They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21 14:27:56 +00:00
wiz
2d7084d266 Remove Blue .svn dirs to fix PLIST. 2006-07-20 22:09:02 +00:00
wiz
be4c303c09 Needs perl for a configure test. 2006-07-20 21:13:38 +00:00
seb
1e4df3d4a5 Make this package compile with NetBSD current's gcc 4.1.2
XXX I suppose -mcpu=pentiumpro is deprecated since gcc 4.x, am I wrong?
XXX Should I have been using BUILDLINK_TRANSFORM instead of
WRAPPER_TRANSFORM_CMDS ?
2006-07-16 22:20:37 +00:00
joerg
2f4288f739 Needs OVERRIDE_DIRDEPTH=3. 2006-07-13 14:19:04 +00:00
wiz
c4aa31d6c8 Depend on libtunepimp0.4 package. 2006-07-12 13:10:56 +00:00
dsainty
058b1dce8b Pull in x11.buildlink3.mk to successfully link with X libraries 2006-07-09 06:55:54 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
drochner
6d17674abf update to 0.5.7
changes:
* Restored disabling of VO deinterlacer when there are active
  deinterlacer plugins. I finally realised what was missing...
* Added names to some windows for use in ~/.gxine/gtkrc: video,
  fs_toolbar, wm_toolbar.
* Added a few name attributes to the toolbar XML and some example style
  info (commented out) to the default gtkrc for the full-screen toolbar.
* When determining a default MRL title, resolve symbolic links.
* Prevent text insertion before the system-wide startup script.
* A couple of Undo shortcuts got missed in 0.5.6.
* Fixed some problems with switching to/from full-screen.
* Fixed a startup bug in the window size submenu. (Bug 1487691)
* Fixed a bug which prevented the video window from being shrunk.
  (Ubuntu bug 46403)
* Fixed a problem with update of the window size menu.
* Hopefully fixed a Javascript crash-on-start bug. (Bug 1482697)
* Added a watchdog which will abort gxine if it hangs for 30s.
  (Disabled by default.)
* Italian translation from Diego Petten<C3><B2>.
* Build fixes for autoconf 2.59c and later.
2006-07-07 18:28:48 +00:00
drochner
e89115bbd9 update to 2.14.2
changes:
* fix muting issues in gnome sound recorder
* add more tracks to default whitelist in gnome volume control
* po/intltool updates (as for other gnome packages)
* use GOption instead of popt
* new/updated translations
-bugfixes
2006-07-07 18:21:48 +00:00
abs
bebe6e79f7 Update to gmplayer-1.0rc8nb3 - Blue skin updated to 1.6 2006-07-07 16:59:14 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
abs
f2c224eb0c USE_TOOLS+=perl 2006-07-06 14:46:13 +00:00
drochner
6332fe002d Compensate for the --disable-annodex in Makefile.common so that the
plugin is still built. Pointed out by wiz.
(It depends only on libxml2 which we need anyway, so this doesn't
introduce an additional dependency.)
2006-07-05 08:12:30 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
tron
7913b5ab27 Fix build problem with version 2.60 of the "autoconf" package.
Patch provided by Thomas 'wiz' Klausner in private e-mail.
2006-07-04 16:42:38 +00:00
wiz
f8f3f7ec70 Update to 20060611:
Two new codecs:
lib/win32/vp7vfw.dll
lib/win32/wvc1dmod.dll
2006-07-03 21:22:44 +00:00
xtraeme
1044158ab0 Adapt for latest suse_linux framework (unbreak the installation). 2006-07-03 19:42:04 +00:00
xtraeme
e4b71172fa Add gst-plugins0.10-{ogg,theora} (hi drochner!) 2006-07-03 19:36:22 +00:00
drochner
6f7a361cf7 add gst-plugins0.10-theora-0.10.8, the theora plugin for gstreamer0.10 2006-07-02 11:39:21 +00:00
drochner
3b24a2bd2d update to 1.0alpha7
changes:
- Enable mmx assembly by default
- Other build fixes
- time testing mode (-f) for the dump_video example
2006-07-02 11:38:23 +00:00
drochner
11278a962c add gst-plugins0.10-ogg-0.10.8, the ogg plugin for gstreamer0.10 2006-07-02 11:36:35 +00:00
drochner
ae41196973 update to 1.4.2
changes:
-UI improvements
* Add Impulse Tracker and MOD files to the list of supported types
* Add audio/vnd.rn-realaudio as a supported playlist format
-bugfixes
2006-07-02 11:24:24 +00:00
drochner
fde28ef131 --disable-annodex per default, saves some cycles 2006-07-02 11:18:16 +00:00
tron
eb058bc145 Link "flashplayer" executable with C++ compiler to avoid unresolved
symbols in the C++ shared library.
2006-06-30 21:57:45 +00:00
tron
6174d8a10a Fix build with GCC 4.x:
- Remove class name from member declarations.
- Fix inconsistent use of C and C++ linkage.
2006-06-30 21:47:20 +00:00
tron
057ec66619 Include "assert.h" in "Region2D.hh" to get definition of assert().
This fixes build problems with GCC 4.x.
2006-06-30 18:39:08 +00:00
tron
40595e8453 Don't use function-local forward declarations of static functions
to make this build with GCC 4.x.
2006-06-30 18:15:27 +00:00
tron
eed9ed5ca7 Avoid lvalue cast to make this compile with GCC 4.x. 2006-06-30 18:11:39 +00:00
tron
e3ffa060bd Add missing bound check in HTTP Plugin "xineplug_inp_http.so".
This fixes the vulnerability reported in CVE-2006-2802.
2006-06-30 13:51:40 +00:00
salo
e782733144 Don't hardcode SuSE 7.3 dependency, it's gone. 2006-06-30 13:47:06 +00:00
joerg
64a50ce9ed Add DragonFly support. From walt on DragonFly's submit list. 2006-06-30 03:16:38 +00:00
joerg
7b519e3e39 Needs msgfmt. 2006-06-28 14:58:00 +00:00
wiz
c920d69fcc Set USE_LIBTOOL=yes, since it does use libtool.
Remove CPU specific optimizations that were set by configure script.
Optimiziations should be set by the user, not by a specific package.

This also fixes the build with gcc4.
2006-06-27 22:11:43 +00:00
wiz
ed0e2a5570 Use -mtune for gcc4, not -mcpu. Should fix PR 33754. 2006-06-27 21:51:21 +00:00
drochner
359b3e0dbe The "Blue" skin is at 1.5 now and 1.4 is not available, as noted by
Gilles Dauphin. Use the new one and bump PKGREVISION.
(The skin browser has problems to find the skins, some symlinks in
~/.mplayer help. Will care about this after the freeze.)
2006-06-27 18:02:27 +00:00
wiz
20c8536c3f Fix build with gcc4 on NetBSD-3.99.21. 2006-06-27 14:53:42 +00:00
drochner
312095f68a regen (this shares the patch dir with ../mplayer-share) 2006-06-27 08:17:30 +00:00
wiz
32d424955a Fix build with gcc4 on NetBSD-3.99.21. 2006-06-26 19:40:06 +00:00
wiz
e4e4661a37 regen (offsets) 2006-06-26 19:39:54 +00:00
wiz
00d63daf93 Fix build with gcc4 on NetBSD-3.99.21. 2006-06-26 17:13:36 +00:00
wiz
e3afdf8b7b regen (with correct offsets) 2006-06-26 17:13:11 +00:00
rillig
cae1eb7cb3 Added a fix for the recent bulk build on NetBSD 3.0. 2006-06-26 11:30:05 +00:00
joerg
fc5745e18c Fix build on DragonFly and FreeBSD due to different cdparanoia headers.
Patch obtained from FreeBSD ports.
2006-06-21 19:19:36 +00:00
drochner
7344a6a09a make this build on FreeBSD-6.1, from Peter Schuller per PR pkg/33770 2006-06-21 18:31:14 +00:00
drochner
39b95b1059 make this build on amd64/current, from Martijn van Buul per PR pkg/33769
(it builds for me on amd64/3.0, but the effect is easily verified by
disassembling -- basically it is insignificant because "cpuid" always
yields just 32 bit, but if newer compilers complain something must be done)
2006-06-21 18:29:18 +00:00
joerg
bc58c876e4 Needs pkg-config. 2006-06-21 13:10:54 +00:00
jmmv
f588876175 Depend on gst-plugins0.10-good so that the sound recorder is always built
(requires the gconf plugin).

Bump PKGREVISION to 2 because one could still generate binary packages
before that had a hidden dependency on the gconf plugin.
2006-06-20 15:51:29 +00:00
adam
00c73b070e Fix buildling on Darwin/Mac OS X with GCC 4 2006-06-19 13:21:14 +00:00
christos
f19119c0d3 unbreak the compile with gcc-4. requested by phone. 2006-06-19 00:13:57 +00:00
rillig
f297c3f635 USE_LANGUAGES+= c. 2006-06-17 21:56:25 +00:00
wiz
96af0637bb Add some gst-plugins. 2006-06-17 09:08:38 +00:00
rillig
86934d8736 gcc4 does not like declarations for "static" functions inside other
functions. Fixes PR 33743.
2006-06-16 07:19:39 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
dogcow
62e062517c hack around lvalue casting nonsense; mplayer now compiles with gcc4. 2006-06-15 21:58:55 +00:00
dogcow
44a5577f79 fix compilation with gcc4; patch from cvs libdv 2006-06-15 20:16:41 +00:00
wiz
18cedddf4b Take maintainership. 2006-06-15 13:34:27 +00:00
drochner
3520b6fe51 update to 1.4.1
changes:
-bugfixes
-ui improvements
-Add basic support for the Quicktime Metalink playlists
2006-06-14 11:28:53 +00:00
drochner
1b49f4b150 update to 0.10.3
changes: bugfixes
2006-06-14 11:23:17 +00:00
drochner
411f8e6462 update to 0.10.8
changes: bugfixes
2006-06-14 11:19:19 +00:00
drochner
f323e16aff update to 0.10.8
changes:
-many bugfixes
-API functions added
-gcc-4.1 fixes
-New version of data protocol now serializes events
-Registry cache updating is now done in a fork, so no plugins are left
 opened
2006-06-14 11:16:31 +00:00
drochner
1d29114c4b add gst-plugins0.10-mpeg2dec-0.10.3, an interface to libmpeg2 2006-06-14 10:58:55 +00:00
drochner
6d85a17007 import gst-plugins0.10-bad-0.10.3, a collection of gstreamer plugins
which have quality problems, but are needed to make eg totem usable
2006-06-14 10:56:21 +00:00
drochner
e5bc8cb954 add gst-ffmpeg-0.10.1, an ffmpeg plugin for gstreamer0.10 2006-06-14 10:53:23 +00:00
drochner
775b0fecf3 normalize a "struct timeval" before use as timeout in select(2),
suggested by Mihai Chelaru per PM
(affects RTP)
bump PKGREVISIONs
2006-06-14 10:30:06 +00:00
drochner
9ee10a6401 update to 1.0pre8
too many changes to list here, see the ChangeLog
most visible: security patches and DragonFly support were intrgrated
upstream, new gmplayer look&feel (like it or not...)
2006-06-13 17:25:00 +00:00
markd
7608cd08aa Update to 0.9.2a
First maintenance release for version 0.9.2 with a few fixes for the
plugin's realvideo support, support for nested ASX playlists and support
for 'ref' tags in SMIL files.
2006-06-13 12:16:36 +00:00
wiz
89f17d05a2 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:57:06 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
joerg
29c200a8df Needs pkg-config. 2006-06-11 14:47:01 +00:00
joerg
491cc52d17 Needs msgfmt. 2006-06-11 14:28:33 +00:00
wiz
2561807fa9 Update to 1.0alpha6:
libtheora 1.0alph6 (2006 May 30)

 * Merge theora-mmx simd acceleration (x86_32 and x86_64)
 * Major RTP payload specification update
 * Minor format specification updates
 * Fix some spurious calls to free() instead of _ogg_free()
 * Fix invalid array indexing in PixelLineSearch()
 * Improve robustness against invalid input
 * General warning cleanup
 * The offset_y member now means what every application thought it meant
   (offset from the top). This will mean some old files (those with a
   non-centered image created with a buggy encoder) will display differently.
2006-06-11 14:21:47 +00:00
joerg
a9d7dfe885 Needs msgfmt. 2006-06-11 14:03:44 +00:00
jnemeth
01f8d28fb3 update to package infrastructure (msgfmt.sh) fixed build problem 2006-06-09 07:30:31 +00:00
drochner
af939bbfde Now that the faad/mp4ip conflict is resolved, enable the faad2 plugin
and bump PKGREVISION.
If we had a newer libffmpeg now, with better h.264 support, it would
be great...
2006-06-08 18:03:13 +00:00
hira
35d70216a0 Don't define glib's types (gchar, guchar, etc.) if glib.h is already
included.  This fixes build of audio/gtkpod with `mpeg4ip' option.
Idea from audio/faad2.  Bump PKGREVISION.
2006-06-08 09:17:01 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
markd
decfc48616 Update KDE to 3.5.3
Changes:
* Changing the slider should enable the apply/reset buttons
* Fixed audiocd:/ to Ogg extraction when packagers are built with
  new ld flags.
* JuK
  o Fix "JuK trying to add unknown category in File Renamer"
* KAudioCreator
  o Fix regression causing renamed tracks to be disregarded when
    ripping/encoding
2006-06-01 13:57:08 +00:00
joerg
b5be666c67 Add checksums for the other codec files. Fixes PR 33619. 2006-06-01 12:43:54 +00:00
wiz
104db7bd3a Update to 20060501 -- three additional dlls. 2006-05-31 21:32:09 +00:00
tron
838ca516fa Update "mpeg4ip" package to version 1.5. Change since version 1.4.1:
- Added integration with libsrtp for player and mp4live
- Updated for gcc 4.0
- Integrated changes from SDL-1.2.9
- Added support for Quicktime .mov aac audio
- Fixed some issues with H.264 hinting.
- Fixed some issues with mp4v2 and metadata
- Added some atoms for OpenIPMP for mp4v2.
- Added some APIs for mp4v2 to access atom properties.
- Added wide filenames for mp4v2 for Windows.
- Changed RTP library APIs to use unsigned, const when applicable.
- Added new RTP library APIs for session creation.
- Added RFC 3605 (rtcp port doesn't have to be rtp port + 1) in player
  and mp4live.
- Smoothed out changes to audio correction in player
- Fixed player initialization when media takes a long time.
- Fixed playback of mp3 files with id3 tags.
- Added some H.264 nerd knobs in mp4live
2006-05-30 20:20:53 +00:00
joerg
454507c829 Handle CD-ROM support on DragonFly like the other BSDs. 2006-05-29 14:01:03 +00:00
joerg
099a474de3 suse_x11 is more likely to be found in suse_x11, not suse_linux. 2006-05-26 18:58:40 +00:00
joerg
d1c06b5e52 Add www2.mplayerhq.hu to MASTER_SITES. 2006-05-26 18:33:15 +00:00
joerg
e49633a303 NetBSD doesn't build vcd plugin (and cdda as side effect), so
conditionalize the entries in the PLIST. Bump revision.
2006-05-26 15:21:44 +00:00
wiz
ad5b9a61fc USE_LANGUAGES=c c++
Builds for me on 3.99.18/i386, so remove BROKEN_IN.
2006-05-25 23:51:32 +00:00
rillig
e980c3a5f5 On Solaris/sparc, nbsed does not work as expected. GNU sed does.
openquicklime needs libz. Bumped PKGREVISION.
2006-05-25 09:17:27 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
joerg
32ca6eb186 Include cdda and vcd plugin in PLIST, they should be enabled by default.
Bump revision for this. Add DragonFly support.
2006-05-19 20:53:34 +00:00
joerg
2972388fdf Fix pthread detection. Remove some always_inline, which can break with
GCC 3.4.
2006-05-19 19:09:18 +00:00
abs
4bbd584e68 += to assign, not + 2006-05-19 18:11:59 +00:00
adrianp
dcb34d2ace faad2 and mpeg4ip conflict on lib/libmp4v2.la so add the appropriate
CONFLICTS statement.
2006-05-19 12:21:52 +00:00
joerg
1eff074f0a Add cddax and vcdx plugins to PLIST, they should depend only on libcdio.
Bump revision. Uses C++.
2006-05-19 10:38:02 +00:00
joerg
a293fa6de0 To early: just specify language list directly. 2006-05-19 09:12:25 +00:00
joerg
b93c2ba9a0 Also add C to the language list for completeness. 2006-05-19 09:11:49 +00:00
joerg
c4d9fd3369 Uses C++. XXX Kill idiotic large file check. 2006-05-19 08:39:43 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
tron
50f4b4d815 Fix security problem reported in CVE-2006-1664.
Bump package revision because of this fix.
2006-05-18 18:45:37 +00:00
abs
35f1461a6d USE_LANGUAGES+= c++ 2006-05-18 15:25:08 +00:00
reed
313650e8c2 Update to 2.1.2. Okayed by maintainer.
Changes and history are not up-to-date.
Webpage at
 http://avidemux.berlios.de/dotclear/index.php?2006/03/05/8-212-is-out
says:
     * workaround to depack badly packed xvid bitstream
     * unplayable avi by windows media player / totem
     * bad computation of audio length for mpeg2 cut
     * mplayer delogo ui
     * some sub enhancement
     * crashfix for some 3gp/mp4/mov files
     * multiple audio track support for 3gp/mp4/mov
     * properly initialize faad when sbr is usedin 3gp/mp4/mov
     * better handling of bframe in 3gp/mp4/mov
     * fixed ffv1rec
     * updated lavcodec
(I don't know which of these is form the 2.1.0 update.)

I tested this with playing mpeg, saving a mpeg and also adding
an audio channel.
2006-05-17 18:19:18 +00:00
seb
a0883baabb Uses C++. 2006-05-14 15:36:34 +00:00
joerg
4f9ab57b6b Uses C++. 2006-05-13 12:59:26 +00:00
wiz
e19d3fde21 Add a missing entry. 2006-05-11 19:03:16 +00:00
joerg
ce4cdc05f5 Patch away dependency tracking which breaks with GCC 3.4. 2006-05-11 17:59:57 +00:00
joerg
4bcf6f1f7a Uses C++. 2006-05-11 14:35:27 +00:00
joerg
53a07c7b49 Fix OSS audio mixer on DragonFly. Kill a malloc.h include.
Based on patch from wa1ter@myrealbox.com on DragonFly's user list.
Bump revision.
2006-05-10 23:05:00 +00:00
drochner
35efbd75c5 remove --enable-cdparanoia, which didn't have the desired effect 2006-05-10 16:42:39 +00:00
drochner
3d4bfb5595 need C++ 2006-05-10 16:40:03 +00:00
drochner
f8dba14c70 update to 0.8.5
major changes:
-statistic system
-improvements in the Audio CD playback (CDDB)
-new and improved video filters
-new AJAX HTTP interface
2006-05-10 16:28:43 +00:00
hira
5204ee2d74 Add missing USE_LANGUAGES. The gst-plugins0.8-* plugins don't need
c++ and the configure script doesn't abort without c++.
2006-05-10 15:15:08 +00:00
hira
c6c7290de1 Add missing USE_LANGUAGES. Reported and fix tested by smb@. 2006-05-09 02:38:44 +00:00
joerg
7cb49c5261 musicbrainz detection works better, when linking with pthread. 2006-05-08 22:14:27 +00:00
joerg
41aef246a6 Add missing translation to PLIST. Bump revision. 2006-05-07 14:05:15 +00:00
xtraeme
f3e9c6674f * Explicitly disable options that weren't disabled before (gnomevfs and co).
* Remove deprecated WITH_DVDCSS option, it's not used anymore.
* Depend on SDL_image and libxml2 to build missing modules that are
  enabled by default.

Bump PKGREVISION (BTW this package now works perfectly on NetBSD, thanks
drochner!).
2006-05-06 08:25:20 +00:00
drochner
c1d4fc3105 update to 0.9.6
changes:
Dragonfly define
Don't add a prefix to device names on Dragonfly and FreeBSD anymore
Fixed a missing attribute packed for app_info in audio_attr_t
Added DVDFileStat() call
2006-05-05 10:42:59 +00:00
drochner
80160985d8 First cut on a pkg for the current release series (0.8.x) of vlc.
Built and tested on i386/-current so far.
This inherits some cruft from the 0.7 pkg (configure args, dependencies)
which should be revisited. I'm committing this early to allow people
to bring in fixes for other platforms.
(Generally I'm impressed about the quality. After the only locking bug
has been fixed of course;-)
2006-05-04 19:19:59 +00:00
drochner
7571425681 update to 0.5.6
New features include automatic handling of separate subtitles files,
DVD title/chapter display, and improved playlist item
management and creation. There are some small but potentially useful
Javascript additions too, and quite a few small tweaks and fixes
2006-05-03 12:47:47 +00:00
drochner
111bee40e6 another missing mutex init
bump PKGREVISION
2006-05-03 12:32:10 +00:00
wiz
70adf8ecec Add casts for amd64, reported by Rhialto.
Fix typos in SUBST_MESSAGE*
Add missing x11.buildlink3.mk.
Remove two files from PLIST, because they are not built on my 3.99.18/i386
test system. Bump PKGREVISION.
2006-04-28 23:16:28 +00:00
wiz
f975b511e9 Fix build problem in gst-plugins0.8-dvdread. 2006-04-28 22:27:36 +00:00
wiz
8b9ff5318b Build fix for gst-plugins0.8-dvdnav. 2006-04-28 22:18:02 +00:00
joerg
3cc738cb03 Include dvdnav plugin in PLIST. Bump revision. 2006-04-28 20:13:27 +00:00
joerg
8b5a793152 Add DragonFly support. Override all libtool instances. 2006-04-28 10:02:41 +00:00
markd
3b9cfd23be Update kmplayer to 0.9.2
Compared to the 0.9.1 series, the differences are RealPix image format
support, updated gstreamer backend from 0.8 to the latest stable 0.10
version, a recorder that uses the Xine's mrl extension which, unlike
the others, shows video while recording, a central timing registration
that allows more accurate SMIL animations which enables animation to
pause (including running gif/realpix animations and/or videos), and a
simple playlist editor that edits the raw XML at any point in the tree.
2006-04-28 01:58:35 +00:00