Commit graph

3381 commits

Author SHA1 Message Date
tron
b83fbcde87 Add patch taken from "homebrew" project to fix the build with new version
of Xcode under Mac OS X.
2013-01-24 10:22:08 +00:00
wiz
6f7d16ad6f Implement some changes markd suggested. 2013-01-23 22:25:34 +00:00
wiz
23a6848c66 Update to 1.2.2, the KDE4 version.
Packaged for wip by othyro.
2013-01-23 21:51:36 +00:00
wiz
38bd4b266b Fix configure step with automake-1.13.
Build still fails with
va_glx_private.h:44:21: error: redefinition of typedef 'PFNGLXCREATEPIXMAPPROC'
2013-01-23 17:28:54 +00:00
wiz
0ad21b34ba Remove vlc10 -- doesn't build against any available ffmpeg in pkgsrc. 2013-01-22 13:21:11 +00:00
wiz
5a6793529a And more automake-1.13. I thought this had worked before. 2013-01-22 12:22:41 +00:00
wiz
0cac34846c Another part of the automake-1.13 fix. 2013-01-22 12:21:38 +00:00
wiz
06629c5c55 Fix build with automake-1.13. 2013-01-22 11:46:38 +00:00
wiz
79ccafc971 Fix build with automake-1.13. Use libdvbpsi0. 2013-01-22 11:46:23 +00:00
wiz
23120d22c4 Add libdvbpsi0 -- the world isn't ready for libdvbpsi 1.x yet. 2013-01-22 11:45:56 +00:00
wiz
7c840025e8 Remove vls -- doesn't build, no new release since 2008, not even mentioned
on homepage.
2013-01-22 11:41:19 +00:00
wiz
a75bd05251 Remove vlc08, hasn't been buildable for ages. 2013-01-22 09:53:46 +00:00
wiz
de86f80d99 Remove ABI depends since it's smaller than API depends. 2013-01-22 09:49:11 +00:00
wiz
bdcc90295d automake-1.13 compat. 2013-01-22 09:33:32 +00:00
wiz
34207b5835 Fixes for automake-1.13. 2013-01-21 16:25:21 +00:00
wiz
4161d660a4 Update to 1.1.1:
- Fix a crash on windows platforms related to automatic stack alignment
  in libavresample
- Fix memleaks in the ogg demuxer. Related to CVE-2012-2882
2013-01-21 14:50:42 +00:00
wiz
f059c99a3c Remove unused buildlink3 files. 2013-01-21 14:49:27 +00:00
wiz
f87957a3e5 Update to 1.0.0:
Changes between 0.2.2 and 1.0.0:
--------------------------------

 * new example application dvbinfo: use 'dvbinfo -h' for more information on commandline options
 * misc examples: fixes to gen_pat, gen_pmt
 * updated documentation (new api howto)
 * add log callback (remove fprintf's)
 * make API more consistent, see doxygen "howto-new-api" section for converting your code:
   - introduces dvbpsi_t typedef
   - removed dvbpsi_handle
   - changed argument order
   - changed table functions prototypes
 * EIT table generation, and decoding fixes
 * RST table decoding and generation
 * new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators)
 * descriptor 0x03: added variable_rate_audio_indicator
 * new descriptor (ATSC): 0x13, 0x14, 0x62, 0x66, 0x73, 0x83 decoders
 * ATSC tables EIT, ETT, MGT, STT and VCT decoders
2013-01-21 14:41:27 +00:00
wiz
881bdd1f0a PKGREVISION bump for libass ABI bump. 2013-01-21 13:25:07 +00:00
wiz
032583bc9a Update to 0.10.1; bump ABI depends due to new fribidi dependency.
libass (0.10.1)
 * Fix letter spacing
 * Add \rSTYLENAME syntax support (GC #43)
 * Fix border generation and border style reset (GC #56)
 * Fix various issues with bug-for-bug compatibility of
   transformations (\fax, \fay, etc.) to VSFilter (GC #46, GC #42)
 * Fix drawing parsing (GC #47)
 * Various fixes to shaper (GC #54, GC #55, GC#59)
 * Fix change detection
 * Add ass_set_line_position API to set a vertical subtitle offset
 * Fix scaling of drawing baseline offset (\pbo) values
 * Fix skipping of zero-width characters for FriBiDi shaper
 * Use LTR text base direction by default, similar to VSFilter

libass (0.10.0)
 * Bidirectional layout and Arabic shaping via FriBidi (GC #13)
 * OpenType shaping via HarfBuzz-ng (GC #13)
 * Add API for shaper configuration
 * Add support for `Language' Script Info property, this can be used for
   hinting the text language
 * Vertical layout improvements
   * Use `vert' and `vkna' OpenType features for vertical glyph variants
   * Position rotated glyphs onto baseline
 * Parse font encoding property for base text direction hinting
 * Refactor cache system
 * Use generic outlines in place of FreeType glyphs
 * Direct outline bitmap rendering
 * Fix whitespace trimming (GC #35)
 * Do not render border if there's no shadow or glyph (GC #29)
 * Adjust spacing after a italic to non-italic style change (GC #37)
 * Fix fade timing
 * Fix x positioning with borders (GC #27)
 * Build system tweaks
2013-01-21 13:24:52 +00:00
drochner
fc943892b2 fix PLIST for pulseaudio option, from diro@nixsyspaus.org per PR pkg/47471 2013-01-20 15:31:42 +00:00
riastradh
87c6ff0d29 Gnash needs pangox. Go figure. 2013-01-19 21:41:04 +00:00
riastradh
0771660b83 multimedia/vlc installs libvout_sdl_plugin.la if sdl option is set. 2013-01-19 20:34:37 +00:00
wiz
9352fe2d37 Update to 2.0.8, based on PR 47467 by John D. Baker.
While here, set LICENSE.

Changes:

FFmpegThumbnailer 2.0.8
- Better ffmpeg detection
- Fix build issue with recent ffmpeg
- Optionally register ffmpegthumbnailer as gnome3 thumbnailer (--enable-thumbnailer)

version 2.0.7
- Fix build issue with recent gcc
- Fix build issue with recent ffmpeg
2013-01-19 01:29:31 +00:00
riastradh
da5a06cf4a Revbump for change to mplayer's default options. 2013-01-16 21:17:19 +00:00
adam
03f430509c Changes 1.1:
- stream disposition information printing in ffprobe
- filter for loudness analysis following EBU R128
- Opus encoder using libopus
- ffprobe -select_streams option
- Pinnacle TARGA CineWave YUV16 decoder
- TAK demuxer, decoder and parser
- DTS-HD demuxer
- remove -same_quant, it hasn't worked for years
- FFM2 support
- X-Face image encoder and decoder
- 24-bit FLAC encoding
- multi-channel ALAC encoding up to 7.1
- metadata (INFO tag) support in WAV muxer
- subtitles raw text decoder
- support for building DLLs using MSVC
- LVF demuxer
- ffescape tool
- metadata (info chunk) support in CAF muxer
- field filter ported from libmpcodecs
- AVR demuxer
- geq filter ported from libmpcodecs
- remove ffserver daemon mode
- AST muxer/demuxer
- new expansion syntax for drawtext
- BRender PIX image decoder
- ffprobe -show_entries option
- ffprobe -sections option
- ADPCM IMA Dialogic decoder
- BRSTM demuxer
- animated GIF decoder and demuxer
- PVF demuxer
- subtitles filter
- IRCAM muxer/demuxer
- Paris Audio File demuxer
- Virtual concatenation demuxer
- VobSub demuxer
- JSON captions for TED talks decoding support
- SOX Resampler support in libswresample
- aselect filter
- SGI RLE 8-bit decoder
- Silicon Graphics Motion Video Compressor 1 & 2 decoder
- Silicon Graphics Movie demuxer
- apad filter
- Resolution & pixel format change support with multithreading for H.264
- documentation split into per-component manuals
- pp (postproc) filter ported from MPlayer
- NIST Sphere demuxer
- MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers and decoders
- Sony Wave64 muxer
- adobe and limelight publisher authentication in RTMP
- data: URI scheme
- support building on the Plan 9 operating system
- kerndeint filter ported from MPlayer
- histeq filter ported from VirtualDub
- Megalux Frame demuxer
- 012v decoder
- Improved AVC Intra decoding support
2013-01-16 20:55:47 +00:00
adam
af8f7cc708 Just a newer snapshot. 2013-01-16 20:55:30 +00:00
riastradh
00104e7fbf Remove mplayer-real and mplayer-win32 from suggested options.
These pull in proprietary binary blobs which make mplayer fail by
default on, e.g., i386.
2013-01-16 18:07:08 +00:00
jmcneill
5536e6368e Fix configure script to correctly identify the host architecture on
NetBSD/evbarm.
2013-01-12 11:55:35 +00:00
jmcneill
92deb7b4e0 libavutil moved to ffmpeg/libavutil, fix for arm build 2013-01-10 23:30:53 +00:00
obache
21b4484904 Update adobe-flash-plugin10.1 to 10.3.183.50 for APSB13-01 2013-01-09 12:27:20 +00:00
obache
46ae3968ca Update adobe-flash-plugin11 to 11.2.202.261 for APSB13-01 2013-01-09 12:26:24 +00:00
obache
5e3d48b497 Update gecko-mediaplayer to 1.0.7.
1.0.7
1.0.7b
1.0.7a1
    Version bump to 1.0.7a1
	Very Large Change
		rework the processing of playlists so that items are downloaded
			one at a time and only as needed
		Convert NPRES and NPERR codes to text in messages
		ASX and M3U files should be properly parsed and not streamed in all cases
    Add ASX to the list of types that should be streamed, and fix the code so that it is case insensitive
    Switch plugin to streaming mode with #EXTM3U is found in the file
    Clean up some depreciated symbol warnings
    Convert plugin_list to use gm_log
    Convert the majority of the code to use gm_log instead of printf
2013-01-05 12:18:26 +00:00
obache
5d99d73d8b Update gnome-mplayer to 1.0.7.
1.0.7
    Hide media info when running as a plugin, caused problems with plugger testing grounds site
	Fix issue #647, config_volume not defined when --without-alsa option is used (code may need to be cleaned up)
	Fix issue #646, media is not positioned and sized correctly when remember preference is set
1.0.7b
    Updated Czech translation
	Increase the channel parsing buffer, need to rewrite parseChannels
    Updated Polish translation
    Update Portuguese translation
    Refresh po files
    Add in support for the anamorphic aspect ratio (2.39:1)
	Some minor fixes to the dbus interface
	Add uk and ru translation patches
	Fix randomization of first file in playlist
	Add in y, g, and J hotkeys to match mplayer hotkeys
	Add stored DVD device to drop down if not detected by gio, workaround RedHat Bug #850402
    Change idledata->device to mplayer_dvd_device may fix problem with dvd device being forgotten
    Fix dconf configuration file
    Don't enable MPRIS in plugin mode
    Basic scrolling wheel patch from Issue #621
	Clean up Issue #629, warning by cppcheck
	Fix some German translations by Wolfgang Knauf
	Fix some compiler errors noticed by Wolfgang Knauf
	Clean up log message if volume is not updated yet
    Remove resize handle from fullscreen and plugin windows
    Change g_strcasecmp to g_ascii_strcasecmp to clean up complier warnings
    Handle the new error message from gmtk-media-player
    Allow musicbrainz to be searched by artist only
    Bump configure.in to require gmtk 1.0.7 or higher (due to gm_log changes)
    Change some log levels in get_cover_art
    Fix logic in shutdown and cancel volume update callback
    Fix a hang on startup when getting volume from pulseaudio (has something to due with GTK event queue and gtk_main not called
    Make cover art scaling consistent
    Move various global variables to file-local (static)
    Clean up the title bar name display
    Since we are using gm_log for messages, move the inits above the first message
    Fix a few issues identified by cppcheck
    Added make valgrind and make valgrind-suppress to src/Makefile
    	valgrind-suppress requires this file http://www.gnome.org/~johan/gtk.suppression in your home directory
    remove hardcoded size of langlist and codepagelist in langlist.h
    Add a tooltip to the "Default Audio/Subtitle Language" config options
    Include wait.h to define some macros so that code will compile on Ubuntu
    Fix compilation issue with nautilus plugin
    Replace printf()s with calls to new gm_log() function. If you run gnome-mplayer with G_MESSAGES_DEBUG="all" (or ="GMLIB")
        you will see a lot more messages than with the verbose option enabled
    Initialize a struct to 0 to remove "branch depends on uninitialized memory" error
    Finish screensaver rework:
       * try dbus org.freedesktop.ScreenSaver
       * then org.gnome.SessionManager
       * then org.gnome.ScreenSaver
       * then the xdg-screensaver utility
       * then the XScreenSaverSuspend() X11 call
       This removes the SM_INHIBIT and SS_INHIBIT configure options, and the use_xscrnsaver variable and config option
    First cut at screensaver rework: try all known methods and fall through to X11 XScreenSaverSuspend()
    Use mutex lock to prevent thread race
    Remove the force processing of events from an idle callback
    Force GTK to process its events when loading a playlist
    Don't set the title bar when the window is invisible
    Add some error checking to GIO cover art fetch
    Use GIO to fetch cover art instead of CURL if we have GIO support
    Put the filename in the title bar when it is a video and a local file
    Change set_media_info to set_title_bar, more accurately reflects the function
    If the metadata doesn't contain title and artist try and pull it from the filename
    Fix title display when no metadata is present
    Potential fix for hang on load when fetching cover art
    Apply patch from Issue #619
    Fix a potential NULL pointer copy issue
    Fix some cover art loading issues
    Print GTK and GLIB versions in verbose mode
    Fix stop action on streaming playlist Issue #617
    Update media label on drag and drop, update title bar on stop/play
    Add some more known metadata and make some values more dynamic
    Implement org.mpris.MediaPlayer2.TrackList Tracks and CanEditTracks properties
    Version bump to 1.0.7a1
    Implement MPRIS Rate, MinimumRate and MaximumRate, requires gmtk SVN r115 or higher
    Cleanup some debug messages and send updated Metadata on cover art fetch
    Rework cover_art fetch process, should work much better now, also make art available over MPRIS
    Fix crash at end of media, due to invalid store iter
    Implement MPRIS Volume signal
    Implement MPRIS2 CanSeek, CanGoNext, CanGoPrevious, Seek, OpenUri, SetPosition, and more Metadata
    Implement some MPRIS2 metadata attributes
    Implement MPRIS2 events org.mpris.MediaPlayer2.Player, properties Volume, Get (PlaybackStatus), and signal (PlaybackStatus Changed)
    Implement MPRIS2 events Raise, Quit, Set (Fullscreen)
    Fix error spotted by clang
    Start work on MPRIS dbus interface http://specifications.freedesktop.org/mpris-spec/latest/
    Change controlid logic
    Do not run mencoder when being called by plugin
    Monitor sub visiblity better gnome-mplayer Issue #615, requires gmtk SVN r112 or higher to work correctly
    Add mouse events to capture over the media window, should fix Issue #611
    Fix Issue #613
    Fix a couple of keyboard shortcuts as they were in the wrong shift state #,+,{,}
    Fix usage of NULL pointer in nautilus property page
    Initialize a variable to NULL
    Globally initialize libCURL
    Don't update cover art when URL call fails
    Set the use-symbolic property on the GtkVolumeButton in GTK3
    Fix button sensitivity based on state
    More symbolic icon fixes
    Use the GTK3 symbolic icons when running in GTK3 mode
2013-01-05 12:17:56 +00:00
sbd
3c4683bc62 Remove PLIST.Linux as they are currently nonported. 2012-12-31 10:19:34 +00:00
sbd
1bafa09199 Add PLIST.Linux
Bump PKGREVISION
2012-12-31 08:00:41 +00:00
jperkin
e0dab17513 Add socket libs on Solaris. 2012-12-25 21:16:24 +00:00
joerg
50ec12b43f Fix syntax of WeakPtr class. 2012-12-25 21:06:31 +00:00
joerg
3a3908a8ac Fix use of inline. 2012-12-25 21:05:49 +00:00
ryoon
68e112781f Bump PKGREVISION.
* Fix broken library generation on NetBSD/cobalt
2012-12-23 10:33:33 +00:00
dholland
0d4bb95e3e Work around header naming conflict with harfbuzz. Fixes build. 2012-12-21 05:33:47 +00:00
joerg
42c07e9147 Fix void functions to be declared as such. 2012-12-20 21:44:51 +00:00
jperkin
7d2912e19e Add missing xineplug_inp_vcdo.* to Solaris PLIST. 2012-12-20 18:22:05 +00:00
drochner
1c36aa1576 add patch from upstream to fix possible memory allocation problems
in the SWF demuxer, fixes SA51464 originally (wrongly) rteported
against vlc
bump PKGREV
2012-12-19 14:58:33 +00:00
joerg
b2c2a91e82 Don't return NULL from a void function. 2012-12-19 12:53:25 +00:00
jperkin
4ef74cc744 Fully disable assembly on Solaris 32-bit to avoid GENERAL_REGS errors. 2012-12-19 11:59:35 +00:00
jperkin
5a5056500e Ensure HAVE_FIONREAD_IN_SYS_FILIO is defined on Solaris, it appears to
have been somewhat removed from the source and there is no configure test
left to enable it, but it is still required.
2012-12-18 12:31:31 +00:00
jperkin
cb90b6c25e Remove --disable-mmx2, it is no longer a valid option. 2012-12-18 10:48:09 +00:00
markd
60d83c6a5d Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
drochner
183e52620f make this build again 2012-12-17 12:51:32 +00:00