Age | Commit message (Collapse) | Author | Files | Lines |
|
From Matthias Pfaller in PR pkg/37224.
|
|
(wxwidgets on by default with skins2 disable for compatibility). N.B. If
skins2 is enabled and wxwidgets disabled, vlc will work fine, but there will
be no dialog provider so you won't be able to alter the playlist.
Add libdvdpsi and enable support for it - this is required for mpeg-ts
streams (i.e. default network streams).
Bump PKGREVISION
|
|
can handle packages having no PLIST files.
|
|
Version 1.5.1 <2007.07.07>
--------------------------
* added burning under Windows
* added support of dvdisaster (thanks to Torsten Rupp)
* added Czech translation (thanks to Vlastimil Skacel)
* added Dutch translation (thanks to Patrick Vijgeboom)
* added Swedish translation (thanks to Daniel Nylander)
Version 1.5 final <2007.05.16>
------------------------------
* new stable release
* fixed some bugs
Version 1.5 beta 7 <2006.11.10>
-------------------------------
* added selection of video and audio format for DVD
* fixed spumux error
Version 1.5 beta 6 <2006.10.12>
-------------------------------
* new logo (thanks to Alejandro Slocker Escarpa)
* added play all flag to button action
* added displaying of safe tv area
* added displaying of grid
* now buttons are always over objects
* fixed error when generating dvd with text based buttons
* added new button based upon a picture by Benji Park (thanks to Fgoset)
Version 1.5 beta 5 <2006.03.15>
-------------------------------
* added possibility to arrange menu objects/buttons
* added possibility to specify volume name
* added two new buttons
* fixed some bugs
|
|
audiocd ioslave
* Fix powerpc support.
JuK
* Fix getting cover from internet doesn't work.
* Fix last item in play queue is played twice.
* Fix right click in History playlist shows wrong column.
* Fix empty flac file crashes JuK.
KAudioCreator
* Fix crash when removing all jobs.
* Allow creating group writable directories if umask permits it.
|
|
libtheora 1.0beta2 (2007 October 12)
- Fix a crash bug on char-is-unsigned architectures (PowerPC)
- Fix a buffer sizing issue that caused rare encoder crashes
- Fix a buffer alignment issue
- Build fixes for MingW32, MSVC
- Improved format documentation.
libtheora 1.0beta1 (2007 September 22)
- Granulepos scheme modified to match other codecs. This bumps
the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are
handled correctly by this decoder. Older decoders will show
a one frame sync error in the less noticable direction.
It also includes the changes done for alpha8, which was short lived and
is only interesting for historical reasons:
libtheora 1.0alpha8 (2007 September 18)
- Switch to new spec compliant decoder from theora-exp branch.
Written by Dr. Timothy Terriberry.
- Add support to the encoder for using quantization settings
provided by the application.
- more assembly optimizations
|
|
Get rid of autoconf dependency by adding a patch for configure.
Fixes compiled-in path to support files -- bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
configure script to pass "-mtune=pentiumpro" instaead of -mcpu.
For gcc3.3.x, override this with a configure argument which makes
that -mcpu is still used. (The latter is untested.)
|
|
|
|
point the mutex is not locked and triggers an assertion on NetBSD when
the video play has finished.
|
|
- Fix MASTER_SITES and HOMEPAGE
- The side effect of this update is that it builds now with
MAKE_JOBS > 1
Tue Aug 20 05:22:16 MEST 2002 (1.6.1)
- Removed the bttv-warning from the help pages ;-)
Mon Jul 23 18:34:32 MEST 2001
- Fixed bug in ui.c - found by <pawel@sakowski.eu.org>.
- When clicking on page numbers accept sub-page numbers too.
Sat Dec 23 15:12:11 MET 2000
- Fixed 'double height last line' bug in export.c reported by
<Matthias.Kleinmann@urz.uni-heidelberg.de>
Thu Oct 12 02:19:31 MEST 2000
- The fix was wrong. Removed it.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check wLongsPerEntry before using it.
This fixes a potential crash for some values of it.
As a side effect it works around broken callocs with an integer
overflow vulnerability, but using MPlayer on such systems should
never be assumed to be safe!
This should fix SA26806 (http://secunia.com/advisories/26806/).
bump PKGREVISIONs
|
|
|
|
jfranz at bsdprojects dot net.
libnms lets you add multimedia streaming playback in your applications in a
quick and straightforward way. This software, derived from the experience
matured with NeMeSi is fully compliant with IETF's standards for real-time
streaming of multimedia contents over Internet. libnms implements RTSP -
Real-Time Streaming Protocol (RFC2326) and RTP/RTCP - Real-Time Transport
Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio
and Video Conferences with Minimal Control (RFC3551).
Currently libnms is relatively stable API wise and the most enlighting
documentation are the example code and the partially doxygenized headers.
|
|
Please see http://mplayerplug-in.sourceforge.net/news.php
for the list of changes.
NOTE: Sorry, but ENOTIME to update the gtk1 version.
|
|
|
|
|
|
pkgsrc-wip by Cesar Catrian C., updated by myself.
Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used
for new subtitles or as a tool to transform, edit, correct and
refine existing subtitle. This program also shows sound waves,
which makes it easier to synchronise subtitles to voices.
Subtitle Editor is free software released under the GNU General
Public License (GPL).
|
|
This unbreaks the build under NetBSD using native X11.
|
|
to target a pentium pro if mplayer-runtime-cpudetection is enabled
then at least put it under an option so it can be turned off:
mplayer-default-cflags
For example, all of my machines are p3 or better, so I prefer to
use "-march=pentium3 -mfpmath=sse -msse2", but I still want
mplayer-runtime-cpudetection to handle amd64 / Intel core at runtime.
|
|
sync mplayer and gmplayer buildlink includes. Add the following:
- to gmplayer to match mplayer: libXinerama libXv
- to gmplayer only: libdvdnav
- to both: libXvMC libXxf86dga libXxf86vm
|
|
changes: bugfixes
|
|
Changes since 0.10.13:
* Audio dither and noise-shaping when reducing bit-depth
* RTSP and SDP helper libraries added
* Experimental buffering element "queue2" now supports pull-mode
and file-based buffering.
* Support for more 32-bit video pixel layouts
* Various fixes and improvements
Bugs fixed since 0.10.13:
* 380625 : [x*imagesink] add 'handle-expose' property
* 385527 : oggmux sometimes gets DELTA flag on output wrong near start
* 402076 : videoscale 4-tap method broken for downscaling
* 437169 : [xvimagesink] add property to disable Xv double-buffering
* 441264 : queue2 support to do buffering on a file
* 442553 : [v4lsrc] doesn't output segments in GST_FORMAT_TIME
* 442557 : [videorate] doesn't handle latency queries
* 442944 : Audiotestsrc can overflow on seeks
* 444523 : [queue2] Pull mode support
* 444630 : Compilation error with fsseko (from gstqueue2.c) -- unabl...
* 445505 : [queue2] It does not work in pull mode with oggdemux
* 446551 : [queue2] Buffering is not working properly if it is set t...
* 446572 : [queue2] Division by zero
* 446972 : warning when compiling gstoggdemux.c
* 449156 : Regression in CVS for decodebin2
* 450875 : Missing files in po/POTFILES.in
* 451707 : [tag] UTF-8 in ID3v1 tag not correctly decoded
* 451908 : [ffmpegcolorspace] regression: doesn't accept GST_VIDEO_C...
* 454264 : Playbin fails to " play " image url after a movie url
* 456656 : [API] Addition of audio buffer clipping function to gstaudio
* 460978 : gst_audio_buffer_clip outputs warnings
* 152864 : [PATCH] GstAlsaMixer doesn't support signals
* 360246 : [audioconvert] Optionally apply dithering
* 394061 : Add support for Subviewer subtitles
* 420326 : Base payloader class has wrong property types and ranges
* 451145 : [vorbisdec] errors out on 0-sized packets
* 459204 : [PATCH] [playbin] gst_play_base_bin_get_streaminfo_value_...
|
|
Changes since 0.10.13:
* State change handling improvements
* New improved GstController API
* Multi-queue fixes and enhancements
* Fewer dynamic library relocations
* Various other fixes and improvements
* Parallel installability with 0.8.x series
* Threadsafe design and API
Bugs fixed since 0.10.13:
* 457322 : registry is read twice on startup
* 406632 : pkgconfigify the check for Check in configure.ac
* 423700 : [multiqueue] leaks memory when flushing
* 437457 : saving relocations for GstElementDetails
* 444648 : [API] add GstParamSpecFraction
* 444820 : build error with grammar.tab.c
* 448794 : state changes are racy with decodebin after rewrite for 0...
* 449197 : [capsfilter] Should set src pad caps on buffer
* 449226 : Incomplete ghostpads in xml session save
* 449493 : minor quoting fix in gst-feature.m4 macro
* 450711 : [GstController] Improve extensibility by providing a GstC...
* 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI
* 459501 : gst_registry_lookup_feature_locked is slow
* 462558 : Regression in async state change handling
* 462752 : make gst_element_class_set_details_simple args const
* 430682 : multiqueue doesn't output data on unlinked pads properly
* 462085 : registry feature hash can access invalid memory
* 357959 : buffer_alloc is not proxied through tee
* 374639 : GstTee doesn't handle pad list resyncs properly
* 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe...
* 453732 : [PATCH] multiqueue returns wrong internally linked pads
|
|
the "faad" option is selected, then the resulting avidemux binary
package cannot be distributed. Ok'ed by <xtraeme>.
|
|
|
|
of an emulated operating system. Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:
EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10
all in one, succinct line.
|
|
- Add an options file to permit excluding rar on i386 - for those who do
not have the appropriate compat options enabled in their kernel
|
|
|
|
There has to be another way to specify it, if it is really needed.
Please ask Roland Illig if you get into problems with this commit, because
this is now necessary after rev 1.6 of pkgsrc/devel/binutils/builtin.mk
This stops installing a package which is not really needed, because the
binutils programs in the basesystem are good enough.
|
|
this is needed at all, and why only on NetBSD. If someone knows, please
re-add the code and _comment_ it properly.
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|
|
which are linked against libpthread
bump PKGREVISION
|
|
changes: Fixed problem with mp4creator --extract
|
|
|
|
|
|
|
|
version of liba52 into libavcodec
bump pkgrevision
|