aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvd-slideshow/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* 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 DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* 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
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-13/+13
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-4/+3
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-3/+3
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* 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 TOOLAME_DESC as it is in the standard pool now; use OPTIONS helpersAlexey Dokuchaev2014-09-041-43/+24
| | | | | | | | | | | | - Stagify, cleanup Makefile, fix a typo in options handling (VORBISTOOLS -> VORBIS), and also formatting, misc. style bugs (including pkg-descr) There is a pending PR for this port (184132), but it was last updated on 2014-01-18 with no reply from maintainer since then, so I guess I am not stepping on anyone's toes. Notes: svn path=/head/; revision=367312
* multimedia/dvd-slideshow: switch to rubygem-flvtool2Steve Wills2014-08-131-1/+2
| | | | | | | | | | | | switch to from multimedia/ruby-flvtool2 to multimedia/rubygem-flvtool2 as ruby-flvtool2 will soon be deprecated due to the death of RubyForge With hat: ruby@ Approved by: portmgr (since this port is not staged) Notes: svn path=/head/; revision=364750
* 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
* - Update to version 0.8.4 [1]Pawel Pekala2013-05-301-8/+2
| | | | | | | | | | - Remove Author tag, fix WWW line in pkg-descr PR: ports/179069 [1] Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=319416
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-31/+16
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* Fix fetching themesSteven Kreuzer2010-09-281-3/+4
| | | | | | | | | PR: ports/150630 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Approved by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=262037
* - 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-1/+1
| | | | Notes: svn path=/head/; revision=249751
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 0.8.2Martin Wilke2009-04-231-7/+7
| | | | | | | | PR: 133703 Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=232571
* 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Update to 0.8.0.Wesley Shields2008-04-171-30/+45
| | | | | | | | | | Add THEME option. Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=211470
* multimedia/dvd-slideshow has incorrect path for LSOFEdwin Groothuis2007-09-231-1/+1
| | | | | | | | | | | | | dvd-slideshow script uses "/usr/bin/lsof" instead of "/usr/local/sbin/lsof" for LSOF Also fixes seq/seq2 confusion PR: ports/116031 Submitted by: "User1001" <supraexpress@globaleyes.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=199931
* - 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
* Utilize PORTDOCSMarkus Brueffer2007-02-061-5/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=184431
* - Use new USE_CDRTOOLS variablePav Lucistnik2007-01-311-1/+1
| | | | | | | Tested on: pointyhat Notes: svn path=/head/; revision=183769
* - Update to 0.7.5Cheng-Lung Sung2006-10-101-7/+6
| | | | | | | | | PR: ports/104140 Submitted by: chinsan Approved by: maintainer (Phil Oleson) Notes: svn path=/head/; revision=175185
* - Add seq2 to the dependency list.Sergey Matveychuk2006-03-201-8/+6
| | | | | | | | | | | | | - Add a regex replace for seq -> seq2 - Consolidat the REINPLACE_CMD's - Remove the do-build workaround for the NO_BUILD/OPTIONS bug that was fixed a while back. PR: ports/94706 Submitted by: maintainer Notes: svn path=/head/; revision=157744
* - Fix usage of wcPav Lucistnik2006-03-181-3/+6
| | | | | | | | | | - Add dependency on urwfonts for subtitles PR: ports/94590 Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=157560
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-0/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* - Update to 0.7.2Pav Lucistnik2005-12-301-5/+4
| | | | | | | | PR: ports/91087 Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=152450
* Update to 0.7.1Tilman Keskinoz2005-05-081-11/+18
| | | | | | | | | | PR: 78436 Submitted by: Phil Oleson <oz@nixil.net> Add dummy do-build target to workaround non-working NO_BUILD Notes: svn path=/head/; revision=134880
* - Install documentationPav Lucistnik2005-02-261-3/+8
| | | | | | | | PR: ports/78000 Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=129814
* New port dvd-slideshow. set of scripts to make it easier for me to burn aPav Lucistnik2005-02-191-0/+89
slideshow-style dvd with some simple menus PR: ports/77625 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=129315