non port: multimedia/bombono/Makefile |
SVNWeb
|
Number of commits found: 64 |
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Wed, 27 Dec 2017
|
[ 09:30 antoine ] (Only the first 10 of 46 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
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
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sun, 21 May 2017
|
[ 13:21 linimon ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Wed, 10 May 2017
|
[ 21:52 antoine ]
Mark BROKEN: fails to build
/usr/local/include/glibmm-2.4/glibmm/weakref.h:44:80: error: macro
"static_assert" passed 3 arguments, but takes just 2
Reported by: pkg-fallout
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Sat, 11 Feb 2017
|
[ 19:37 jbeich ]
multimedia/bombono: unbreak with gcc6 or later
src/mgui/dvdimport.cpp: In function 'void DVD::OnPreparePage(DVD::ImportData&)':
src/mgui/dvdimport.cpp:214:82: error: ambiguous overload for 'operator<<'
(operand types are 'str::stream' and 'const char [3]')
std::string desc = (str::stream(Mpeg::SecToHMS(vob.tmLen,
true)) << ", "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
src/mgui/dvdimport.cpp: In function 'DVD::ReaderPtr DVD::OpenDVD(const string&,
DVD::ImportData&)':
src/mgui/dvdimport.cpp:278:41: error: cannot convert 'DVD::ReaderPtr {aka
ptr::shared<DVD::Reader>}' to 'bool' for argument '2' to 'void
DVD::SetCurPageComplete(Gtk::Assistant&, bool)'
SetCurPageComplete(id.ast, id.reader);
^
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] (Only the first 10 of 324 ports in this commit are shown above. )
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Fri, 16 Dec 2016
|
[ 05:08 jbeich ] (Only the first 10 of 17 ports in this commit are shown above. )
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
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)
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Fri, 4 Nov 2016
|
[ 10:45 jbeich ]
multimedia/bombono: unbreak build with ffmpeg 3.x
src/mgui/ffviewer.cpp:642:22: error: 'SWS_CPU_CAPS_MMX' was not declared in this
scope
sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
^
src/mgui/ffviewer.cpp:642:39: error: 'SWS_CPU_CAPS_MMX2' was not declared in
this scope
sws_flags |= SWS_CPU_CAPS_MMX|SWS_CPU_CAPS_MMX2;
^
src/mgui/ffviewer.cpp:650:9: error: 'PixelFormat' was not declared in this scope
PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
^
src/mgui/ffviewer.cpp:650:21: error: expected ';' before 'dst_pf'
PixelFormat dst_pf = PIX_FMT_BGR24; // PIX_FMT_RGB24;
^
src/mgui/ffviewer.cpp:652:13: error: 'dst_pf' was not declared in this scope
dst_pf, sws_flags, 0, 0, 0);
^
src/mgui/ffviewer.cpp:657:45: error: 'avcodec_get_frame_defaults' was not
declared in this scope
avcodec_get_frame_defaults(&rgbFrame); // nie pomieshaiet
^
PR: 207547
Obtained from: upstream
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 7 Mar 2016
|
[ 17:48 mat ]
Fix build on 10.x+
PR: 206896
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
Mon, 7 Dec 2015
|
[ 17:27 danfe ]
- Unbreak on FreeBSD versions where Boost is built with newer GCC: recent
FFmpeg made AVFormatContext's data_offset private; seeking to a position
below the internal data_offset will get rounded up to that point, so we
can simply seek to 0
- While here, optimize away one REINPLACE_CMD by amending existing patch,
sanitize port description text, and prefer external Boost libraries
Patch by: Andy Whitcroft <apw@ubuntu.com>
Obtained from: Ubuntu bombono-dvd package
|
Fri, 27 Nov 2015
|
[ 19:22 antoine ]
Mark BROKEN everywhere: fails to build
Error log on 9.3:
src/mgui/ffviewer.cpp: In function 'bool SeekSetTime(FFViewer&, double)':
src/mgui/ffviewer.cpp:1123: error: 'struct AVFormatContext' has no member named
'data_offset'
scons: *** [build/src/mgui/ffviewer.o] Error 1
Reported by: pkg-fallout
|
Sat, 14 Nov 2015
|
[ 23:16 amdmi3 ]
- Unbreak: this software doesn't seem to really depend on dvda-author
|
Sun, 25 Oct 2015
|
[ 19:45 antoine ]
Chase audio/dvda-author expiration
|
Tue, 17 Mar 2015
|
[ 07:59 marino ]
multimedia/bombono: Please use OPSYS with OSVERSION (Unbreak DragonFly)
Especially with the ">" and ">=" operators, OPSYS must be used when
checking OSVERSION. The last commit got the port marked broken on all
DragonFly releases.
|
Sun, 1 Feb 2015
|
[ 20:35 amdmi3 ]
- Mark broken on 10.x+
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sun, 7 Sep 2014
|
[ 15:09 pawel ]
Drop maintainership
|
Tue, 17 Jun 2014
|
[ 18:39 rene ] (Only the first 10 of 24 ports in this commit are shown above. )
Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.
Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is
no longer maintained upstream.
Detailed/other changes:
* graphics/GraphicsMagick :
- Copy contents from graphics/GraphicsMagick13
- Remove PORTREVISION and PKGNAMESUFFIX
- Keep original pkg-descr, do not copy whitespace-only changes.
* graphics/pecl-gmagick :
- Use modern LIB_DEPENDS
* graphics/vips :
- Stage support
- Use modern LIB_DEPENDS
- USES libtool, pathfix
* multimedia/bombono :
- Update BUILD_DEPENDS and RUN_DEPENDS
* textproc/htmltolatex :
- Use modern LIB_DEPENDS
Phabric: D108 162
Approved by: portmgr (antoine, bapt)
|
Tue, 13 May 2014
|
[ 10:17 martymac ] (Only the first 10 of 33 ports in this commit are shown above. )
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1]
|
Mon, 17 Mar 2014
|
[ 16:56 pawel ] (Only the first 10 of 11 ports in this commit are shown above. )
- Convert to USES=tar
- Use precise BSD licenses
|
Sat, 1 Mar 2014
|
[ 21:23 gerald ] (Only the first 10 of 17 ports in this commit are shown above. )
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
|
Fri, 7 Feb 2014
|
[ 11:44 bapt ] (Only the first 10 of 229 ports in this commit are shown above. )
Chase boost and icu bump
While here convert some LIB_DEPENDS
|
Mon, 3 Feb 2014
|
[ 08:15 martymac ] (Only the first 10 of 39 ports in this commit are shown above. )
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
|
Sat, 26 Oct 2013
|
[ 22:08 pawel ]
- Fix build after recent ffmpeg update
- Add support for STAGEDIR
- Convert to USES=scons
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Thu, 29 Aug 2013
|
[ 15:01 pawel ] (Only the first 10 of 24 ports in this commit are shown above. )
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 24 Apr 2013
|
[ 07:35 ak ] (Only the first 10 of 164 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Fri, 8 Mar 2013
|
[ 19:57 pawel ]
- Update to version 1.2.2
- Tidy up dependencies
- Remove not needed boost patches
- Sort plist
|
[ 10:51 kwm ] (Only the first 10 of 417 ports in this commit are shown above. )
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
Thu, 31 Jan 2013
|
[ 13:38 bapt ] (Only the first 10 of 164 ports in this commit are shown above. )
Chase boost update
|
Wed, 6 Jun 2012
|
[ 18:48 pawel ]
- Force build with external boost libs otherwise port uses old,
bundled ones from tarball
- Add patches to fix build with newer, external boost libs
- Bump PORTREVISION as deps have changed
PR: ports/168539
Reported by: David Wolfskill <david@catwhisker.org>
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Sat, 11 Feb 2012
|
[ 17:14 pawel ]
- Update to version 1.2.1
- Add INSTALLS_ICONS
- Install manpages
|
Tue, 17 Jan 2012
|
[ 14:35 martymac ] (Only the first 10 of 40 ports in this commit are shown above. )
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
|
Sat, 17 Dec 2011
|
[ 22:43 pawel ]
Fix build with gcc46
PR: ports/163418
Submitted by: Heath Nielson <heathn@gmail.com>
|
Tue, 15 Nov 2011
|
[ 22:20 pawel ]
- Update to version 1.2.0
- Remove SCONS_ENV hack, use CXXFLAGS and SCONS_ARGS instead
Release notes: http://www.bombono.org/cgi-bin/wiki/
Feature safe: yes
|
Tue, 5 Jul 2011
|
[ 19:18 pawel ]
- update to version 1.0.2
Approved by: miwi (mentor)
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Mon, 6 Jun 2011
|
[ 04:31 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
- update mjpegtools to 2.0.0
- chase library bump
|
Wed, 23 Mar 2011
|
[ 16:58 pawel ] (Only the first 10 of 34 ports in this commit are shown above. )
- Update my email to FreeBSD
Approved by: miwi, wen (mentors)
|
Tue, 15 Feb 2011
|
[ 07:40 miwi ]
- Update to version 1.0.1
- Remove broken on 6.x (not supported anymore)
PR: 154780
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
|
Sat, 5 Feb 2011
|
[ 03:32 miwi ]
- Update to 1.0.0
PR: 153564
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
Feature safe: yes
|
Wed, 17 Nov 2010
|
[ 08:32 wen ]
- Update to version 0.8.1
- Mark MAKE_JOBS_SAFE
- Grab maintainership
PR: ports/152241
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
|
Tue, 14 Sep 2010
|
[ 18:58 makc ] (Only the first 10 of 27 ports in this commit are shown above. )
Bump PORTREVISION for libdvdread dependants
|
Sun, 23 May 2010
|
[ 13:23 pav ]
- Reset maintainer, his email is bouncing
- Mark BROKEN on 6.X
Reported by: pointyhat
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 13 Feb 2010
|
[ 08:45 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Chase multimedia/mjpegtools shlib bump
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 22 Dec 2009
|
[ 09:55 amdmi3 ]
Bombono DVD is a DVD authoring program.
It is made easy to use and has nice and clean GUI (Gtk).
The main features of Bombono DVD are:
+excellent MPEG viewer: Timeline and Monitor
+real WYSIWYG Menu Editor with live thumbnails
+comfortable Drag-n-Drop support
+you can author to folder, make ISO-image or burn directly to DVD
+reauthoring: you can import video from DVD discs.
WWW: http://www.bombono.org
- Stas Timokhin
stast@bsdportal.ru
PR: 138623
Submitted by: Stas Timokhin <stast@bsdportal.ru>
|
Number of commits found: 64 |