aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* MMS is a program designed to allow you to download streams usingIon-Mihai Tetcu2007-08-204-0/+59
| | | | | | | | | | | | | | | the MMS protocol and save them to your computer, as opposed to watching them live. Similar functionality is available in full media player suites such as Xine and MPlayer, but MiMMS is quick and easy to use, and for the time being, remains a useful program. WWW: http://savannah.nongnu.org/projects/mimms/ PR: ports/ports/114239 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn> Notes: svn path=/head/; revision=197966
* - Remove neon, mp4v2 and fam dependencies, since they are not neededRoman Bogorodskiy2007-08-193-36/+38
| | | | | | | | | | | | | | | anymore [1] - Disable hal support by default and andd WITH_HAL knob which turns it on. However bmpx with hal support might be not stable [1] - Mark BROKEN on 5.x [2] - Disable docs installation, they're pretty useless at this moment, but require additional dependencies Suggested by: David Le Brun [1] Repored by: pointyhat via kris [2] Notes: svn path=/head/; revision=197915
* This port is no longer broken (after ffmpeg has been patched to installStefan Eßer2007-08-191-2/+0
| | | | | | | a misssing header). Notes: svn path=/head/; revision=197911
* Bump PORTREVISION since this port now installs a previously forgottenStefan Eßer2007-08-191-1/+1
| | | | | | | | header file that is required by dependent ports (i.e. those are broken until ffmpeg is installed with the missing header). Notes: svn path=/head/; revision=197910
* The ffmpeg developers moved part of avcodec.h into a new file allcodecs.h,Stefan Eßer2007-08-192-0/+12
| | | | | | | | | | | | | but have not modified the Makefile in libavcodec to install that header. This broke dvbcut and possibly other ports that directly access decoder or encoder functions (i.e. which do not use avcodec_find_decoder() to search for them). Direct access to the functions has not been declared deprecated (AFAIK) and thus it appears that installation of the header has just been forgotten ... Notes: svn path=/head/; revision=197909
* This port depends on ffmpegg and was broken by a change in ffmpeg (theStefan Eßer2007-08-192-6/+8
| | | | | | | | | | | | | | sources, not the FreeBSD port), again. It is hard to catch up with all the API changes ffmpeg sees every few weeks. A similar patch will probably be required in other ports that depend on ffmpeg and that use the same method to access encoders/decoders. This port remains broken until the ffmpeg port installs the new header (allcodecs.h), which seems to have been forgotten by the ffmpeg developers (and until the ffmpeg port has added that file to its PLIST). Notes: svn path=/head/; revision=197908
* Add missing dependency on automake16.MANTANI Nobutaka2007-08-191-1/+1
| | | | | | | | PR: ports/115435 [1], ports/115607 [2] Submitted by: rink [1], kevin <kevinxlinuz@163.com> [2], Andreas Braml <a.strich.b@web.de> Notes: svn path=/head/; revision=197896
* - fix build for gcc42Dirk Meyer2007-08-182-1/+58
| | | | | | | Submitted by: rdivacky (Roman Divacky) Notes: svn path=/head/; revision=197863
* Force the GStreamer DTS plug-in to be linked to libdca so that all symbolsJoe Marcus Clarke2007-08-182-1/+2
| | | | | | | can be properly resolved. Notes: svn path=/head/; revision=197861
* BROKEN: Does not compileKris Kennaway2007-08-182-0/+4
| | | | Notes: svn path=/head/; revision=197854
* add USE_PERL5Oliver Lehmann2007-08-161-0/+1
| | | | Notes: svn path=/head/; revision=197790
* Update to 0.7.2. This release fixes some bugs in the callback functionality ofIon-Mihai Tetcu2007-08-152-6/+5
| | | | | | | | | | the library. PR: ports/115540 Submitted by: Ed Schouten (maintainer) Notes: svn path=/head/; revision=197740
* - Update to 0.40.1 and include upstream last.fm related fixesRoman Bogorodskiy2007-08-134-7/+47
| | | | | | | | | - Add missed dependency on sqlite [1] Reported by: pointyhat via kris Notes: svn path=/head/; revision=197595
* Add the patch forgotten in my previous commit.Roman Bogorodskiy2007-08-131-0/+14
| | | | | | | Pointy hat to: novel Notes: svn path=/head/; revision=197574
* - This version of VLC does not support ffmeg when it has been built withThierry Thomas2007-08-122-1/+13
| | | | | | | | | | | | | swscaler: add a warning message in this case, and bump PORTREVISION to chase the ffmpeg update; - fix scrambled output with non-english locales. PR: ports/115428 and ports/115446 Approved by: mezz Notes: svn path=/head/; revision=197545
* - Don't build ffmpeg with swscaler by default: VLC 0.8.6c does notThierry Thomas2007-08-122-17/+33
| | | | | | | | | | | | | | | | support it; if you still need it, please define WITH_SWSCALER; - re-activate Theora support; - remove ancient bits from DTS; - define CONFIGURE_LOG to track possible failures. PR: ports/115428 Approved by: mezz Notes: svn path=/head/; revision=197544
* Fix the runtime when anyone has symlink of /usr/X11R6. The script will findingJeremy Messenger2007-08-122-1/+36
| | | | | | | | | | | | | | | | | two tovid then not allow users to run it. Bump the PORTREVISION. $ tovid Found 2 installations of tovid on your system! I won't run until there is only one of me :) Installed versions: /usr/local/bin/tovid /usr/X11R6/bin/tovid Exiting... Reported by: Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=197531
* Update to 0.40.0.Roman Bogorodskiy2007-08-124-90/+106
| | | | | | | | PR: 115331 (with minor changes) Submitted by: "Patrick Hurrelmann" <outi@bytephobia.de> Notes: svn path=/head/; revision=197504
* devede now depends on mencoder not mplayer.Lars Engels2007-08-121-7/+2
| | | | | | | Approved by: droso Notes: svn path=/head/; revision=197497
* mplayer and mencoder have been splitted, so this port needs both. Add mplayerJeremy Messenger2007-08-111-2/+3
| | | | | | | in the runtime dependency. Bump the PORTREVISION. Notes: svn path=/head/; revision=197474
* - Fix a rest of ports depended on mencoderSergey Matveychuk2007-08-114-4/+4
| | | | Notes: svn path=/head/; revision=197473
* - Chase multimedia/mplayer splitRong-En Fan2007-08-117-9/+9
| | | | | | | | PR: ports/115416 Submitted by: Thomas Zander <thomas.e.zander at googlemail.com> Notes: svn path=/head/; revision=197471
* - Change some dependencies into build only after bsd.qt.mk rev 1.3Rong-En Fan2007-08-111-1/+1
| | | | | | | | PR: ports/115195 Submitted by: Yinghong.Liu (maintainer) Notes: svn path=/head/; revision=197446
* - Fix dependency after mencode was splitted from mplayerSergey Matveychuk2007-08-111-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=197445
* Correct DOCSDIR.MANTANI Nobutaka2007-08-111-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197441
* Fix build by adding USE_AUTOTOOLSTilman Keskinoz2007-08-091-0/+1
| | | | Notes: svn path=/head/; revision=197392
* Fix bulid on 64bit platformsTilman Keskinoz2007-08-091-0/+38
| | | | Notes: svn path=/head/; revision=197389
* Update to 1.1.1.Pierre Beyssac2007-08-072-5/+4
| | | | Notes: svn path=/head/; revision=197309
* - Add port multimedia/mencoder as slave to mplayer port.Sergey Matveychuk2007-08-075-0/+166
| | | | | | | | PR: ports/115170 Submitted by: Thomas E. Zander, mplayer maintainer Notes: svn path=/head/; revision=197289
* Add faad to LIB_DEPENDS and plist since its now supported via ffmpegMichael Johnson2007-08-062-2/+5
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197215
* - Split the port into mplayer and mencoderSergey Matveychuk2007-08-055-482/+375
| | | | | | | | | | | | - mplayer is now pkg_add'able as it no longer depends on restricted ports - Remove compatibility tweaks for FreeBSD-4 as it is no longer supported - A patch to correct handle amd64 in libdha-pci.c PR: ports/115170 Submitted by: maintainer Notes: svn path=/head/; revision=197165
* Fix buildLars Engels2007-08-043-16/+16
| | | | | | | | | PR: ports/114742 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=197088
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-043-4/+4
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Add dependency on rar:Edwin Groothuis2007-08-041-0/+1
| | | | | | | rar command (for vobsub compression): rar executable not found: NOT Ok Notes: svn path=/head/; revision=197045
* Update base plugins to 0.10.14Michael Johnson2007-08-033-5/+26
| | | | Notes: svn path=/head/; revision=197033
* Update to 0.10.14Michael Johnson2007-08-033-6/+10
| | | | Notes: svn path=/head/; revision=197029
* Update to 0.10.8Michael Johnson2007-08-012-5/+4
| | | | Notes: svn path=/head/; revision=196927
* Fix pkg-plist, bump PORTREVISION.Pierre Beyssac2007-08-012-0/+2
| | | | Notes: svn path=/head/; revision=196923
* Fix build/runtime with new ffmpegMichael Johnson2007-07-312-1/+13
| | | | | | | | Reported by: pav Obtained from: transcode cvs Notes: svn path=/head/; revision=196837
* Fix patch for users of FreeBSD 6.0 and olderMichael Johnson2007-07-311-1/+1
| | | | | | | | PR: ports/115079 Reported by: tatsuki_makino@hotmail.com Notes: svn path=/head/; revision=196833
* - Add missing dependency on www/kdewebdevRong-En Fan2007-07-311-0/+2
| | | | | | | | | PR: ports/114004 Submitted by: Erich Zigler <ezigler at superhero.org> Approved by: User Hamigua <liu_yinghong at yahoo.com.cn> (maintainer) Notes: svn path=/head/; revision=196775
* - Update to 0.6Rong-En Fan2007-07-315-17/+30
| | | | | | | | PR: ports/114752 Submitted by: Marcin Simonides <marcin at studio4plus.com> (maintainer) Notes: svn path=/head/; revision=196771
* Fix pkg-plistLars Engels2007-07-302-26/+26
| | | | | | | | Reported by: sat Approved by: miwi (mentor) Notes: svn path=/head/; revision=196756
* Install two additional files which now allow to create a DVD menu.Lars Engels2007-07-292-23/+28
| | | | | | | | | PR: ports/115008 Submitted by: supraexpress (AT) globaleyes.net Approved by: miwi (mentor) Notes: svn path=/head/; revision=196655
* Update to 0.8.5Tilman Keskinoz2007-07-295-21/+34
| | | | Notes: svn path=/head/; revision=196604
* - Don't try to patch non-existent Makefile when WITH_IMLIB2 is defined [1]Michael Johnson2007-07-291-8/+8
| | | | | | | | | | | | - Reword faad description in pre-everything since it is now enabled by default [2] - Revert back to only installing man pages if NOPORTDOCS is not defined since man pages are generated by programs that build portdocs [2] Reported by: barbara.xxx1975@libero.it [1] sunpoet@sunpoet.net [2] Notes: svn path=/head/; revision=196603
* - Update to 1.1.0Pierre Beyssac2007-07-293-12/+174
| | | | | | | | | - Disable FFMPEG_KINO by default - Fix handling of ffmpeg-kino(1) when FFMPEG_KINO is disabled - Fix portlint warning on IGNORE message Notes: svn path=/head/; revision=196601
* Correct spelling in OPTIONS.MANTANI Nobutaka2007-07-291-1/+1
| | | | | | | | PR: ports/115007 Submitted by: "Matthew D. Fuller" <fullermd@over-yonder.net> Notes: svn path=/head/; revision=196566
* Update to 2007-07-12Michael Johnson2007-07-296-118/+28
| | | | Notes: svn path=/head/; revision=196532
* Update to 0.4.4Michael Johnson2007-07-292-7/+5
| | | | | | | | PR: ports/114449 Approved by: maintainer timeout Notes: svn path=/head/; revision=196531