notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: multimedia/libxine/distinfo

Number of commits found: 41

Thursday, 27 Apr 2023
12:01 Daniel Engberg (diizzy) search for other commits by this committer
multimedia/libxine: Update to 1.2.13

Include upstream commits for FFmpeg 6 support

Changelog: https://sourceforge.net/projects/xine/files/xine-lib/1.2.13/

PR:		270291
Tested by:	fernape
commit hash: e20a7d8cb314dfcfc84b52f1534a3f20feff31dd commit hash: e20a7d8cb314dfcfc84b52f1534a3f20feff31dd commit hash: e20a7d8cb314dfcfc84b52f1534a3f20feff31dd commit hash: e20a7d8cb314dfcfc84b52f1534a3f20feff31dd e20a7d8
Tuesday, 15 Mar 2022
12:58 Fernando ApesteguĂ­a (fernape) search for other commits by this committer
multimedia/libxine: update to 1.2.12

From ChangeLog:
https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/README.txt/download

  * Add string tree library (generic info parser).
  * Add OpenSL ES audio output plugin.
  * Add mpeg-dash input plugin.
  * Add crypto input plugin.
  * Add VAAPI support to opengl2 video output (requires using EGL).
  * Better hls support.
  * Improved DVB/live stream timing.
  * Improved BT.2020 support.
  * Fix compatibility with ffmpeg 5.0.
  * Fix RSS parser.
  * Fix output parameter setting (audio amplification, video hue etc.).
  * Fix AC3 demuxer.
  * Diverse small fixes and optimizations.
  * Update german translation.
  * Code cleanup.
  * Build fixes.

Update plugins directory references in dependent ports
Bump PORTREVISION

Reported by:	portscout
commit hash: 1e20a3335dd4cb2b641c7b992e174b7799f839e7 commit hash: 1e20a3335dd4cb2b641c7b992e174b7799f839e7 commit hash: 1e20a3335dd4cb2b641c7b992e174b7799f839e7 commit hash: 1e20a3335dd4cb2b641c7b992e174b7799f839e7 1e20a33
Tuesday, 12 Jan 2021
12:34 tcberner search for other commits by this committer
multimedia/libxine: Update to 1.2.11, Add ImageMagick7 support

Changelog:
https://sourceforge.net/p/xine/xine-lib-1.2/ci/default/tree/ChangeLog:
xine-lib (1.2.11) 2020-12-06
  * Add gopher input plugin.
  * Add user settings for IPv6.
  * Split a52 spdif output to separate decoder.
  * Code cleanup.
  * More engine optimization.
  * Small optimizations (opengl2, dvb subtitles, png, mpeg-ts).
  * Better A/V sync.
  * Fix a few crashes.
  * Fix bluray playback.
  * Fix VAAPI picture jitter and green flashes.
  * Fix Opus and EAC3 audio playback.
  * Fix text subtitles.
  * Fix mpeg-ts (hdmv mode, detection of cut TV recordings).
  * Fix mpeg layer 1-4 audio timing.
  * Fix some VDR issues.
  * Fix HLS VOD mode.
  * Many small fixes.
  * Build fixes.
  * BSD fixes.
  * Update german translation.
  * Update internal libdca to upstream 0.0.7.

xine-lib (1.2.10) 2019-12-13
  * Add first Android support.
  * Add (xcb)xv yuy2 emulation.
  * Add libavcodec v58 compatibility.
  * Add avio seek support.
  * Make libpostproc optional.
  * Add libdav1d, libaom and lavc AV1 video decoders.
  * Add libvpx multithreading.
  * Add libpng decoder.
  * Add a52 double and fixed point modes.
  * Add Opus audio support to ogg demuxer.
  * Add AV1 video support to matroska demuxer.
  * Add ivf demuxer.
  * Add mpeg-ts split payload support.
  * Add TLS support using gnutls or OpenSSL.
  * Add ftp input plugin (ftp://) with TLS support (ftpes://)
  * Add tls:// input plugin (raw TLS over TCP).
  * Add libnfs NFS input plugin.
  * Add ftp/http seek support.
  * Add scp forward seek support.
  * Add mp4 http streaming support (plain and fragment modes).
  * Add HLS streaming support.
  * Add HTTP 1.1 support.
  * Add OpenGL EGL and Wayland support.
  * Add generic bitrate estimation.
  * Add side stream feature.
  * Optimize demux_qt.
  * Optimize OSD.
  * Optimize output layers.
  * Optimize decoder threads.
  * Optimize event handling.
  * Optimize stream info.
  * Optimize TCP/TLS/HTTP network input.
  * Optimize network buffering control.
  * Alsa/oss startup optimization.
  * Optimize input_stdin_fifo.
  * Optimize internal liba52.
  * Optimize user seek.
  * Build optimizations.
  * Simply user config.
  * Better support for audio out drivers that cannot resume after pause.
  * Better support for mpeg pts jumps.
  * Better bluray seek.
  * XML parser fixes.
  * Fix midstream audio mode switch.
  * Fix FLAC audio playback via ffmpeg.
  * Fix ffmpeg mpeg1/2 video.
  * Fix C++ build.
  * Fix build on clang only systems.
  * Fix/optimize mpeg, mpeg-ts, qt, flv, matroska, real and asf demuxers.
  * Fix network seek.
  * Fix/optimize audio CD.
  * Fix DVD (occasional crashes, damaged video after a DVD had been played).
  * Fix opengl2 freeze after X server failure.
  * Fix tvtime deinterlacer crash.
  * Fix/optimize overlay.
  * Fix/optimize old VDR plugin.
  * Fix xine-ui freeze when opening a playlist while paused.
  * Security fixes.
  * Build fixes (C99 mode, vaapi, ImageMagick, libmvec, less warnings).
  * Many small fixes.
  * More error handling instead of aborting.
  * Update german translation.

PR:		252338
Submitted by:	VVD <vvd@unislabs.com>
Original commitRevision:561322 
Friday, 31 Aug 2018
08:16 tobik search for other commits by this committer
multimedia/libxine: Update to 1.2.9

- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]

Changes:	https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI:		https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR:		219921
Reported by:	emorrasg@yahoo.es
Submitted by:	w.schwarzenfeld@utanet.at (initial version), Nathan
<ndowens@yahoo.com>
Reviewed by:	mat, tobik
Differential Revision:	https://reviews.freebsd.org/D16840
Original commitRevision:478529 
Saturday, 18 Oct 2014
21:10 nox search for other commits by this committer
- Update libxine to 1.2.6 - changelog is here:

	http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog

- Remove an inline from include/xine/xineutils.h for the benefit
  of using libxine with base gcc 4.2 .

- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
  rdeps as per the new rule)
Original commitRevision:371159 
Saturday, 19 Oct 2013
16:43 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.0.1

- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
Original commitRevision:330909 
Saturday, 23 Jun 2012
13:21 nox search for other commits by this committer
- Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default.
Original commit
Sunday, 26 Feb 2012
15:22 nox search for other commits by this committer
- Update multimedia/libxine to 1.2.1 with a commit merged from hg
  to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
  multimedia/xfce4-media [5],
  multimedia/xine_artsplugin,
  multimedia/k9copy-kde4 [6]

- Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7]

- Mark multimedia/phonon-xine BROKEN which refuses to build with
  libxine 1.2.x and is deprecated upstream. [3]

- Disable XINE knob for x11/eaglemode for which I don't have a fix. [2]

- Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix,
  but it only shows a green window at least with mp4 or ts files.
  (avi files and audio still work.)  It seems the kaffeine developers
  have found this too and are now switching away from libxine in
  their git repo - so I guess we'll have a broken kaffeine at least
  until they release a new version.

- Bump PORTREVISIONs for ports depending on libxine by default.

- Add optional libbluray support to multimedia/libxine and
  multimedia/vdr-plugin-xineliboutput.

PR:             ports/165057 [6]
Submitted by:   nox (self) [6], rakuco [3]
Approved by:    dinoex (maintainer, via irc) [1],
                amdmi3 (maintainer, via private email) [2],
                kde@ (rakuco, via irc) [3],
                Phil Oleson <oz@nixil.net> (maintainer, via private email) [4],
                xfce@ (rene, via irc) [5],
                Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer)
[6],
                lme (maintainer, via irc) [7]
Thanx to:       Darren Salt (upstream libxine maintainer) for a few
                hints on irc to help with patching ports depending
                on deprecated libxine features
Original commit
Saturday, 15 Jan 2011
22:46 makc search for other commits by this committer
Add VDPAU support.

Submitted by:   nox via irc
Feature safe:   yes
Original commit
Wednesday, 18 Aug 2010
19:10 makc search for other commits by this committer
Update to 1.1.19 [1]
Always build with external ffmpeg and faad
Allow build without NLS

PR:             ports/149652 [1]
Submitted by:   Rusty Nejdl <rnejdl at tethys.ringofsaturn.com>
Original commit
Saturday, 19 Jun 2010
11:06 makc search for other commits by this committer
Update to 1.1.18.1
Build with external ffmpeg by default
Mark MAKE_JOBS_SAFE

Feature safe:   yes
Original commit
Sunday, 10 May 2009
05:51 nobutaka search for other commits by this committer
- Update to 1.1.16.3.
- Fix hardcoded libdvdcss shared library version. [*]

PR:             ports/134153 [*]
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net> [*], jpaetzel [*]
Original commit
Sunday, 22 Feb 2009
14:34 nobutaka search for other commits by this committer
- Update to 1.1.16.2.
- Add FAAD option for external libfaad support. [*]

PR:             ports/131955 [*]
Submitted by:   Jan Henrik Sylvester <me@janh.de>
Original commit
Sunday, 19 Oct 2008
14:05 nobutaka search for other commits by this committer
Update to 1.1.15.

PR:             ports/127274
Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
Security:      
http://www.vuxml.org/freebsd/06eac338-9ddf-11dd-813f-000e35248ad7.html
Security:       CVE-2008-3231
Original commit
Saturday, 12 Jul 2008
12:17 nobutaka search for other commits by this committer
- Update to 1.1.14. [1]
- Enable XCB support by default. [2]

PR:             ports/125089 [1], ports/125331 [2]
Submitted by:   "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> [1],
                Max Brazhnikov <makc@issp.ac.ru> [2]
Original commit
Tuesday, 22 Apr 2008
14:33 nobutaka search for other commits by this committer
Update to 1.1.12.

PR:             ports/122835
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Security:       CVE-2008-1686
Original commit
Sunday, 23 Mar 2008
09:49 nobutaka search for other commits by this committer
Update to 1.1.11.
Original commit
Tuesday, 29 Jan 2008
15:18 nobutaka search for other commits by this committer
Update to 1.1.10.

Security:      
http://www.vuxml.org/freebsd/6ecd0b42-ce77-11dc-89b1-000e35248ad7.html
Original commit
Saturday, 19 Jan 2008
18:07 nobutaka search for other commits by this committer
Update to 1.1.9.1.

PR:             ports/119686
Submitted by:   "Pietro Cerutti" <gahr@gahr.ch>
Security:      
http://www.vuxml.org/freebsd/02eedd3c-c6b5-11dc-93b6-000e35248ad7.html
Original commit
Sunday, 15 Jul 2007
15:21 nobutaka search for other commits by this committer
Update to 1.1.7.
Use OPTIONS.
Original commit
Thursday, 15 Feb 2007
08:34 jylefort search for other commits by this committer
- Update to 1.1.4
- Fix disabling esound
- Add jack option and fix packing list when jack is installed
- Fix packing list by disabling v4l (in case multimedia/v4l_compat is
  installed)
- Fix shlib version by using ltverhack

PR:             ports/108564
Submitted by:   jylefort
Approved by:    maintainer timeout (16 days)
Original commit
Thursday, 7 Dec 2006
17:13 nobutaka search for other commits by this committer
- Update to 1.1.3. This version fixes heap overflow vulnerability in libmms
  and buffer overflow vulnerability in Real Media input plugin. [1]
- Fix 'pkg-config --libs libxine' output. [2]
- Replace WITH_POLYPAUDIO knob with WITH_PULSEAUDIO knob since polypaudio audio
  output plugin is replaced with pulseaudio audio output plugin.

Notified by:    miwi [1]
PR:             ports/106282 [2]
Submitted by:   thierry [2]
Original commit
Saturday, 29 Jul 2006
18:00 nobutaka search for other commits by this committer
- Update to 1.1.2.
- Enable Theora codec support by default and remove WITH_THEORA knob.
Original commit
Saturday, 10 Dec 2005
21:05 nobutaka search for other commits by this committer
Update to 1.1.1.
Original commit
Tuesday, 20 Sep 2005
16:44 nobutaka search for other commits by this committer
Update to 1.1.0.
Use internal liba52 and libmad.
Add WITHOUT_* knob. [*]

PR:             ports/84743 [*]
Submitted by:   Carlos A M dos Santos <casantos@urisan.tche.br> [*]
Original commit
Thursday, 28 Apr 2005
17:33 nobutaka search for other commits by this committer
Update to 1.0.1.
This version contains the fixes for the MMS and Real RTSP buffer overflow
vulnerabilities.

Security:      
http://www.vuxml.org/freebsd/91c606fc-b5d0-11d9-a788-0001020eed82.html
Original commit
Thursday, 30 Dec 2004
00:39 nobutaka search for other commits by this committer
Update to 1.0. (At last!)
Original commit
Saturday, 3 Jul 2004
17:53 nobutaka search for other commits by this committer
Update to 1-rc5.

PR:             ports/68493
Submitted by:   michael johnson <ahze@ahze.net>
Original commit
Sunday, 16 May 2004
15:04 nobutaka search for other commits by this committer
Update to 1-rc4a.

PR:             ports/66691
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Original commit
Wednesday, 12 May 2004
16:49 nobutaka search for other commits by this committer
Update to 1-rc4.
Fix build error with CPUTYPE=p4. [1]
Fix MPEG-4 AAC audio file support on amd64. [2]
Add two knobs (WITH_LIBCACA and WITH_LIBTHEORA). [3]

PR:             ports/65314 [1], ports/65890 [2], ports/66220 [3]
Submitted by:   Joel Ray Holveck <joelh@piquan.org> [1], Tim Robbins
<tim@robbins.dropbear.id.au> [2], michael johnson <ahze@ahze.net> [3]
Original commit
Sunday, 11 Apr 2004
15:56 nobutaka search for other commits by this committer
* Update to 1-rc3c.
* Use lthack. [1]

PR:             ports/65114 [1]
Submitted by:   michael johnson <ahze@ahze.net> [1]
Original commit
Sunday, 22 Feb 2004
14:07 nobutaka search for other commits by this committer
1. Fix hangup problem with arts.
2. Fix build error on alpha.
3. SIZEify.

PR:             ports/62249 [1], ports/62387 [2]
Submitted by:   Fridtjof Busse <fbusse@gmx.de> [1],
                Klaus Robert Suetterlin <krs@robert2.mpe-garching.mpg.de> [2]
Original commit
Wednesday, 7 Jan 2004
14:14 nobutaka search for other commits by this committer
Update 1-rc3a.
Correct dependency on libmad.

PR:             ports/59706, ports/60951
Submitted by:   Sergey Akifyev, adamw
Original commit
Saturday, 15 Nov 2003
15:18 nobutaka search for other commits by this committer
Update to 1-rc2.
Original commit
Sunday, 10 Aug 2003
06:07 nobutaka search for other commits by this committer
Update to 1-rc0a.
Original commit
Sunday, 22 Jun 2003
04:49 nobutaka search for other commits by this committer
1. Update to 1-beta12.
2. Fix build error in GNOME environment.

Submitted by:   Jeremy Messenger <mezz7@cox.net> [2]
Original commit
Tuesday, 29 Apr 2003
12:12 nobutaka search for other commits by this committer
Update to 1-beta11.
Original commit
Monday, 14 Apr 2003
15:33 nobutaka search for other commits by this committer
Update to 1-beta10.
Original commit
Tuesday, 25 Mar 2003
13:07 nobutaka search for other commits by this committer
Update to 1-beta9.
Original commit
Tuesday, 25 Feb 2003
14:56 nobutaka search for other commits by this committer
Update to 1-beta6.
Original commit
Monday, 24 Feb 2003
14:10 nobutaka search for other commits by this committer
Update to 1-beta5.
Original commit

Number of commits found: 41