aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bombono
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* - update mjpegtools to 2.0.0Baptiste Daroussin2011-06-061-0/+1
| | | | | | | - chase library bump Notes: svn path=/head/; revision=275112
* - Update my email to FreeBSDPawel Pekala2011-03-231-1/+1
| | | | | | | Approved by: miwi, wen (mentors) Notes: svn path=/head/; revision=271547
* - Update to version 1.0.1Martin Wilke2011-02-153-10/+5
| | | | | | | | | | - Remove broken on 6.x (not supported anymore) PR: 154780 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=269194
* - Update to 1.0.0Martin Wilke2011-02-053-11/+18
| | | | | | | | | PR: 153564 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268628
* - Update to version 0.8.1Wen Heping2010-11-174-11/+55
| | | | | | | | | | | - Mark MAKE_JOBS_SAFE - Grab maintainership PR: ports/152241 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Notes: svn path=/head/; revision=264670
* Bump PORTREVISION for libdvdread dependantsMax Brazhnikov2010-09-141-1/+1
| | | | Notes: svn path=/head/; revision=261170
* - Reset maintainer, his email is bouncingPav Lucistnik2010-05-231-2/+8
| | | | | | | | | - Mark BROKEN on 6.X Reported by: pointyhat Notes: svn path=/head/; revision=254887
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase multimedia/mjpegtools shlib bumpMartin Wilke2010-02-131-3/+3
| | | | Notes: svn path=/head/; revision=249751
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Bombono DVD is a DVD authoring program.Dmitry Marakasov2009-12-225-0/+172
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> Notes: svn path=/head/; revision=246428