Commit graph

96 commits

Author SHA1 Message Date
Jan Beich
0665a3d4b9 multimedia/dvdstyler: unbreak with ffmpeg 4.0
mediaenc_ffmpeg.cpp:215:18: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
            c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                        ^

PR:		227726
Reported by:	antoine (via exp-run)
2018-05-03 18:38:06 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Dmitry Marakasov
255d070331 - Fix build
Approved by:	portmgr blanket
2016-05-16 15:20:04 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Martin Wilke
4f15b1dc74 - Update to 2.9.6
PR:		206252
Submitted by:	ports fury
2016-01-15 15:38:14 +00:00
Thomas Zander
58aef9446d Update to upstream version 2.9.4
PR:		203801
Submitted by:	tkato432@yahoo.com
2015-11-11 22:01:01 +00:00
Thomas Zander
c78e1ee615 Update to upstream version 2.9.3
PR:		202852
Submitted by:	tkato432@yahoo.com
2015-09-05 16:13:41 +00:00
Tijl Coosemans
5a09dcc24d - Remove ACLOCAL_ARGS and AUTOMAKE_ARGS. Not needed with USES=autoreconf.
- Replace CXXFLAGS+=-std=c++11 with USE_CXXSTD.
2015-06-04 07:56:19 +00:00
Thomas Zander
bdcd5ca4db - Update to upstream version 2.9.2
- USE_AUTOTOOLS -> USES
- Pet portlint
- Add -std=c++11 to CXXFLAGS for gcc
  (does not build on pre-10.x system without it)

PR:		199245
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
2015-05-03 16:32:27 +00:00
Danilo Egea Gondolfo
b9879ccb68 - Bump PORTREVISION after wxsvg update 2015-01-20 12:36:35 +00:00
Danilo Egea Gondolfo
22a1e73b28 - Update from 1.5.1 to 1.5.2 2014-12-17 19:24:35 +00:00
Danilo Egea Gondolfo
935b26b052 - Update from 1.5 to 1.5.1 2014-11-24 16:13:37 +00:00
Juergen Lock
42a9efa883 - Update to 2.8 . [1]
- Change ac_cv_path_AVCONV_PATH from no to the empty string so that
  dvdstyler actually calls ffmpeg not avconv.

PR:		193900 [1]
Submitted by:	Ports Fury [1]
2014-09-26 20:21:09 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Danilo Egea Gondolfo
78495d4431 - Update from 1.4.2 to 1.5
- Change INSTALL_TARGET to install-strip

PR:		192535
Requested by:	Jordan Irwin <antumdeluge@gmail.com>
2014-08-09 23:32:46 +00:00
Danilo Egea Gondolfo
5f6b8070f9 - Update from 1.4.1 to 1.4.2 2014-07-07 23:45:28 +00:00
Danilo Egea Gondolfo
bd7bbec5df - Update from 1.4 to 1.4.1 2014-06-18 01:00:56 +00:00
Danilo Egea Gondolfo
19b1034195 - Update from 1.3 to 1.4
- Add libtool to USES
2014-05-28 15:21:54 +00:00
Juergen Lock
703f29198f Update to 2.7.2 .
PR:		ports/188859
Submitted by:	Ports Fury
2014-04-29 20:53:20 +00:00
Danilo Egea Gondolfo
65b29708a9 - Update from 1.2.1 to 1.3 2014-04-14 15:20:45 +00:00
Baptiste Daroussin
a45031d7da Convert wxsvg to use wxGTK 3.0
Remove the component part from bsd.wx.mk as only dvdstyler uses it
Make dvdstyle use wxGTK 3.0
2014-03-24 15:53:25 +00:00
Martin Wilke
8372c35473 - Update to 2.7.1
PR:		187298
Submitted by:	ports fury
2014-03-11 12:38:30 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Martin Wilke
e069ca2802 - Update to 2.6.1
PR:		180703
Submitted by:	ports fury
2014-01-17 16:52:55 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
William Grzybowski
e4cc3bf60d multimedia/dvdstyler: link against ffmpeg
- Link against ffmpeg
- Allow staging
- USES desktop-file-utils gmake
- Convert lib depends to new format
2013-10-21 17:30:54 +00:00
Danilo Egea Gondolfo
de25662ed6 - Update from 1.2 to 1.2.1 2013-10-18 18:36:59 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
William Grzybowski
782112bcaa graphics/wxsvg: update to 1.1.16
- Update to 1.1.16 [1]
- USES gmake
- Bump PORTREVISION of dependent ports
- Pass maintainership to submitter

Changes: http://wxsvg.cvs.sourceforge.net/viewvc/wxsvg/wxsvg/ChangeLog

PR:		ports/181570 [1]
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-08-28 21:28:50 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Martin Wilke
076a894aad - Update to 2.4.3
PR:		177912
Submitted by:	Ports Fury
2013-05-15 08:16:10 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Martin Wilke
6f44c5958a - Update to 2.4.2
PR:		177260
Submitted by:	Ports Fury
2013-03-27 06:20:07 +00:00
Po-Chien Lin
98d451887b - graphics/libexif:
* Update to 0.6.21
  * Add LICENSE
  * Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here

PR:		ports/175910
Approved by:	swills (mentor)
Security:	d881d254-70c6-11e2-862d-080027a5ec9a
2013-03-14 08:17:39 +00:00
Baptiste Daroussin
9b648201ee Add USE_PKGCONFIG=build explicitly 2012-07-26 10:06:24 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Baptiste Daroussin
c1ca3fbe40 - update to 2.1 2012-01-10 15:17:04 +00:00
Baptiste Daroussin
635b313313 upgrade wxsvg to 1.1.5
chase library bump

Feature safe:	yes
2011-11-27 11:25:45 +00:00
Baptiste Daroussin
6def63d121 - update to 2.0.1
Feature safe:	yes
2011-11-24 11:18:20 +00:00
Baptiste Daroussin
bc2f9e421c - update 2.0 2011-11-01 15:18:03 +00:00
Baptiste Daroussin
eb3aad5d8a - upgrade to 1.8.4.3
- fix build with recent ffmpeg[1]
- fix build with g++42

Obtained from:	upstream cvs[1]
2011-10-03 13:26:42 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00