aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/subtitleeditor
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-111-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
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Fix build after dependencies enforce C++11Thomas Zander2017-04-228-1/+92
| | | | MFH: 2017Q2 (build fix blanket)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* Make ports using libtool treat elftoolchain's strip the same as GNU stripAntoine Brodin2015-06-081-4/+0
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Update to upstream version 0.41.1Thomas Zander2015-04-203-131/+118
| | | | | | | | | | - Un-break build on 10.x and later - Introduce non-default OPENGL OPTION PR: 199248 Submitted by: tkato432@yahoo.com Reviewed by: riggs MFH: 2015Q2
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-021-38/+0
| | | | Approved by: portmgr blanket
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Assign maintainer-ship to multimedia@Emanuel Haupt2014-08-251-1/+1
| | | | Discussed on: irc (#bsdports)
* - Replace gtkmm24 LIB_DEPENDS with USE_GNOME=gtkmm24Tijl Coosemans2014-07-162-68/+6
| | | | - Add USES=libtool and INSTALL_TARGET=install-strip
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-111-0/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Use new LIB_DEPENDS regimeEmanuel Haupt2013-12-181-5/+5
|
* Set USE_GCC to 'yes' instead of requesting 4.6+Emanuel Haupt2013-12-141-1/+1
| | | | Requested by: gerald
* Support DragonflyBSD.Emanuel Haupt2013-12-131-1/+1
| | | | Requested by: John Marino <freebsd.contact@marino.st>
* Mark broken on FreeBSD 10.0 and later.Emanuel Haupt2013-12-131-0/+4
| | | | Notified by: pkg-fallout
* Update to 0.41.0Emanuel Haupt2013-12-104-212/+228
|
* Fix package list.Emanuel Haupt2013-10-252-2/+1
|
* Support staging.Emanuel Haupt2013-10-231-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | multimedia)
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
|
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
|
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-091-1/+1
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Mark MAKE_JOBS_SAFEEmanuel Haupt2013-05-081-0/+3
|
* Convert to USES=gettextEmanuel Haupt2013-04-231-1/+1
|
* - Fix package listEmanuel Haupt2013-04-032-32/+49
| | | | | | | | - Remove code for EOL FreeBSD versions - Drop ABI version in LIB_DEPENDS (where not needed) - Provide NLS option Approved by: portmgr (bdrewery)
* Fix build with glib 2.34.Koop Mast2013-03-091-0/+1
| | | | Submitted by: miwi
* Update PCRE to 8.32Martin Matuska2012-12-111-1/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Remove patches (forgotten in previous commit)Emanuel Haupt2012-11-132-85/+0
| | | | Feature safe: yes
* - Update to 0.40.0Emanuel Haupt2012-11-133-9/+9
| | | | | | - Trim header Feature safe: yes
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
|
* Fix build with gcc46Emanuel Haupt2011-12-151-0/+56
| | | | | | PR: 163286 Submitted by: Heath Nielson <heathn@gmail.com> Feature safe: yes
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-3/+2
| | | | | | | | | - 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
* - Update to 0.39.0Emanuel Haupt2011-07-274-7/+62
| | | | | | - Takeover maintainership Approved by: pav (maintainer, via irc)
* - remove MD5Olli Hauer2011-07-031-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* - Update to 0.34.0Pav Lucistnik2009-12-163-30/+57
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Mark BROKEN on FreeBSD 6.xPav Lucistnik2009-01-191-1/+7
| | | | Reported by: pointyhat
* - Update to 0.30.0Pav Lucistnik2009-01-183-30/+189
| | | | | PR: ports/130638 Submitted by: Eric L. Chen <d9364104@mail.nchu.edu.tw>
* - Update to 0.23.0Pav Lucistnik2008-09-082-5/+5
| | | | | PR: ports/127160 Submitted by: chinsan
* - Update to 0.22.3Pav Lucistnik2008-08-273-6/+18
|
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.21.1Pav Lucistnik2008-05-224-18/+9
|
* - Update to 0.20.0Pav Lucistnik2008-05-074-22/+43
| | | | | | - Take over maintaining it Approved by: sat (maintainer)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Unbreak with gcc4 by using strtoq(3) instead of strtoll(3)Andrew Pantyukhin2007-07-171-1/+1
| | | | Reported by: pointyhat via pav
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-202-6/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.13.6Andrew Pantyukhin2007-05-012-4/+4
|
* - Update to 0.13.4Andrew Pantyukhin2007-04-032-6/+5
|
* - Remove remaining pcre-utf8 chaffAndrew Pantyukhin2007-03-121-9/+0
|
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre byKirill Ponomarev2007-03-121-1/+2
| | | | | | default. Bump PORTREVISION on all dependent ports.
* - Update to 0.13.2Andrew Pantyukhin2007-02-183-4/+5
|
* Add port multimedia/subtitleeditor:Andrew Pantyukhin2007-01-084-0/+89
Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices. WWW: http://kitone.free.fr/subtitleeditor/ Author: IDJAAD djamel <kitone_at_free_dot_fr>