Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.4 15 Dec 2014 18:46:59 |
pawel |
- Update comms/spandsp to version 0.0.6 [1]
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp
- Bump affected ports
- Mark comms/spandsp-devel as deprecated and set expiration date
- Add upgrade instructions to UPDATING
PR: 194399 [1]
Submitted by: Nikola Kolev <koue@chaosophia.net> [1]
Approved by: madpilot (asterisk ports), maintainer timeout (other) |
1.2.4 22 Nov 2014 16:23:34 |
xmj |
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) |
1.2.4 04 Sep 2014 15:30:21 |
adamw |
Fix opencv detection, fixes gstreamer1-plugins-opencv build. |
1.2.4 25 Jun 2014 05:35:32 |
bapt |
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 |
1.2.4 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
1.2.4 26 May 2014 14:42:44 |
kwm |
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports |
1.2.4 05 May 2014 14:51:06 |
sunpoet |
- 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] |
1.2.4 24 Apr 2014 07:52:31 |
tijl |
Fix LIB_DEPENDS on mjpegtools.
Reported by: jenkins (swills) |
1.2.4 23 Apr 2014 14:22:48 |
tijl |
Update gstreamer 1.0 ports to version 1.2.4. |
1.2.3_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.2.3_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.2.3 25 Feb 2014 20:26:10 |
kwm |
Update gstreamer to 1.2.3.
Switch from USE_GNOME=ltverhack to USES=libtool |
1.2.2 01 Jan 2014 09:07:27 |
kwm |
Remove left over directory.
Submitted by: QaT |
1.2.2 30 Dec 2013 12:56:11 |
kwm |
Update to 1.2.2.
Remove vaapi from plugin list in bsd.gstreamer.mk it accidently snuck in.
Changelog:
http://lists.freedesktop.org/archives/gstreamer-devel/2013-December/045238.html |
1.2.1 21 Nov 2013 19:06:50 |
kwm |
Update to 1.2.1.
Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin. |
1.0.10 01 Nov 2013 22:14:08 |
kwm |
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] |
1.0.10 31 Oct 2013 02:33:45 |
hrs |
s/rtmpdump/librtmp/
Spotted by: vanilla |
1.0.10 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
1.0.10 31 Aug 2013 18:29:56 |
kwm |
Update to 1.0.10.
Bug fix release. |
1.0.9 21 Aug 2013 11:24:07 |
kwm |
Update to 1.0.9.
This is a bug fix release.
Changelog:
http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042360.html
Enable neon http plugin
Switch to new LIB_DEPEND format, use USES=gmake instead of USE_GMAKE
Utilize new introspection USE_GNOME component.
Allow gstreamer1-libav to play mp3's, note that mad plugin is still
prefered if available. |
1.0.7 11 Jun 2013 09:14:27 |
kwm |
Add PORTSCOUT macro's to prevent from picking up development versions. |
1.0.7 10 May 2013 16:59:15 |
kwm |
Also add USE_GCC=any as workaround for clang 3.3 crash on i386 |
1.0.7 10 May 2013 09:14:13 |
kwm |
Add missed file to plist.
Submitted by: pointyhat (via miwi) |
1.0.7 28 Apr 2013 17:53:48 |
kwm |
Provide the rtmp streaming plugin [1].
Provide complete version for gstreamer1-plugins-core so it passes the version
check. [2]
Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> [2]
Requested by: Vanilla Hsu <v@fatpipi.com> [1] |
1.0.7 27 Apr 2013 20:56:38 |
kwm |
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. |