aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Add NLS option to ports using it but not defining it.Mathieu Arnold2018-09-101-1/+1
| | | | Notes: svn path=/head/; revision=479427
* - fix build for FreeBSD 12.0Dirk Meyer2018-05-141-3/+1
| | | | Notes: svn path=/head/; revision=469897
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=468844
* - set BROKEN for FreeBSD-12Dirk Meyer2018-01-181-0/+3
| | | | Notes: svn path=/head/; revision=459319
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* - fix buildDirk Meyer2016-12-041-0/+1
| | | | Notes: svn path=/head/; revision=427785
* multimedia/sabbu: unbreak with libc++ 3.9Jan Beich2016-11-301-0/+20
| | | | | | | | | | | | | | | util.cpp:526:12: error: assigning to 'char *' from incompatible type 'const char *' msgval = strrchr (msgid, '|'); ^ ~~~~~~~~~~~~~~~~~~~~ util.cpp:539:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *msgval = strrchr(msgid, '|'); ^ ~~~~~~~~~~~~~~~~~~~ PR: 214652 Approved by: portmgr blanket Notes: svn path=/head/; revision=427419
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Remove BROKEN statement that is not true: port configures and builds fineAlexey Dokuchaev2015-09-071-5/+3
| | | | | | | - While here, define LICENSE (GPLv2) and kill stray whitespace at EOL Notes: svn path=/head/; revision=396254
* multimedia category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+3
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382254
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-1/+1
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* - fix build on FreeBSD-10Dirk Meyer2014-04-121-0/+1
| | | | Notes: svn path=/head/; revision=351115
* - add USES=tar:bzip2Dirk Meyer2014-04-051-2/+1
| | | | Notes: svn path=/head/; revision=350221
* - use STAGEDIRDirk Meyer2013-12-041-13/+5
| | | | | | | - USES=gmake Notes: svn path=/head/; revision=335604
* - fix build after r329854Dirk Meyer2013-10-251-2/+4
| | | | Notes: svn path=/head/; revision=331554
* multimedia/sabbu: link using ffmpeg0William Grzybowski2013-10-093-7/+29
| | | | | | | | | - Link using ffmpeg0 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329854
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* 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
* - repair broken options from r316624Dirk Meyer2013-05-131-4/+4
| | | | Notes: svn path=/head/; revision=318101
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-5/+7
| | | | | | | While here do some conversion to new options framework Notes: svn path=/head/; revision=317503
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - cleanup headerDirk Meyer2013-01-261-7/+2
| | | | | | | - strip shlibversion in depedency Notes: svn path=/head/; revision=311023
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - 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-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Mark as broken on powerpc: does not configure.Mark Linimon2011-11-111-1/+7
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285506
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* - fix whitespacesDirk Meyer2010-11-181-3/+3
| | | | Notes: svn path=/head/; revision=264777
* - Update ffmpeg to 0.6Martin Matuska2010-07-243-2/+13
| | | | Notes: svn path=/head/; revision=258164
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* program used to "time" subtitles:Dirk Meyer2010-01-248-0/+347
| | | | | | | | | | | | | | | | | | | * Any WAVE file can be used for timing * Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats. * Instant preview of subtitle with all effects * Ability to place subtitles visually (Needs more testing) * Ability to mute specific channel * Ability to open alternate views of the same wave * Ability to mark key frames from a video on the waveform * Ability to save Workspace (saves information such as currently opened sound, video files and position in the wave) * Ability to format script on save * "Code Hiding" WWW: http://sourceforge.net/projects/sabbu/ Notes: svn path=/head/; revision=248464
* 2010-01-08 audio/dino: has been broken for 7 monthsMartin Wilke2010-01-208-318/+0
| | | | | | | | | | | | | | | | | | | | | | | 2010-01-08 devel/asis-gpl: has been broken for 3 months 2010-01-08 devel/florist-gpl: has been broken for 3 months 2010-01-08 devel/kdesvn: has been broken for 4 months 2010-01-08 devel/radrails: has been broken for 3 months 2010-01-08 devel/rubygem-rtags: has been broken for 5 months 2010-01-12 games/hattrickorganizer: Has been broken for quite some time 2010-01-08 games/laughingman: has been broken for 3 months 2010-01-08 devel/aunit: has been broken for 3 months 2010-01-18 devel/gdb53: has been broken for 3 months 2010-01-08 lang/ccscript: has been broken for 4 months 2010-01-08 lang/gnat-glade: has been broken for 3 months 2010-01-08 lang/xsb: has been broken for 6 months 2010-01-08 multimedia/nmm: has been broken for 3 months 2010-01-08 multimedia/sabbu: has been broken for 3 months 2010-01-08 net/adasockets: has been broken for 3 months 2010-01-08 textproc/bidiv: has been broken for 3 months 2010-01-08 textproc/xmlada-gps: has been broken for 3 months Notes: svn path=/head/; revision=248237
* This port has been broken for 3+ months, thusPav Lucistnik2009-12-081-0/+2
| | | | | | | | | - Mark DEPRECATED and schedule for expiration in one month With hat: portmgr Notes: svn path=/head/; revision=245413
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - remove DEPRECATEDDirk Meyer2009-08-211-2/+0
| | | | Notes: svn path=/head/; revision=240053
* - Mark as BROKEN, does not compile with ffmpeg 0.5Martin Matuska2009-08-121-0/+4
| | | | | | | | - Mark as DEPRECATED, development stalled - Set EXPIRATION_DATE to 2009-10-12 Notes: svn path=/head/; revision=239378
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* - fix configureDirk Meyer2008-05-042-4/+53
| | | | Notes: svn path=/head/; revision=212586
* - add urlDirk Meyer2007-08-211-0/+2
| | | | Notes: svn path=/head/; revision=198067
* - fix build with new ffmpegDirk Meyer2007-06-173-15/+42
| | | | Notes: svn path=/head/; revision=193709