Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: multimedia/gstreamer1-plugins |
Date | By | Description |
25 Mar 2016 15:47:46
1.8.0

|
kwm  |
Update GStreamer1 ports to 1.8.0.
ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/ |
29 Feb 2016 21:03:14
1.6.3_1

|
hrs  |
Fix broken dependency due to librtmp version bump.
PR: 207594 |
04 Jan 2016 14:21:57
1.6.2

|
kwm  |
Update GStreamer1 to 1.6.2.
Update GStreamer1-vaapi to 0.7.0.
* Spell GStreamer consistently. [1]
* Fix typo in py3kplist in py3-gstreamer1 [1]
* Improve plugins COMMENTS (more improvements welcome)
* Actually include the gstreamer1-libav update this time.
PR: 204204 [1] (based on)
Submitted by: olivierd@ [1] |
22 Dec 2014 10:22:39
1.4.5

|
kwm  |
Update Gstreamer framework to 1.4.5. |
17 Dec 2014 21:14:30
1.4.4_1

|
antoine  |
Fix 41 gstreamer1-plugins- ports that were creating empty packages
With hat: portmgr |
23 Apr 2014 14:22:48
1.2.4

|
tijl  |
Update gstreamer 1.0 ports to version 1.2.4. |
23 Apr 2014 13:25:17
1.2.3_1

|
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 ) |
30 Dec 2013 12:56:11
1.2.2

|
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 |
01 Nov 2013 22:14:08
1.0.10_1

|
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] |
31 Oct 2013 08:11:31
1.0.10_1

|
kwm  |
Bump portrevision after r332194 and r331197 where librtmp was split off
from rtmpdump. |
20 Sep 2013 20:57:49
1.0.10

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
28 Apr 2013 17:53:48
1.0.7

|
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] |