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/gstreamer-plugins/Makefile.common

Number of commits found: 166 (showing only 100 on this page)

1 | 2  »  

Sunday, 31 Jan 2021
16:32 tcberner search for other commits by this committer
graphics/gstreamer*-plugins-opencv: fix fallout form OpenCV-4.5.1 upgrade

* graphics/gstreamer-plugins-opencv: disabled, as it uses the no longer shipped
OpenCV-1.0 API
* graphics/gstreamer1-plugins-opencv: fix the configure script to not only look
for OpenCV4 <= 4.2.0
  => this will be properly fixed with the next upgrade of gstreamer when
switching to the meson
  build system.

PR:		253118
Submitted by:	VVD <vvd@unislabs.com>
Reported by:	rhurlin, fluffy, VVD <vvd@unislabs.com>
Original commitRevision:563495 
Monday, 9 Nov 2020
08:27 bapt search for other commits by this committer
Finish removing references to swfdec
Original commitRevision:554686 
08:26 bapt search for other commits by this committer
Remove reference unused reference to swfdec
Original commitRevision:554684 
Saturday, 16 Nov 2019
15:19 tobik search for other commits by this committer
*/gstreamer*: Prevent false QA warnings about missing USES

gstreamer1?-plugins/Makefile.common can under some circumstances
create empty USE_XORG, USE_GNOME, etc. which trigger the warnings.

gstreamer-plugins-good triggers the USE_XORG warning because
USES is overwritten again after including the master Makefile.

gstreamer-plugin-sdl was missing USES=sdl

Approved by:	multimedia (kwm)
Differential Revision:	https://reviews.freebsd.org/D22406
Original commitRevision:517751 
Wednesday, 8 May 2019
12:54 rene search for other commits by this committer
Remove esound support from the ports tree, as audio/esound expired.
Original commitRevision:501020 
Friday, 14 Apr 2017
05:30 jbeich search for other commits by this committer
graphics/opencv: back out r423216 and r423063 (replaying r423316)

Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
Original commitRevision:438490 
Monday, 3 Oct 2016
17:47 jbeich search for other commits by this committer
graphics/opencv: add suffix to make room for 3.x series

To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
Original commitRevision:423216 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 18 Jan 2016
21:02 pawel search for other commits by this committer
Remove deprecated PLIST_DIRSTRY

Approved by:	portmgr blanket
Original commitRevision:406610 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Tuesday, 9 Jun 2015
14:25 jbeich search for other commits by this committer
multimedia/libvpx: update to 1.4.0

ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision:	https://reviews.freebsd.org/D2570
Exp-run by:	antoine
Approved by:	ashish, multimedia (kwm)
Approved by:	maintainer timeout (ale, dinoex; 2 weeks)
Original commitRevision:388940 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Original commitRevision:383107 
Thursday, 25 Dec 2014
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Wednesday, 24 Dec 2014
06:03 ohauer search for other commits by this committer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
Original commitRevision:375392 
Saturday, 22 Nov 2014
16:23 xmj search for other commits by this committer
multimedia/x264: General overhaul

- Split x264 into two ports: the CLI application (x264), and the library
  (libx264). This will allow x264 to use lavf and friends from ffmpeg for
  decoding and demuxing while preventing a circular dependency between the
  two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
  than x264.
- Add the LAVF option to the CLI port, making the dependency on ffmpeg
  optional.
- Update to 0.142.2455.
- Amend fixes to local patches so that they can apply to the new upstream
  files.
- Provide the git revision and other version information to the build
  environment, allowing the CLI binary to display this information (like the
  Windows builds).
- Remove unsupported build options (X11_OUTPUT).
- Ensure that the library and CLI ports each have the appropriate options.
- Add notes for future contributors who wish to update the ports.
- Bump PORTREVISION for all dependent ports.

PR:           187805
Differential Revision:	https://reviews.freebsd.org/D1159
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by:  koobs (maintainer, mentor)
Original commitRevision:373073 
Friday, 21 Nov 2014
15:12 marino search for other commits by this committer
multimedia/gstreamer-plugins: use OPSYS with OSVERSION
Original commitRevision:372998 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Monday, 5 May 2014
14:51 sunpoet search for other commits by this committer
- Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
  dependency change from audio/libshout2 to audio/libshout [1]

Approved by:	portmgr (bapt) [1]
Original commitRevision:353022 
Tuesday, 29 Apr 2014
12:21 tijl search for other commits by this committer
Fix plist of gstreamer-plugins-vdpau.

Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
Original commitRevision:352592 
Thursday, 24 Apr 2014
07:52 tijl search for other commits by this committer
Fix LIB_DEPENDS on mjpegtools.

Reported by:	jenkins (swills)
Original commitRevision:351985 
Wednesday, 4 Dec 2013
02:51 jhale search for other commits by this committer
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
Original commitRevision:335601 
Friday, 1 Nov 2013
22:14 kwm search for other commits by this committer
Stagify Gstreamer ports.
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.

Obtained from:	Gstreamer upstream [1]
Original commitRevision:332416 
Monday, 7 Oct 2013
11:51 koobs search for other commits by this committer
multimedia/gstreamer-plugins: correctly chase the x264 library version bump

Reported by:	Ports-QAT
Reviewed by:	kwm
Original commitRevision:329695 
Monday, 10 Jun 2013
11:04 naddy search for other commits by this committer
Chase audio/flac 1.3.0 update in gstreamer.

Submitted by:	Barbara Guida <barbara.freebsd@gmail.com>
Original commitRevision:320462 
Saturday, 27 Apr 2013
20:56 kwm search for other commits by this committer
Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.

Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.

X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.

Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
Original commitRevision:316693 
09:03 kwm search for other commits by this committer
If liblrdf is installed the ladspa plugin will build against it. So add it to
lib_depends.

PR:		ports/175941
Submitted by:	pawel@
Original commitRevision:316655 
Saturday, 23 Mar 2013
09:58 kwm search for other commits by this committer
Add opus audio codec gstreamer plugin.

PR:		ports/177296
Submitted by:	"Eric L. Camachat" <eric@camachat.org>
Original commitRevision:315020 
Friday, 24 Aug 2012
18:13 avilla search for other commits by this committer
- Add dependency on flite shared library in gstreamer-plugins-flite to
  fix unresolvable links.
- Bump PORTREVISION.

PR:		170997
Submitted by:	avilla (me)
Approved by:	kwm (multimedia)
Original commit
Sunday, 12 Aug 2012
14:36 kwm search for other commits by this committer
Remove musicbrainz logic, keep it in BAD_GST_ALL_PLUGINS so configure doesn't
start looking for it.

PR:		ports/170561
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
Original commit
Tuesday, 7 Aug 2012
14:35 kwm search for other commits by this committer
Fix typo.

Submitted by:	freshport sanity check
Original commit
14:32 kwm search for other commits by this committer
Fix the build of the amrnb and amrwb plugins after the opencore update to 0.1.3.

Submitted by:	pointyhat via beat
Obtained from:	Gstreamer upstream
Original commit
Monday, 23 Jul 2012
19:27 mm search for other commits by this committer
Update multimedia/x264 to 0.125.2201
Switch to new options framework
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Wednesday, 27 Jun 2012
12:35 kwm search for other commits by this committer
Update gstreamer ports.

Gstreamer to 0.10.36.
Gstreamer-plugins(-base) to 0.10.36.
Gstreamer-plugins-bad to 0.10.23.
Gstreamer-plugins-good to 0.10.31.
Gstreamer-plugins-ugly to 0.10.19.

Add hack to unbreak the flite plugin.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 25 Apr 2012
14:19 mm search for other commits by this committer
Update x264 to 0.123.2189
Original commit
Thursday, 16 Feb 2012
20:22 ashish search for other commits by this committer
- Actually bump shared library versions, missed in last commit

Reported by:    "Herbert J. Skuhra" <h.skuhra at gmail.com>
Original commit
Wednesday, 25 Jan 2012
10:11 mm search for other commits by this committer
Update multimedia/schroedinger to 1.0.11
Original commit
Wednesday, 18 Jan 2012
17:44 arved search for other commits by this committer
Chase libcdio shlib bump
Original commit
Wednesday, 21 Dec 2011
08:48 mm search for other commits by this committer
Update x264 to 0.119.2113
Original commit
Monday, 10 Oct 2011
10:04 mm search for other commits by this committer
Update x264 to 0.116.2076
Original commit
Monday, 1 Aug 2011
08:14 kwm search for other commits by this committer
Unbreak the gstreamer opencv plugin by removing the version restriction.
Original commit
Thursday, 23 Jun 2011
18:09 mm search for other commits by this committer
Update to 0.115.2000
Original commit
Monday, 6 Jun 2011
04:31 bapt search for other commits by this committer
- update mjpegtools to 2.0.0
- chase library bump
Original commit
Wednesday, 11 May 2011
10:33 kwm search for other commits by this committer
Update Gstreamer (core) to 0.10.33
Update Gstreamer-plugins(-base) to 0.10.33
Update Gstreamer-plugins-good to 0.10.29
Update Gstreamer-plugins-bad to 0.10.22
Update Gstreamer-plugins-ugly to 0.10.18
Original commit
Sunday, 27 Mar 2011
09:14 kwm search for other commits by this committer
Fix the build of the gstreamer opencv plugin by tweaking the opencv version
requirement.

Submitted by:   pointyhat via pav
Original commit
Friday, 25 Feb 2011
10:58 kwm search for other commits by this committer
Update Gstreamer-plugins-base to 0.10.32
Update Gstreamer-plugins-good to 0.10.27
Update Gstreamer-plugins-bad to 0.10.21
Update Gstreamer-plugins-ugly to 0.10.17

Add flite plugin. plugin for the flite Speech synthesis engine.
Add opencv plugin. plugin for opencv Computer vision library.
Move vdpau plugin to a beter category.
Remove LOCAL master sites that haven't been updated for ages.
Check if Gstreamer (core) is recent enough.
Remove 6.x BROKEN line for the bad plugin.
Original commit
Wednesday, 1 Dec 2010
00:13 kwm search for other commits by this committer
Chase x264 shlib bump.

Forgotten by:   mm@
Original commit
Monday, 15 Nov 2010
16:38 kwm search for other commits by this committer
Add game music emu (gme) gstreamer plugin.

Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Original commit
Sunday, 14 Nov 2010
23:19 kwm search for other commits by this committer
Fix build when audio/libtremor is installed.

PR:             ports/152252
Submitted by:   "Herbert J. Skuhra" <h.skuhra@gmail.com>
Original commit
Monday, 11 Oct 2010
13:51 mm search for other commits by this committer
- Update schroedinger to 1.0.10
Original commit
Monday, 27 Sep 2010
09:06 pav search for other commits by this committer
- Fix plist and unhardcode version number for vdpau plugin

Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Friday, 24 Sep 2010
19:10 makc search for other commits by this committer
Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpau

PR:             ports/150383
Submitted by:   Anonymous <swell.k at gmail.com>
Approved by:    multimedia (kwm@)
Original commit
Tuesday, 21 Sep 2010
16:49 makc search for other commits by this committer
Switch to audio/musepack from deprecated audio/libmpcdec

PR:             ports/150510
Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by:    multimedia (kwm)
Original commit
Monday, 13 Sep 2010
16:05 kwm search for other commits by this committer
Update gstreamer-plugins-bad to 0.10.20.

- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars.
- Enable the dvb and shm plugin in the -bad package.
- New plugins:
   resindvd:            Dvd navigation plugin
   schroedinger:        Dirac high speed video codec plugin
   vdpau:               Nvidia vdpau extention plugin [1]
   vp8:                 Google vp8 codec plugin

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html

PR:             ports/15077 (borrowed some ideas)
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Monday, 6 Sep 2010
21:10 kwm search for other commits by this committer
Update gstreamer-plugins-ugly to 0.10.16.

New plugins:
  amrnb:     OpenCore based Adaptive Multi-Rate Narrow-Band plugin
  amrwbdec:  OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
  twolame:   High-quality free MP2 encoder plugin

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html
Original commit
Friday, 30 Jul 2010
22:14 mezz search for other commits by this committer
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:             ports/148295
Approved by:    lev (maintainer timeout, no respone for months),
                portmgr
Tested by:      pointyhat-exp by pav
Original commit
Saturday, 24 Jul 2010
15:30 mm search for other commits by this committer
- Update x264 to 20100624 (build 98)
Original commit
Thursday, 10 Jun 2010
08:50 kwm search for other commits by this committer
Only depend on webcamd for the v4l2 plugin, if we are on 8.0 or higher.

PR:             ports/147742
Submitted by:   Dmitry <smallcms@gmail.com>
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Wednesday, 21 Apr 2010
20:17 kwm search for other commits by this committer
Depend on x264-devel if its installed.
While here chase x264 update.
Original commit
12:56 mm search for other commits by this committer
- Update x264 to shared library version 85
Original commit
Saturday, 10 Apr 2010
14:38 sylvio search for other commits by this committer
- Chase wavpack's lib dump

Approved by:    itetcu (mentor, implicit)
Original commit
Wednesday, 31 Mar 2010
10:40 kwm search for other commits by this committer
Update to 0.10.21.

Fix detection of libpng.
New plugin v4l2.
Original commit
10:33 kwm search for other commits by this committer
Update to 0.10.18.

Ivorbis plugin got merged with the vorbis plugin.
Depend on neon29 instead of neon28 if it is found.
Original commit
Tuesday, 30 Mar 2010
13:31 kwm search for other commits by this committer
Update to 0.10.28.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 26 Mar 2010
11:31 kwm search for other commits by this committer
Disable the dvb plugin. It doesn't build (yet).

Submitted by:   QAT
Original commit
Saturday, 13 Feb 2010
08:45 miwi search for other commits by this committer
- Chase multimedia/mjpegtools shlib bump
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 21 Dec 2009
07:07 ahze search for other commits by this committer
Update good plugins to 0.10.17
Update bad plugins to 0.10.17
Update ugly plugins to 0.10.33
Original commit
Tuesday, 15 Dec 2009
10:29 kwm search for other commits by this committer
Remove support for neon26.

Requested by:   miwi
Original commit
Wednesday, 2 Dec 2009
20:32 pav search for other commits by this committer
- Chase libcdio shlib bump

Reported by:    pointyhat
Missed by:      arved
Original commit
17:16 fluffy search for other commits by this committer
- Chase taglib update

Approved by:    miwi (mentor)
Exp-run by:     miwi
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
Monday, 21 Sep 2009
21:19 kwm search for other commits by this committer
Fix build depend on libdvdread since libdvdnav doesn't anymore.

Submitted by:   pointyhat (via miwi and pav)
Feature safe:   yes
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Tuesday, 23 Jun 2009
15:54 kwm search for other commits by this committer
Update to 0.10.13.

Release notes:
        http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.12.html
        http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.13.html
Original commit
Monday, 6 Apr 2009
10:46 kwm search for other commits by this committer
The gstreamer pulse plugins was imported in the good gstreamer tarball release.
Adapt this port to use the plugin from the good tarball release.
Original commit
Sunday, 5 Apr 2009
13:16 kwm search for other commits by this committer
Update to 0.10.11.

Changelog:      http://gstreamer.net/releases/gst-plugins-ugly/0.10.11.html
Original commit
12:23 kwm search for other commits by this committer
Update to 0.10.14.

Release notes:  http://gstreamer.net/releases/gst-plugins-good/0.10.14.html
Original commit
Tuesday, 31 Mar 2009
13:58 pav search for other commits by this committer
- Update x264 to 0.0.20081218
- Remove x264-gtk

PR:             ports/132780
Submitted by:   Bapt <baptiste.daroussin@gmail.com>

- Update libquicktime to 1.1.1 to fix build with new x264

Submitted by:   kwm

- Chase x264 shlib bump
Original commit
Sunday, 22 Feb 2009
13:36 kwm search for other commits by this committer
Correct last commit. Use the correct faad lib version.
Original commit
Saturday, 21 Feb 2009
15:51 miwi search for other commits by this committer
- Chase audio/faad shlib bump
Original commit
Friday, 20 Feb 2009
15:26 kwm search for other commits by this committer
Correct copy past bug in the plist for the spc plugin.

Submitted by:   pointyhat via erwin
Original commit
Thursday, 29 Jan 2009
09:41 kwm search for other commits by this committer
This one slipped though the cracks, also fix plist here after the recent update.

Submitted by:   pointyhat (via pav)
Original commit
Wednesday, 28 Jan 2009
14:52 kwm search for other commits by this committer
Fix packaging for plugins.

Pointed out by: Géraud CONTINSOUZAS geraud at gcu dot nfo
                Jan Hendrik Sylvester me at janh dot de
Original commit
14:44 kwm search for other commits by this committer
Fix packaging for plugins.

Pointed out by: Géraud CONTINSOUZAS geraud at gcu dot nfo
                Jan Hendrik Sylvester me at janh dot de
Original commit
Tuesday, 27 Jan 2009
23:16 kwm search for other commits by this committer
Update to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html
Original commit
23:07 kwm search for other commits by this committer
Update to 0.10.13.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.13.html
Original commit
Thursday, 1 Jan 2009
13:13 kwm search for other commits by this committer
Unbreak by depending on libopenspc instead of OpenSPC.
Original commit
Friday, 10 Oct 2008
09:05 kwm search for other commits by this committer
Update to 0.10.21.
Depend on neon 28 unless neon 26 is installed.

Approved by:    maintainer (ahze)
Original commit
Monday, 1 Sep 2008
19:21 ahze search for other commits by this committer
Update ugly plugins to 0.10.9 and good plugins to 0.10.10
Original commit
Sunday, 10 Aug 2008
19:50 ahze search for other commits by this committer
Update good to 0.10.9 and bad to 0.10.8
Original commit
Friday, 20 Jun 2008
15:41 tabthorpe search for other commits by this committer
- Chase taglib bump
Original commit
Sunday, 11 May 2008
02:24 mezz search for other commits by this committer
Fix the error in runtime like this:

/usr/local/lib/gstreamer-0.10/libgstgio.so: Undefined symbol
"g_seekable_can_seek"

Bump the PORTREVISION.

Approved by:    marcus (multimedia hat)
Original commit
Monday, 5 May 2008
14:08 miwi search for other commits by this committer
- Fix INDEX

Pointyhat to:   edwin
Approved by:    pav
Original commit
Thursday, 24 Apr 2008
23:31 ahze search for other commits by this committer
Fix soup (it was moved to from bad->good)

PR:             ports/123060
Submitted by:   barbara <barbara.xxx1975@libero.it>
Original commit
11:58 ahze search for other commits by this committer
Update good plugins to 0.10.8
Update bad plugins to 0.10.7
Original commit

Number of commits found: 166 (showing only 100 on this page)

1 | 2  »