<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/gstreamer1-transcoder, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>Update gstreamer1 to upstream release 1.20.3</title>
<updated>2022-10-15T10:46:46+00:00</updated>
<author>
<name>Michal Zielonka</name>
<email>michal.zielonka.8001@gmail.com</email>
</author>
<published>2022-09-20T17:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e3b732b4791c01bdeeb671ffb557c1914763249f'/>
<id>e3b732b4791c01bdeeb671ffb557c1914763249f</id>
<content type='text'>
PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:30+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=63f36d326290febc7af8820d7bde9c78cda71c80'/>
<id>63f36d326290febc7af8820d7bde9c78cda71c80</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron LI &lt;aly@aaronly.me&gt;
  *  Alexander Botero-Lowry &lt;alexbl@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@FreeBSD.org&gt;
  *  Angel Carpintero &lt;ack@telefonica.net&gt;
  *  Anish Mistry (with help from mean)
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Byung-Hee HWANG &lt;bh@izb.knu.ac.kr&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;chein@FreeBSD.org&gt; &amp; Jim Overholt &lt;overholt@isdw.net&gt;
  *  Daniel Morante &lt;daniel@morante.net&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt; and Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Dierk Sacher &lt;dierk@blaxxtarz.de&gt;
  *  Dreamcat4 &lt;dreamcat4@gmail.com&gt;
  *  Earl Gay &lt;earl@eeg3.net&gt;
  *  Ed Schouten &lt;ed@FreeBSD.org&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Franz Bettag &lt;franz@bett.ag&gt;
  *  FreeBSD GNOME Team &lt;gnome@freebsd.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Harold Gutch &lt;logix@foobar.franken.de&gt;
  *  Heiner &lt;h.eichmann@gmx.de&gt;
  *  Heiner Eichmann &lt;h.eichmann@gmx.de&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Herbert J. Skuhra &lt;h.skuhra@gmail.com&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Holger Lamm
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  Jason Harmening &lt;jason.harmening@gmail.com&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock &lt;nox@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  KalleDK &lt;plexmaintainer@k-moeller.dk&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Koop Mast &lt;kwm@rainbow-runner.nl&gt;
  *  Kozlov Sergey &lt;kozlov.sergey.404@gmail.com&gt;
  *  Kris Moore
  *  Kuan-Chung Chiu &lt;buganini@gmail.com&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Leinier Cruz Salfran &lt;salfrancl@yahoo.es&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Manuel Creach &lt;manuel.creach@icloud.com&gt;
  *  Marc van Woerkom &lt;3d@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt; et al
  *  Mina Naguib &lt;webmaster@topfx.com&gt;
  *  Mykola Dzham &lt;i@levsha.me&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Pascal Vizeli &lt;pvizeli@yahoo.de&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Petar Zhivkov Petrov &lt;pesho.petrov@gmail.com&gt;
  *  Phil Oleson
  *  Phil Oleson &lt;oz@nixil.net&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Raaf &lt;freebsd@luna.afraid.org&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Rodrigo OSORIO &lt;rodrigo@FreeBSD.org&gt;
  *  Rozhuk Ivan 2018 &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Stacey Son &lt;mythdev@son.org&gt;, Ari Maniatis &lt;ari@ish.com.au&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  William Grzybowski &lt;william88@gmail.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Zastupov Stepan [RedChrom] &lt;redchrom@mail.ru&gt;
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Aaron LI &lt;aly@aaronly.me&gt;
  *  Alexander Botero-Lowry &lt;alexbl@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@FreeBSD.org&gt;
  *  Angel Carpintero &lt;ack@telefonica.net&gt;
  *  Anish Mistry (with help from mean)
  *  Anonymous &lt;swell.k@gmail.com&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Ashish Shukla &lt;wahjava@gmail.com&gt;
  *  Ben Woods &lt;woodsb02@FreeBSD.org&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Byung-Hee HWANG &lt;bh@izb.knu.ac.kr&gt;
  *  Charlie Kester &lt;corky1951@comcast.net&gt;
  *  Chess Griffin &lt;chess@chessgriffin.com&gt;
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Hein &lt;chein@FreeBSD.org&gt; &amp; Jim Overholt &lt;overholt@isdw.net&gt;
  *  Daniel Morante &lt;daniel@morante.net&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt; and Yinghong Liu &lt;relaxbsd@gmail.com&gt;
  *  Dierk Sacher &lt;dierk@blaxxtarz.de&gt;
  *  Dreamcat4 &lt;dreamcat4@gmail.com&gt;
  *  Earl Gay &lt;earl@eeg3.net&gt;
  *  Ed Schouten &lt;ed@FreeBSD.org&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Franz Bettag &lt;franz@bett.ag&gt;
  *  FreeBSD GNOME Team &lt;gnome@freebsd.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Gustau Perez &lt;gustau.perez@gmail.com&gt;
  *  Harold Gutch &lt;logix@foobar.franken.de&gt;
  *  Heiner &lt;h.eichmann@gmx.de&gt;
  *  Heiner Eichmann &lt;h.eichmann@gmx.de&gt;
  *  Hendrik Scholz &lt;hendrik@scholz.net&gt;
  *  Herbert J. Skuhra &lt;h.skuhra@gmail.com&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Holger Lamm
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  Jason Harmening &lt;jason.harmening@gmail.com&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock &lt;nox@FreeBSD.org&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  KalleDK &lt;plexmaintainer@k-moeller.dk&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Koop Mast &lt;kwm@rainbow-runner.nl&gt;
  *  Kozlov Sergey &lt;kozlov.sergey.404@gmail.com&gt;
  *  Kris Moore
  *  Kuan-Chung Chiu &lt;buganini@gmail.com&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Leinier Cruz Salfran &lt;salfrancl@yahoo.es&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Manuel Creach &lt;manuel.creach@icloud.com&gt;
  *  Marc van Woerkom &lt;3d@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Neubauer &lt;m.ne@gmx.net&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt;
  *  Michael Nottebrock &lt;michaelnottebrock@gmx.net&gt; et al
  *  Mina Naguib &lt;webmaster@topfx.com&gt;
  *  Mykola Dzham &lt;i@levsha.me&gt;
  *  Naram Qashat &lt;cyberbotx@cyberbotx.com&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Pascal Vizeli &lt;pvizeli@yahoo.de&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Petar Zhivkov Petrov &lt;pesho.petrov@gmail.com&gt;
  *  Phil Oleson
  *  Phil Oleson &lt;oz@nixil.net&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Raaf &lt;freebsd@luna.afraid.org&gt;
  *  Randall Hopper &lt;aa8vb@nc.rr.com&gt;
  *  Rodrigo OSORIO &lt;rodrigo@FreeBSD.org&gt;
  *  Rozhuk Ivan 2018 &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko &lt;nemysis@FreeBSD.org&gt;
  *  Stacey Son &lt;mythdev@son.org&gt;, Ari Maniatis &lt;ari@ish.com.au&gt;
  *  Steve Wills &lt;steve@mouf.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev &lt;wulf@mail.mipt.ru&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  William Grzybowski &lt;william88@gmail.com&gt;
  *  Yi-Hsuan Hsin &lt;mhsin@mhsin.org&gt;
  *  Zastupov Stepan [RedChrom] &lt;redchrom@mail.ru&gt;
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk</title>
<updated>2022-04-30T08:03:20+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-04-29T04:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ca3f925d6eb53ff27e2a49775f6d33f52a587ae4'/>
<id>ca3f925d6eb53ff27e2a49775f6d33f52a587ae4</id>
<content type='text'>
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/gstreamer1-transcoder: add DOCS option</title>
<updated>2020-12-22T17:29:18+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2020-12-22T17:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=83958f0e1562b303547fe0d0e62f49a5e6a18e92'/>
<id>83958f0e1562b303547fe0d0e62f49a5e6a18e92</id>
<content type='text'>
PR:		236290
Submitted by:	rozhuk.im@gmail.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		236290
Submitted by:	rozhuk.im@gmail.com
</pre>
</div>
</content>
</entry>
<entry>
<title>Update gstreamer1 to 1.16.2.</title>
<updated>2020-01-26T17:42:36+00:00</updated>
<author>
<name>Koop Mast</name>
<email>kwm@FreeBSD.org</email>
</author>
<published>2020-01-26T17:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=aa49f23a6db2870118f1c18cdef7eefa026c6693'/>
<id>aa49f23a6db2870118f1c18cdef7eefa026c6693</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so</title>
<updated>2019-07-12T02:25:07+00:00</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2019-07-12T02:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7bfae932f73e6929fd4fc0afd04e81199c58df00'/>
<id>7bfae932f73e6929fd4fc0afd04e81199c58df00</id>
<content type='text'>
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base.  Thus, the assumption that "gcc is
in base" (e.g.  libstdc++.so exists) always means "force use of GCC" is
already broken.  It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base.  Thus, the assumption that "gcc is
in base" (e.g.  libstdc++.so exists) always means "force use of GCC" is
already broken.  It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>Base GCC doesn't support -Wno-pedantic, so remove it to fix build on</title>
<updated>2018-12-30T12:56:28+00:00</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2018-12-30T12:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bcbf8af2d69e8e3070fc74875abef43e7ab996c6'/>
<id>bcbf8af2d69e8e3070fc74875abef43e7ab996c6</id>
<content type='text'>
GCC-based architectures.

PR:		234052
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC-based architectures.

PR:		234052
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
</pre>
</div>
</content>
</entry>
</feed>
