aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bombono
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-2/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441395
* Mark BROKEN: fails to buildAntoine Brodin2017-05-101-0/+2
| | | | | | | | | /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 Notes: svn path=/head/; revision=440603
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=439934
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* multimedia/bombono: unbreak with gcc6 or laterJan Beich2017-02-111-0/+1
| | | | | | | | | | | | | | 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); ^ Notes: svn path=/head/; revision=433905
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsJan Beich2016-12-161-1/+1
| | | | | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=428641
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=428352
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=426908
* multimedia/bombono: unbreak build with ffmpeg 3.xJan Beich2016-11-042-8/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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); // не помешает ^ PR: 207547 Obtained from: upstream Notes: svn path=/head/; revision=425311
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix build on 10.x+Mathieu Arnold2016-03-076-18/+45
| | | | | | | | | PR: 206896 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=410534
* - Unbreak on FreeBSD versions where Boost is built with newer GCC: recentAlexey Dokuchaev2015-12-074-21/+43
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=403214
* Mark BROKEN everywhere: fails to buildAntoine Brodin2015-11-271-6/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=402491
* - Unbreak: this software doesn't seem to really depend on dvda-authorDmitry Marakasov2015-11-141-4/+0
| | | | Notes: svn path=/head/; revision=401616
* Chase audio/dvda-author expirationAntoine Brodin2015-10-251-0/+3
| | | | Notes: svn path=/head/; revision=400161
* multimedia/bombono: Please use OPSYS with OSVERSION (Unbreak DragonFly)John Marino2015-03-171-1/+1
| | | | | | | | | Especially with the ">" and ">=" operators, OPSYS must be used when checking OSVERSION. The last commit got the port marked broken on all DragonFly releases. Notes: svn path=/head/; revision=381470
* - Mark broken on 10.x+Dmitry Marakasov2015-02-011-1/+7
| | | | Notes: svn path=/head/; revision=378274
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-48/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=373636
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Drop maintainershipPawel Pekala2014-09-071-1/+1
| | | | Notes: svn path=/head/; revision=367553
* Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.Rene Ladan2014-06-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=358158
* - Update multimedia/libdvdread to 4.9.9Ganael LAPLANCHE2014-05-131-1/+1
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=353931
* - Convert to USES=tarPawel Pekala2014-03-171-2/+1
| | | | | | | - Use precise BSD licenses Notes: svn path=/head/; revision=348491
* Replace USE_GCC=4.2+ by USE_GCC=any. [1]Gerald Pfeifer2014-03-011-1/+1
| | | | | | | | | And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=346721
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Update libdvdread and libdvdnav to 4.2.1Ganael LAPLANCHE2014-02-031-0/+1
| | | | | | | - Bump dependent ports' revisions Notes: svn path=/head/; revision=342392
* - Fix build after recent ffmpeg updatePawel Pekala2013-10-263-11/+20
| | | | | | | | - Add support for STAGEDIR - Convert to USES=scons Notes: svn path=/head/; revision=331739
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-6/+6
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update to version 1.2.2Pawel Pekala2013-03-089-96/+53
| | | | | | | | | - Tidy up dependencies - Remove not needed boost patches - Sort plist Notes: svn path=/head/; revision=313671
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313633
* Chase boost updateBaptiste Daroussin2013-01-311-7/+2
| | | | Notes: svn path=/head/; revision=311310
* - Force build with external boost libs otherwise port uses old,Pawel Pekala2012-06-067-2/+96
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=298624
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to version 1.2.1Pawel Pekala2012-02-113-9/+25
| | | | | | | | - Add INSTALLS_ICONS - Install manpages Notes: svn path=/head/; revision=290925
* - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsGanael LAPLANCHE2012-01-171-0/+1
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=289371
* Fix build with gcc46Pawel Pekala2011-12-171-1/+3
| | | | | | | | PR: ports/163418 Submitted by: Heath Nielson <heathn@gmail.com> Notes: svn path=/head/; revision=287560
* - Update to version 1.2.0Pawel Pekala2011-11-153-16/+171
| | | | | | | | | | | - Remove SCONS_ENV hack, use CXXFLAGS and SCONS_ARGS instead Release notes: http://www.bombono.org/cgi-bin/wiki/ Feature safe: yes Notes: svn path=/head/; revision=285876
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - update to version 1.0.2Pawel Pekala2011-07-052-4/+3
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=277132