aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lives
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+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 Notes: svn path=/head/; revision=449591
* Update multimedia/lives to 2.8.7Guido Falsi2017-06-303-7/+7
| | | | Notes: svn path=/head/; revision=444769
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* - shabangDmitry Marakasov2017-04-211-1/+3
| | | | Notes: svn path=/head/; revision=439058
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-3/+3
| | | | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) Notes: svn path=/head/; revision=438490
* - Fix LICENSEDmitry Marakasov2017-04-101-2/+5
| | | | | | | | - Add LICENSE_FILE - Fix shebangs Notes: svn path=/head/; revision=438178
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Update lives to 2.8.4Guido Falsi2017-01-202-5/+8
| | | | | | | - Get distfile from github Notes: svn path=/head/; revision=431966
* Update to upstream version 2.8.3Thomas Zander2017-01-073-6/+4
| | | | Notes: svn path=/head/; revision=430781
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-0/+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
* - Update to version 2.8.1Pawel Pekala2016-11-122-6/+8
| | | | | | | | | | | | | | | | | | | - Drop maintainership Release annoucement: This release addresses various important security issues which were identified by the debian maintainers. There is also a fix for broken audio encoding with clips > 30 minutes long. Note: in addition, for new installs the default LiVES working directory is now "livesprojects" rather than "livestmp". The documentation will be updated to reflect this. Due to the security issues identified, all users are advised to upgrade, especially if using LiVES on a multi-user system. Notes: svn path=/head/; revision=425990
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-2/+3
| | | | | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc Notes: svn path=/head/; revision=423216
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* - Update to version 2.8.0Pawel Pekala2016-09-124-23/+16
| | | | | | | | | | | | | - Register proxy dependencies found by stage-qa Changelog: Correct blank frame fix from 2.6.8 (add one to last frame). Fix coding error when centering windows. Correctly parse the path variables for frei0r, libvisual and ladspa. Set nicer defaults for RGBDelay effect. Notes: svn path=/head/; revision=421950
* - No need to specify master site subdirectory when it's the same as defaultDmitry Marakasov2016-05-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415452
* Update to version 2.6.3Pawel Pekala2016-05-164-9/+20
| | | | | | | | | | | | | | | | Changelog: Fix bug which caused error moving sets with no layouts (regression). Optimise recording of generated frames. Fixes for recording audio from external pulse audio. Fix incorrect recognition of single jpeg/png as video (regression). Fix "Open Location" (regression). Use png rather than jpeg internally whenever possible. Improved support for mpv instead of mplayer. Add a few new effects ported from Toonz. Notes: svn path=/head/; revision=415363
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-31/+31
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to version 2.6.2Pawel Pekala2016-03-303-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Fix flickering in multi threaded palette conversion. Improved YUV / RGB palette conversions. Play selections should function even after switching clips, restarting playback. Add encoded files to global "recently used files". Implement new theming engine, allow custom themes / colours in Preferences. Fix bug with layout reloading after crash. Fix bugs in setting in/out points in multitrack. Fix showing of textbuffer parameters in effect windows (regression). Fix possible minor memory leak when applying inplace effects (regression). Fix crash / bug in MIDI / joystick learner. Fix bug which prevented OSC clip changes during recording. Rewrite keyboard handler, fixing keyboard repeat for ctrl-arrow keys. Allow for slightly longer strings in LiVES libOSC. Improvements to edge detect and onedTV filters. Compatibility updates for ffmpeg 2.9+ Add qtrle format and quality settings to ffmpeg_encoder. Add new VJ keys: ctrl-alt-space (change direction of background clip), ctrl-alt-page-up/down (adjust speed of background clip) Major code cleanup and optimisations. Minor compilation fixes for gtk+ 2.x Fix bug in finding of "Next filter map" in multitrack. Updated translation to Ukranian (thanks Yuri Churnoivan). Updated translation to Brazilian Portuguese. Notes: svn path=/head/; revision=412172
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* Update to version 2.6.0Pawel Pekala2016-02-042-3/+6
| | | | | | | | | | | | | | | | | | | | | ChangeLog ---------------- Fix crash when applying rendered effects to virtual clips. Add h264/aac, wmv2, ffv1 and mjpeg encodings to ffmpeg_encoder. Fix memory leak in new style gdkpixbuf converter. Fix frame seek bug in avformat decoder with non-zero start time. Autoscroll "Show details" when encoding. Work around a gtk+ crash bug in GtkTextView with lots of text. Show missing libraries in ffmpeg_encoder. Show time remaining estimate for encoding for most encoder formats. OK / Cancel in the file chooser should immediately cancel any preview (regression). Add "Use current clip values" button when entering multitrack. Fix memory leak in pulseaudio input analysis. Minor GUI improvements. Notes: svn path=/head/; revision=408092
* Update to version 2.4.8Pawel Pekala2016-01-252-3/+3
| | | | | | | | | | | | | | | | | | | | Changelog: 2.4.8: Fix hang in merge in Clip Editor (regression). Fix rendering error in multitrack (wrong clip number). 2.4.7: Fix regression in "Insert Silence". Fix background colour for notebook tabs in multitack (gtk+ 3.x) Fix crash when entering Preferences dialog (GType error). Reshow timeline after hiding it. Update current time when clicking on timeline header in Multitrack (regression). Trivial compiler fix for gtk+ 2.x Notes: svn path=/head/; revision=407244
* Update homepagePawel Pekala2015-12-251-1/+1
| | | | | | | | PR: 205596 Submitted by: Zane C. Bowers-Hadley Notes: svn path=/head/; revision=404441
* - Update to version 2.4.6Pawel Pekala2015-12-233-15/+49
| | | | | | | | | | | | | | | | | - Convert to USES=localbase - Remove -pthread from LDFLAGS, configure script detects it just fine - Patch configure to not detect it's own libweed installed on system allowing now correctly upgrading lives through ports Changelog: Fix crashes and compatibility issues with gtk+ >= 3.16 Fix a bug with missing clips when reloading layouts. Minor GUI improvements. Minor compilation fixes. Updates to French translation (thanks Jean-Marc). Notes: svn path=/head/; revision=404310
* Update to version 2.4.5Pawel Pekala2015-12-113-4/+3
| | | | | | | | | | | | | | | | Changelog: Fix for undo after downsampling video (regression). Fix regression in resizing when encoding. Fix missing audio issue after loading new audio for a clip. Set default encoder to multi_encoder3 if python version >= 3. Fix some message translation issues in dialog windows. mplayer2 compatibility fix for ffmpeg_encoder. Correct encoding framerate for mjpegtools_encoder dvd-ntsc format. Minor fix for compiling without OSC. Remove support for transcode_encoder. Notes: svn path=/head/; revision=403557
* Update to version 2.4.4Pawel Pekala2015-11-232-3/+3
| | | | | | | | | | | | | Changelog: Fix regression in audio resampling with sox. GUI improvements to joystick / midi learner for gtk+ 3.x GUI improvements for Events window. Add support for joystick analog stick control. Add improved warnings for letterboxing with missing imageMagick. Fix overwide Clip Info windows. Notes: svn path=/head/; revision=402332
* Update to version 2.4.3Pawel Pekala2015-11-182-4/+3
| | | | | | | | | | | | | | | | | | | | | | | Changelog: Fix occasional hang when inserting frames in clips. Fix possible dataloss (effects applied) when re-entering multitrack mode. Work around a GTK+ bug where menu items with submenus can no longer be set insensitive. Fix for setting cdplayer device in Preferences. Fix gtk critical in clip info window. Fix window sizing errors in rfxbuilder. Fix for encoding with sox version 14.4.2 Theming updates for darker themes with gtk+ 3.x Add icedax as altname for cdda2wav. Make better use of missing CD device warning. Remove some spurious effect reinitialisations for webcams. Allow application of audio effects to the backing audio track in multitrack mode. Minor GUI improvements. Prepend current directory to filenames in startup options when necessary. Notes: svn path=/head/; revision=401879
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Switch to options helpersDmitry Marakasov2015-09-231-13/+10
| | | | | | | | | - Fix shebangs Approved by: portmgr blanket Notes: svn path=/head/; revision=397631
* Update to version 2.4.2Pawel Pekala2015-09-192-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Fix crash after recording with pulseaudio external audio. Fix possible crash when converting from YUV420 to UYVY / YUYV. Fix memory issue in audio triggered video generators. Fix buttons issue in the progress dialog (regression). Fix occasional hang in shutdown via OSC. Minor fixes for headless (nogui, noplaywin) modes. Increase size of debug output window when encoding (Regression). Fix for compiling without jack. Fix crash in mask_overlay effect. Fix some threading problems when running audio and video effects together. Improve OSC responsiveness during playback. Fixes for beat_detector, edge, vector_visualiser, and kaleidoscope plugins. Fix latency issue with pulseaudio external input. Fix for opening unicap device during playback. Work around gtk+ bug for clips menu. Implement OSC commands /audio/mute/set, /audio/mute/get, /audio/volume/set, /audio/volume/get and /clip/open/unicap. Fixes / refactoring for firewire grabbing. Re-enable button icons (via preference) and clean up stock button code. Notes: svn path=/head/; revision=397336
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
* - Update to version 2.4.1Pawel Pekala2015-08-165-43/+3
| | | | | | | | | | | | | | | - Remove upstreamed patches Changelog: General compilation fixes. Compilation fixes for libav. Minor fixes for BSD compilation. Minor fix for initialisation of "alien_overlay" effect. Fix image file previews within File Open dialog (regression). Notes: svn path=/head/; revision=394394
* Fix a typo in gtk+ 3 function name. This fixes the build with GTK+ 3.16.Koop Mast2015-08-051-0/+11
| | | | | | | | PR: 201980 Obtained from: upstream Notes: svn path=/head/; revision=393573
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-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@ Notes: svn path=/head/; revision=393444
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+2
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* - Update to version 2.4.0Pawel Pekala2015-05-2811-75/+45
| | | | | | | | | | | | | | | | | | | | | | | - Remove upstreamed patches Changelog: Implement workaround for expose event problems in gtk+ 3.10. Fix threading crash in multitrack. Fix invalid saving of layouts in multitrack. Fix sizes of scrolled windows inside dialog boxes (regression). Fix timeline start position for gtkgrid widget in multitrack. Fix "fade background mode" (b) so it looks nice again. Stability fix for expose event during startup. Stability fix for mkv_decoder with broken end frames. Implement C++ language bindings (liblives). Fixes for several smaller issues (Thomas Berger). Code cleanup / reformat. Updated translations to UK English, French, Galician, German, Russian and Simplified Chinese. Notes: svn path=/head/; revision=387776
* - Update to version 2.2.7Pawel Pekala2015-01-033-12/+13
| | | | | | | | | | | | | | | | | | | | | - Use gtk3 for gui ChangeLog: Add support for audio triggered generators. Add support for projectM (milkdrop) generators. Improvements to openGL playback plugin. Add permanent inputs in jack and pulse audio when handling external audio. Fix bug in chroma_blend transition. Further code cleanup. Fix text width for "show VJ keys" window. Remove unnecessary deinterlacing from threaded player. Added OSC commands /clip/selection/rte_apply, /clip/undo and /clip/redo. Add libvisual plugins to correct submenu (regression). Minor fixes for the rfx builder window. Minor fixes for merge in clip editor. Notes: svn path=/head/; revision=376128
* 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
* - Drop .la files from multimedia/dirac and multimedia/schroedingerDmitry Marakasov2014-12-022-1/+2
| | | | | | | | | | - Bump dependent ports as .so versions have changed - While here, remove @dirrm* from plists and add missing empty directory to plist of multimedia/lives Approved by: portmgr blanket Notes: svn path=/head/; revision=373737
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-131-46/+0
| | | | Notes: svn path=/head/; revision=370822
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* - Update to version 2.2.6Pawel Pekala2014-09-062-6/+4
| | | | | | | - Switch to USES=python Notes: svn path=/head/; revision=367416
* math/fftw3:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Fix fetch by using SourceForge mirrorsPawel Pekala2014-07-242-5/+3
| | | | | | | | | - Tarball has been rerolled by author: http://sourceforge.net/p/lives/mailman/message/32546466/ Notes: svn path=/head/; revision=362857
* - Update to version 2.2.5Pawel Pekala2014-07-032-4/+4
| | | | | | | - Fix smogrify runtime version detection Notes: svn path=/head/; revision=360448
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becauseTijl Coosemans2014-05-022-83/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE. Notes: svn path=/head/; revision=352815
* - Update to version 2.2.4Pawel Pekala2014-04-262-13/+14
| | | | | | | | | | - Make Matroska support optional and off by default (mainly due to multimedia/mkvtoolnix being notoriously broken) - Fix few shebangs - Install striped binaries Notes: svn path=/head/; revision=352238
* Remove dependency on expiring and forbidden xmmsAntoine Brodin2014-03-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=348892