summaryrefslogtreecommitdiff
path: root/multimedia/sabbu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - fix API breakage with ffmpegDirk Meyer2007-05-273-0/+29
| | | | | | | | - use gtkspell - new option WITHOUT_GTKSPELL Notes: svn path=/head/; revision=191959
* - fix API breakage with ffmpegDirk Meyer2007-05-271-0/+100
| | | | | | | Obtained from: gentoo.zugaina.org Notes: svn path=/head/; revision=191958
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - homepage lostDirk Meyer2007-02-251-2/+0
| | | | Notes: svn path=/head/; revision=185848
* devel/pkgconfig -> devel/pkg-configJeremy Messenger2006-05-281-1/+1
| | | | | | | | | | | | | | | | | Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus Notes: svn path=/head/; revision=163666
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* program used to "time" subtitles:Dirk Meyer2006-01-184-0/+110
* 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://www.sabbu.com/ Notes: svn path=/head/; revision=153783