aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lives
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Convert to USES=tarPawel Pekala2014-03-171-2/+1
| | | | | | | - Use precise BSD licenses Notes: svn path=/head/; revision=348491
* Update to version 2.2.2Pawel Pekala2013-12-122-3/+3
| | | | | | | | | | | | | | | Version 2.2.2 (10 December 2013) -------------------------------- Fix crash in new multithreaded renderer. Version 2.2.1 (10 December 2013) -------------------------------- Fix major error introduced in 2.2.0 which can break files when inserting frames. Fix audio insert/encode problems for some non-standard frame rates. Optimisations for copy/insert. Notes: svn path=/head/; revision=336274
* Update to version 2.2.0Pawel Pekala2013-12-0612-477/+31
| | | | Notes: svn path=/head/; revision=335777
* - Update graphics/*opencv* to 2.4.7Jason E. Hale2013-12-041-0/+1
| | | | | | | | | | | | | | | | - Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry Notes: svn path=/head/; revision=335601
* Fix dynamic plist creation when DOXYGEN=onPawel Pekala2013-11-012-3/+3
| | | | Notes: svn path=/head/; revision=332403
* - Update to version 2.0.6Pawel Pekala2013-10-2712-26/+473
| | | | | | | | - Add patches to fix build after ffmpeg update - Support STAGEDIR Notes: svn path=/head/; revision=331806
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* multimedia/x264: Update to 20130827 snapshotKubilay Kocak2013-10-071-0/+1
| | | | | | | | | | | | | - Update to 20130827 snapshot - Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure - Chase library version bump in dependent ports PR: ports/182484 Submitted by: mm Reviewed by: kwm, bapt Notes: svn path=/head/; revision=329667
* 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
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-14/+13
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to version 2.0.5Pawel Pekala2013-06-193-38/+20
| | | | | | | | - Convert to new options macros, list all options in OPTIONS_DEFINE - Make DOXYGEN independent of DOCS option, use generated plist for it Notes: svn path=/head/; revision=321294
* - Fix build on HEADMartin Wilke2013-06-121-4/+0
| | | | Notes: svn path=/head/; revision=320695
* Update to version 2.0.4Pawel Pekala2013-05-084-4/+15
| | | | Notes: svn path=/head/; revision=317702
* Chase textproc/libebml, multimedia/libmatroska update.Emanuel Haupt2013-05-061-0/+1
| | | | | | | Approved by: multimedia (bapt, kwm) Notes: svn path=/head/; revision=317561
* Fix build with bmakeBaptiste Daroussin2013-05-041-0/+4
| | | | Notes: svn path=/head/; revision=317345
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-2/+2
| | | | | | | | | | | | | | | 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
* - 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
* Update to version 2.0.3Pawel Pekala2013-04-173-35/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316011
* Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my portsPawel Pekala2013-02-071-2/+2
| | | | Notes: svn path=/head/; revision=311874
* - Update to version 1.8.2Pawel Pekala2013-01-293-8/+25
| | | | | | | - Don't force update of translations files - now it's done by default Notes: svn path=/head/; revision=311176
* Fix build with clangPawel Pekala2013-01-121-0/+1
| | | | Notes: svn path=/head/; revision=310287
* - Update to version 1.8.0Pawel Pekala2012-12-183-44/+43
| | | | | | | | | - Order USE_ flags, drop gnomehack it's messy - Cleanup REINPLACE_CMDs - Sort plist Notes: svn path=/head/; revision=309211
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update to version 1.6.4Pawel Pekala2012-11-053-19/+33
| | | | | | | | | | | | - Remove ABI versions from LIB_DEPENDS - Use common description for FREI0R option - Silent REINPLACE_CMD command - Trim Makefile header Feature safe: yes Notes: svn path=/head/; revision=307040
* - Update to version 1.6.3Pawel Pekala2012-08-174-21/+32
| | | | | | | | | - Add missing deps - Sort and remove ABI versions from LIB_DEPENDS - Port needs USE_PKGCONFIG=build Notes: svn path=/head/; revision=302691
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-0/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Update to version 1.6.2Pawel Pekala2012-06-259-29/+84
| | | | | | | - Remove description for DOXYGEN option Notes: svn path=/head/; revision=299969
* Convert my ports to optionsNGPawel Pekala2012-06-071-10/+11
| | | | Notes: svn path=/head/; revision=298711
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Use correct path for touch, /bin/touch -> /usr/bin/touchPawel Pekala2012-04-251-0/+6
| | | | | | | | | This fixes initial directory creation on first launch. Reported by: Andrew Johnson <daeron@optushome.com.au> Notes: svn path=/head/; revision=295529
* - Update to version 1.6.1Pawel Pekala2012-04-144-20/+62
| | | | | | | | - Add missing build/lib deps - Add option to build doxygen documentation (default off) Notes: svn path=/head/; revision=294817
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* USE_GETTEXT only when NLS is enabledPawel Pekala2012-01-231-1/+1
| | | | Notes: svn path=/head/; revision=289685
* - Update to version 1.3.12Pawel Pekala2012-01-193-54/+111
| | | | | | | | | | - Disable documentation building when doxygen is found on system - Respect WITHOUT_NLS - Use bsd.port.options.mk - Fix few portlint warnings Notes: svn path=/head/; revision=289496