non port: multimedia/gstreamer1-vaapi/distinfo |
Number of commits found: 23 |
Friday, 2 May 2025
|
15:56 Jason E. Hale (jhale)
GStreamer: Update to 1.26.1
https://gstreamer.freedesktop.org/releases/1.26/#1.26.1
ff5a16a |
Friday, 21 Mar 2025
|
02:11 Jason E. Hale (jhale)
GStreamer: Update to 1.26.0
https://gstreamer.freedesktop.org/releases/1.26/
1ba9b3b |
Sunday, 2 Feb 2025
|
08:32 Jason E. Hale (jhale)
GStreamer: Update to 1.24.12
https://gstreamer.freedesktop.org/releases/1.24/#1.24.12
e0ab940 |
Thursday, 16 Jan 2025
|
20:19 Jason E. Hale (jhale)
GStreamer: Update to 1.24.11
https://gstreamer.freedesktop.org/releases/1.24/#1.24.11
f94c040 |
Friday, 6 Dec 2024
|
16:56 Jason E. Hale (jhale)
GStreamer: Update to 1.24.10
https://gstreamer.freedesktop.org/releases/1.24/#1.24.10
Security: 7256fae8-b3e8-11ef-b680-4ccc6adda413,
750ab972-b3e8-11ef-b680-4ccc6adda413,
772d8625-b3e8-11ef-b680-4ccc6adda413,
7945c543-b3e8-11ef-b680-4ccc6adda413,
7b34ddf7-b3e8-11ef-b680-4ccc6adda413,
7d1b4e5d-b3e8-11ef-b680-4ccc6adda413,
7f3a302b-b3e8-11ef-b680-4ccc6adda413
f2f4b35 |
Friday, 8 Nov 2024
|
01:23 Jason E. Hale (jhale)
Gstreamer: Update to 1.24.9
https://gstreamer.freedesktop.org/releases/1.24/#1.24.9
Security: d48a2224-9b4c-11ef-bdd9-4ccc6adda413
9033cb2 |
Sunday, 22 Sep 2024
|
10:35 Jason E. Hale (jhale)
multimedia/gstreamer1: Update to 1.24.8
Mk/Uses/gstreamer.mk:
- Sort, fix whitespace issues and typos
- Promote several common variables to improve maintainer QOL
* There's now no need to set manually set PORTVERSION nor
SOVERSION in several Makefiles
* This will help to prevent not updating some components
* A note has been added, however, to remind maintainers
to remake distinfo for certain ports
- Improve documentation
multimedia/gstreamer1-plugins-webrtc:
- New port split from multimedia/gstreamer1-plugins-bad
- multimedia/gstreamer1-plugins-rust has been updated
to reflect this change
net/gstreamer1-plugins-sctp:
- New port split from multimedia/gstreamer1-plugins-bad
x11-toolkits/gstreamer1-plugins-qt5:
- Moved here from graphics/gstreamer1-plugins-qt to
align with its new Qt6 counterpart
x11-toolkits/gstreamer1-plugins-qt6:
- New port: GStreamer Qt6 QML videosink plugin
*/*:
- Improve Makefile order and formatting
- Sorry for the repo churn, but not fixing this would just lead to more
poorly formatted gstreamer ports in the future via copypasta
https://gstreamer.freedesktop.org/releases/1.24/#1.24.8
PR: 278914
Reported by: vvd
8c1efc5 |
Saturday, 24 Jun 2023
|
11:39 Thomas Zander (riggs)
Update gstreamer1 to upstream release 1.22.4
PR: 272141, 272100
ced4dbad |
Thursday, 9 Mar 2023
|
09:33 Gleb Popov (arrowd)
multimedia/gstreamer1: Update to 1.22, new stable branch.
PR: 269895
Exp-run by: antoine
Sponsored by: Serenity Cybersecurity, LLC
4a8a17c |
Saturday, 24 Dec 2022
|
08:07 Thomas Zander (riggs)
Update gstreamer1 to upstream release 1.20.5
PR: 268501
09c25d3 |
Sunday, 6 Nov 2022
|
16:27 Thomas Zander (riggs)
Update gstreamer1 to upstream release 1.20.4
PR: 267075
2d51705 |
Saturday, 15 Oct 2022
|
10:46 Thomas Zander (riggs) Author: Michal Zielonka
Update gstreamer1 to upstream release 1.20.3
PR: 261585
Reviewed by: riggs,jbeich,tcberner
Differential Revision: https://reviews.freebsd.org/D36850
e3b732b |
Sunday, 26 Jan 2020
|
17:42 kwm
Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.
Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2
Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by
maintainer)
Thanks to antoine@ for the exp-run.
PR: 239386
 |
Saturday, 3 Nov 2018
|
11:58 tijl
Update GStreamer to 1.14.4.
PR: 231406
Submitted by: Greg V <greg@unrelenting.technology>
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Saturday, 23 Sep 2017
|
20:29 kwm
Update GStreamer 1.x suite to 1.12.3.
ChangeLog: https://gstreamer.freedesktop.org/releases/1.12/#1.12.3
 |
Saturday, 22 Jul 2017
|
11:35 kwm
Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to
BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code
didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for
the libraries they carried, even if they where present via the plugins! The new
code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have
all the libraries included.
* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding.
Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When
changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.
PR: 220753
Exp-run by: antoine@
 |
Friday, 25 Mar 2016
|
15:47 kwm
Update GStreamer1 ports to 1.8.0.
ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/
 |
Monday, 4 Jan 2016
|
14:21 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]
 |
Friday, 2 Oct 2015
|
16:43 kwm
Update gstreamer1-vaapi to 0.6.1.
 |
Sunday, 27 Sep 2015
|
22:16 kwm
Update gstreamer1-vaapi to 0.6.0.
Also fix plist issues after GStreamer update to 1.6. [1]
Reported by: antoine@ [1]
 |
Friday, 22 May 2015
|
17:28 tijl
Update to 0.5.10
 |
Wednesday, 17 Dec 2014
|
16:20 kwm
Update to 0.5.9.
Switch to new gstreamer version, this unbreak the build [1]
Remove @dirrmtry from plist
Reported by: pkg-fallout
 |
Thursday, 28 Nov 2013
|
21:57 kwm
Add gstreamer vaapi, plugin and support libraries to enable hardware
accelerated video decoding through the VA-API library.
 |
Number of commits found: 23 |