aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.2.1Nicola Vitale2015-01-276-19/+72
| | | | | | | | | | | | | | | | | | | | - Add files/patch-mps__youtube_main.py to fix the bug of empty search results. See https://github.com/np1/mps-youtube/issues/179 - Add a patch (taken from upstream) to fix terminal size detection. See https://github.com/np1/mps-youtube/commit/f1021baa246df96b91bf62aabe185493f0b07df2 - Add security/ca_root_nss to run dependencies - Use option helpers - Add an option (RADIO_CONVERTER) to select a converter to MP3 and other formats - Replace multimedia/mplayer with multimedia/mpv as default video player (SINGLE_PLAYER option): it's the video player set in the initial config file. - Add a post-patch target to replace %%LOCALBASE%% key - Add the new features of the program to pkg-descr - Fix instructions in pkg-message Relnotes: https://github.com/np1/mps-youtube/blob/develop/CHANGELOG Notes: svn path=/head/; revision=378017
* - Drop @dirrm* from plistDmitry Marakasov2015-01-271-403/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378016
* - Drop @dirrm* from plistDmitry Marakasov2015-01-271-1000/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378015
* Update to upstream version 2.0.2Jan Beich2015-01-276-58/+60
| | | | | | | | | Changes: https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.2 Differential Revision: https://reviews.freebsd.org/D1686 Approved by: bapt (mentor) Notes: svn path=/head/; revision=378007
* - Update to 0.7.72Sunpoet Po-Chuan Hsieh2015-01-272-4/+5
| | | | | | | | | | - Add my LOCAL to MASTER_SITES Changes: http://mediaarea.net/MediaInfo/ChangeLog http://sourceforge.net/p/mediainfo/code/HEAD/tree/MediaInfo/trunk/History_CLI.txt Notes: svn path=/head/; revision=378002
* - Update to 0.7.72Sunpoet Po-Chuan Hsieh2015-01-273-193/+6
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Do not install unnecessary header files - Cleanup Makefile Changes: http://mediaarea.net/MediaInfo/ChangeLog http://sourceforge.net/p/mediainfo/code/HEAD/tree/MediaInfo/trunk/History_CLI.txt Notes: svn path=/head/; revision=378001
* - Update to 0.7.72 (0.4.30)Sunpoet Po-Chuan Hsieh2015-01-272-5/+5
| | | | | | | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Cleanup Makefile Changes: - New MemoryUtils.h functions for SSE2 memcpy - Ztring::From_Unicode(const wchar_t S) - Removed Win9X support - CMake: scripts improvements, thanks to Ivan Romanov - Mac: EOL definitely moved from \r to \n - int128: was not compiling on Cygwin - Windows: file open in append mode has shared read/write Notes: svn path=/head/; revision=378000
* multimedia/{lib}x264: Update minimum yasm versionKubilay Kocak2015-01-272-2/+2
| | | | | | | | | | Update the minimum version of yasm required in BUILD_DEPENDS. PR: 196991 Submitted by: takefu airport.fm Notes: svn path=/head/; revision=377978
* Upgrade to 0.6.6 .Thierry Thomas2015-01-264-21/+203
| | | | | | | Changelog at <http://freetuxtv.blogspot.fr/2014/01/freetuxtv-version-066.html>. Notes: svn path=/head/; revision=377959
* Add patch to allow for building with newer libv4l.Koop Mast2015-01-251-0/+20
| | | | | | | | | https://reviews.freebsd.org/D1482 Obtained from: upstream Notes: svn path=/head/; revision=377885
* Add patches to fix build of the v4l2 plugin with newer v4l_compat/libv4l.Koop Mast2015-01-242-0/+61
| | | | | | | https://reviews.freebsd.org/D1482 Notes: svn path=/head/; revision=377841
* (Attempt to) fix build with the upcoming v4l_compat update. [1]Juergen Lock2015-01-241-0/+14
| | | | | | | https://reviews.freebsd.org/D1482 [1] Notes: svn path=/head/; revision=377825
* Fix build with the upcoming v4l_compat update. [1]Juergen Lock2015-01-241-0/+14
| | | | | | | https://reviews.freebsd.org/D1482 [1] Notes: svn path=/head/; revision=377816
* Fix cdio supportThomas Zander2015-01-245-14/+32
| | | | | | | | | | | | | | While on it: Remove CDPARANOIA option - broken with cdparanoia port anyway - move CDIO from radio button group to standard (default off) OPTION - remove radio button group CDPARANOIA/CDIO Reported by: Kris Moore (kris@pcbsd.org) via mail MFH: 2015Q1 Notes: svn path=/head/; revision=377807
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-2/+1
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* Update to version 15.1.0Pawel Pekala2015-01-232-3/+3
| | | | | | | | Changes: Fix for VEVO videos Notes: svn path=/head/; revision=377763
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-231-2/+0
| | | | Notes: svn path=/head/; revision=377747
* Upgrade to 11.2Vanilla I. Shu2015-01-225-56/+41
| | | | | | | | PR: 196990 Submitted by: takefu at airport.fm Notes: svn path=/head/; revision=377645
* Per convention change my address to @FreeBSD.orgJan Beich2015-01-201-1/+1
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1565 Approved by: bapt (mentor) Notes: svn path=/head/; revision=377543
* Disable clang's integrated-as for this build. Modify ARM assemblySean Bruno2015-01-202-6/+27
| | | | | | | | | | | | | with upstream patch to handle different ARM revisions. This fixes the build since the clang 3.5 import PR: 196847 Submitted by: mikael.urankar@gmail.com Reviewed by: kwm Approved by: mentor (implicit) Notes: svn path=/head/; revision=377529
* - Bump PORTREVISION after wxsvg updateDanilo Egea Gondolfo2015-01-201-1/+1
| | | | Notes: svn path=/head/; revision=377513
* multimedia/ffmpeg0: fix build on armv6 with clang 3.5William Grzybowski2015-01-202-0/+30
| | | | | | | | PR: 196846 Submitted by: mikael.urankar gmail com Notes: svn path=/head/; revision=377509
* Cleanup MakefileBaptiste Daroussin2015-01-192-11/+2
| | | | | | | Remove redundant @exec Notes: svn path=/head/; revision=377484
* Cleanup plistBaptiste Daroussin2015-01-192-16/+0
| | | | | | | Remove useless @exec Notes: svn path=/head/; revision=377483
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDSunpoet Po-Chuan Hsieh2015-01-191-1/+2
| | | | Notes: svn path=/head/; revision=377458
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDSunpoet Po-Chuan Hsieh2015-01-191-1/+2
| | | | Notes: svn path=/head/; revision=377457
* Mark as bundle libsBaptiste Daroussin2015-01-191-1/+2
| | | | Notes: svn path=/head/; revision=377451
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-183-6/+6
| | | | | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2] Notes: svn path=/head/; revision=377347
* Merge armv6 ASFLAGS fix from multimedia/ffmpeg in r377205Thomas Zander2015-01-181-0/+4
| | | | Notes: svn path=/head/; revision=377341
* Modernise compiler handlingThomas Zander2015-01-185-60/+7
| | | | | | | | | | | - Retire OTCHAIN OPTION - Retire support for gcc 4.2 from base - Depend on c11 compliant compiler via USES=compiler:c11 - Respect CC,CXX,CPP from environment (fixes bug 196811) - Bump PORTREVISION (default package on 8.x changes) Notes: svn path=/head/; revision=377337
* - Update to 1.11.1 (no functional change but it removes new versionJuergen Lock2015-01-183-57/+3
| | | | | | | | | | available spam.) PR: 196828 Submitted by: Radim Kolar <hsn@sendmail.cz> Notes: svn path=/head/; revision=377325
* Handle arch-dependent CFLAGS in Makefile.options because itThomas Zander2015-01-182-4/+3
| | | | | | | should be included by mencoder as well. Notes: svn path=/head/; revision=377323
* Get rid of one more @cwdBaptiste Daroussin2015-01-171-6/+1
| | | | | | | While here cleanup plist Notes: svn path=/head/; revision=377248
* - Update to 1.5.0Guido Falsi2015-01-173-9/+8
| | | | | | | | | PR: 196422 Submitted by: me Approved by: maintainer timeout Notes: svn path=/head/; revision=377222
* Remove expired ports:Rene Ladan2015-01-177-412/+0
| | | | | | | | | 2015-01-13 x11/rxvt-devel: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode 2015-01-15 comms/spandsp-devel: Use newer comms/spandsp 2015-01-16 multimedia/universal-media-server: "RC script broken, especially prestart target" Notes: svn path=/head/; revision=377217
* Remove duplicate armv6 conditional introduced in r377204Sean Bruno2015-01-162-8/+0
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=377205
* These ports utilize GAS assembly and probably won't ever change. For the ARMSean Bruno2015-01-164-0/+24
| | | | | | | | | | | case, do not use -integrated-as. PR: 196660 196774 196775 196776 Submitted by: mikael.urankar@gmail.com Approved by: mentor (inplicit) Notes: svn path=/head/; revision=377204
* Update to 3.0.5490.2 StableAdam Weinberger2015-01-153-252/+32
| | | | | | | | PR: 196664 Submitted by: Ben Woods (maintainer) Notes: svn path=/head/; revision=377143
* - Remove vestiges of alpha supportAlex Kozlov2015-01-153-13/+6
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=377141
* Sprinkle some PORTSCOUT macros around to either mark ports:Koop Mast2015-01-151-0/+2
| | | | | | | | * ignore because there will not be any new releases. * check specific versions or ignore devel versions. Notes: svn path=/head/; revision=377130
* multimedia/py-subliminal: add missing dependency and pet portlintWilliam Grzybowski2015-01-151-7/+8
| | | | | | | | PR: 195241 Submitted by: Ralf van der Enden <tremere cainites net> Notes: svn path=/head/; revision=377076
* Update cuse4bsd-kmod to 0.1.36.Koop Mast2015-01-152-3/+3
| | | | | | | | | | Avoid using POLLNVAL as return code for poll events due to compatibility with existing userspace application code. Submitted by: maintainer (via irc) Notes: svn path=/head/; revision=377072
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Update qmmp and its plugin pack to 0.8.3Baptiste Daroussin2015-01-146-38/+10
| | | | | | | | | | Clean up plist PR: 196634 Submitted by: jdhore1@gmail.com (patch by maintainer) Notes: svn path=/head/; revision=377052
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-0/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* - Update openh264 to 1.3.1Beat Gaetzi2015-01-144-24/+27
| | | | | | | | | | | | | | - Update Thunderbird to 31.4.0 - Update Firefox to 35.0 - Update Firefox ESR to 31.4.0 - Update libxul to 31.4.0 Submitted by: Jan Beich MFH: 2015Q1 Security: http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html Notes: svn path=/head/; revision=376999
* - Update to 1.4.3Sunpoet Po-Chuan Hsieh2015-01-133-19/+18
| | | | | | | | | | - Fix PORTSCOUT - Sort PLIST Changes: http://search.cpan.org/dist/Net-UPnP/Changes Notes: svn path=/head/; revision=376959
* - Clarify LICENSEDmitry Marakasov2015-01-132-6/+2
| | | | | | | | | | | | - Add LICENSE_FILE - Remove @dirrm* from pkg-plist PR: 196216 Submitted by: amdmi3 Approved by: maintainer timeout (nemysis) Notes: svn path=/head/; revision=376934
* Remove multimedia/mplayer-fontsThomas Zander2015-01-115-123/+0
| | | | | | | Obsolete port, unsupported upstream, no consumers in the ports tree Notes: svn path=/head/; revision=376790
* Switch default python3 version from 3.3 to 3.4.Dmitry Sivachenko2015-01-102-0/+2
| | | | | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine Notes: svn path=/head/; revision=376731