aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.5.1_2ahze2007-09-043-5/+7
|
* Update to 0.98.8mat2007-08-303-4/+5
|
* Remove FreeBSD 4.x stuff.mezz2007-08-261-12/+0
| | | | | PR: ports/115027 Submitted by: David Yeske <dyeske@gmail.com>
* -Fix the build with WITH_DEBUG=yes by force add -O2 in DEBUG_FLAGS.mezz2007-08-261-0/+1
| | | | | PR: ports/115296 Reported by: Robert Gogolok <gogo@cs.uni-sb.de>
* -Fix the CFLAGS/LDFLAGS.mezz2007-08-261-4/+6
| | | | | | | -Fix the build if it has no -O* or/and has -O0 by force replace to -O2. PR: ports/115076 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
* Update to 2.1.0ahze2007-08-222-6/+5
|
* TransKode is a KDE/Qt based frontend for varios audio transcoding tools.miwi2007-08-225-0/+147
| | | | | | | | | | | | | | | | | | | Supported input formats: * aac, ape/mac, bonk, flac, la, mp2, mp3, mp4/m4a/m4b, mpc/mpp/mp+, ofr, ogg, pac, shn, spx, tta, wav, wv * other media formats decodable by ffmpeg, mplayer, xine or gstreamer (mp1, wma, ra/ram, ac3, dts, mka, asf, avi, mpg/mpeg, wmv, qt/mov, rv/rm/rmvb, flv, 3gp, vob...) Supported output formats: * aac, ape/mac, bonk, flac, la, mp2, mp3, mp4/m4a/m4b, mpc/mpp/mp+, ofr, ogg, pac, shn, spx, tta, wav, wv * other audio formats encodable by ffmpeg or gstreamer (ac3, wma, asf...) WWW: http://sourceforge.net/projects/transkode/ PR: ports/115247 Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
* Update to 0.10.9ahze2007-08-222-4/+4
|
* Make CONFIGURE_ARGS and MAKE_ENV append since its included after bsd.port.pre.mkahze2007-08-211-2/+2
| | | | Reported by: lol@chistydom.ru
* - add urldinoex2007-08-211-0/+2
|
* Fix pkg-plist.arved2007-08-211-0/+1
| | | | Reported by: pointyhat
* GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.itetcu2007-08-214-0/+53
| | | | | | | | | | So it is easy to enter the MMS-URL and the output file. You can also record live-streams by setting the recording length in GMiMMS. WWW: http://gmimms.sourceforge.net/ PR: ports/ports/114239 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
* MMS is a program designed to allow you to download streams usingitetcu2007-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>
* - Remove neon, mp4v2 and fam dependencies, since they are not needednovel2007-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]
* This port is no longer broken (after ffmpeg has been patched to installse2007-08-191-2/+0
| | | | a misssing header).
* Bump PORTREVISION since this port now installs a previously forgottense2007-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).
* The ffmpeg developers moved part of avcodec.h into a new file allcodecs.h,se2007-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 ...
* This port depends on ffmpegg and was broken by a change in ffmpeg (these2007-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).
* Add missing dependency on automake16.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>
* - fix build for gcc42dinoex2007-08-182-1/+58
| | | | Submitted by: rdivacky (Roman Divacky)
* Force the GStreamer DTS plug-in to be linked to libdca so that all symbolsmarcus2007-08-182-1/+2
| | | | can be properly resolved.
* BROKEN: Does not compilekris2007-08-182-0/+4
|
* add USE_PERL5oliver2007-08-161-0/+1
|
* Update to 0.7.2. This release fixes some bugs in the callback functionality ofitetcu2007-08-152-6/+5
| | | | | | | the library. PR: ports/115540 Submitted by: Ed Schouten (maintainer)
* - Update to 0.40.1 and include upstream last.fm related fixesnovel2007-08-144-7/+47
| | | | | | - Add missed dependency on sqlite [1] Reported by: pointyhat via kris
* Add the patch forgotten in my previous commit.novel2007-08-131-0/+14
| | | | Pointy hat to: novel
* - This version of VLC does not support ffmeg when it has been built withthierry2007-08-132-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
* - Don't build ffmpeg with swscaler by default: VLC 0.8.6c does notthierry2007-08-132-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
* Fix the runtime when anyone has symlink of /usr/X11R6. The script will findingmezz2007-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>
* Update to 0.40.0.novel2007-08-124-90/+106
| | | | | PR: 115331 (with minor changes) Submitted by: "Patrick Hurrelmann" <outi@bytephobia.de>
* devede now depends on mencoder not mplayer.lme2007-08-121-7/+2
| | | | Approved by: droso
* mplayer and mencoder have been splitted, so this port needs both. Add mplayermezz2007-08-121-2/+3
| | | | in the runtime dependency. Bump the PORTREVISION.
* - Fix a rest of ports depended on mencodersem2007-08-124-4/+4
|
* - Chase multimedia/mplayer splitrafan2007-08-117-9/+9
| | | | | PR: ports/115416 Submitted by: Thomas Zander <thomas.e.zander at googlemail.com>
* - Change some dependencies into build only after bsd.qt.mk rev 1.3rafan2007-08-111-1/+1
| | | | | PR: ports/115195 Submitted by: Yinghong.Liu (maintainer)
* - Fix dependency after mencode was splitted from mplayersem2007-08-111-1/+1
| | | | Reported by: kris
* Correct DOCSDIR.nobutaka2007-08-111-1/+1
| | | | Reported by: pointyhat via kris
* Fix build by adding USE_AUTOTOOLSarved2007-08-101-0/+1
|
* Fix bulid on 64bit platformsarved2007-08-101-0/+38
|
* Update to 1.1.1.pb2007-08-082-5/+4
|
* - Add port multimedia/mencoder as slave to mplayer port.sem2007-08-075-0/+166
| | | | | PR: ports/115170 Submitted by: Thomas E. Zander, mplayer maintainer
* Add faad to LIB_DEPENDS and plist since its now supported via ffmpegahze2007-08-062-2/+5
| | | | Reported by: pointyhat via kris
* - Split the port into mplayer and mencodersem2007-08-065-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
* Fix buildlme2007-08-053-16/+16
| | | | | | PR: ports/114742 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor)
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-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)
* Add dependency on rar:edwin2007-08-041-0/+1
| | | | rar command (for vobsub compression): rar executable not found: NOT Ok
* Update base plugins to 0.10.14ahze2007-08-043-5/+26
|
* Update to 0.10.14ahze2007-08-033-6/+10
|
* Update to 0.10.8ahze2007-08-022-5/+4
|
* Fix pkg-plist, bump PORTREVISION.pb2007-08-022-0/+2
|
* Fix build/runtime with new ffmpegahze2007-07-312-1/+13
| | | | | Reported by: pav Obtained from: transcode cvs
* Fix patch for users of FreeBSD 6.0 and olderahze2007-07-311-1/+1
| | | | | PR: ports/115079 Reported by: tatsuki_makino@hotmail.com
* - Add missing dependency on www/kdewebdevrafan2007-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)
* - Update to 0.6rafan2007-07-315-17/+30
| | | | | PR: ports/114752 Submitted by: Marcin Simonides <marcin at studio4plus.com> (maintainer)
* Fix pkg-plistlme2007-07-312-26/+26
| | | | | Reported by: sat Approved by: miwi (mentor)
* Install two additional files which now allow to create a DVD menu.lme2007-07-302-23/+28
| | | | | | PR: ports/115008 Submitted by: supraexpress (AT) globaleyes.net Approved by: miwi (mentor)
* Update to 0.8.5arved2007-07-295-21/+34
|
* - Don't try to patch non-existent Makefile when WITH_IMLIB2 is defined [1]ahze2007-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]
* - Update to 1.1.0pb2007-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
* Correct spelling in OPTIONS.nobutaka2007-07-291-1/+1
| | | | | PR: ports/115007 Submitted by: "Matthew D. Fuller" <fullermd@over-yonder.net>
* Update to 2007-07-12ahze2007-07-296-118/+28
|
* Update to 0.4.4ahze2007-07-292-7/+5
| | | | | PR: ports/114449 Approved by: maintainer timeout
* BROKEN: Does not buildkris2007-07-292-0/+4
|
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-2822-32/+38
| | | | - Bump PORTREVISION
* Update to the autotools new world order.ade2007-07-282-4/+5
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now defaultrafan2007-07-241-2/+1
| | | | | | | in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-2310-12/+5
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 3.2.8rafan2007-07-202-8/+8
| | | | | PR: ports/114702 Submitted by: Angel Carpintero <ack at telefonica.net> (maintainer)
* - Update to 0.9.8.6sat2007-07-184-30/+5
|
* There is no need to replace pthread in examples/Makefile.inkevlo2007-07-181-2/+0
|
* Initial import of recordmydesktop 0.3.5.1kevlo2007-07-185-0/+55
| | | | | | | Recordmydesktop produces a file(default out.ogg) that contains a video and audio recording of a desktop session. The default behavior of recording is to mark areas that have changed(through libxdamage) and update the frame.
* The port has been unbroken by compensating for recent ffmpeg headerse2007-07-171-2/+0
| | | | changes.
* Unbreak compilation caused by removal of C++ compatibility wrappersse2007-07-178-6/+96
| | | | | from include files that are installed by ffmpeg. The ffmpeg developers wanted to make it clear, that C++ is not officially supported.
* Make fetchablelofi2007-07-171-1/+1
|
* - Unbreak with gcc4 by using strtoq(3) instead of strtoll(3)sat2007-07-171-1/+1
| | | | Reported by: pointyhat via pav
* Do not build if WITH_CACA=true and libxine is not built with libcaca support.nobutaka2007-07-161-0/+5
| | | | | PR: ports/114622 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
* Change dependency on libcaca from BUILD_DEPENDS to LIB_DEPENDS.nobutaka2007-07-161-1/+1
| | | | | PR: ports/114622 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
* Fix build by disabling Werrorarved2007-07-161-0/+3
|
* Fix build with automake19.nobutaka2007-07-161-0/+4
| | | | | PR: ports/114401 Submitted by: novel
* Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-161-1/+0
| | | | Approved by: portmgr (bsd.port.mk changes)
* - Update to 1.0miwi2007-07-162-12/+8
| | | | | PR: 114460 Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
* Remove 'BROKEN=needs libxine-1.1.7' as libxine port has been updated to 1.1.7mezz2007-07-161-2/+0
| | | | recently.
* Update to 0.99.5.nobutaka2007-07-1519-376/+314
| | | | | | | | | | Use OPTIONS. Add lirc support (default off). Make curl support optional (default on). Add WITHOUT_NLS knob PR: ports/114015 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
* Update to 1.1.7.nobutaka2007-07-1510-347/+199
| | | | Use OPTIONS.
* - Mark BROKEN: does not link against new ffmpegpav2007-07-151-0/+2
|
* - Unbreak with gcc4sat2007-07-151-4/+1
| | | | Approved by: portmgr (pav)
* YAMDI stands for Yet Another MetaData Injector and is a metadata injectormiwi2007-07-134-0/+33
| | | | | | | | | for FLV files. It adds the onMetaData event to your FLV files. WWW: http://yamdi.sourceforge.net/ PR: ports/114432 Submitted by: buganini at gmail.com
* Change e-mail address of my ports to my FreeBSD.org one.lme2007-07-133-3/+3
| | | | Approved by: miwi (mentor)
* - Fix build with gcc 4.xrafan2007-07-126-17/+58
| | | | | | | - Drop USE_X_PREFIX PR: ports/114414 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Update to 0.0.20070708ahze2007-07-106-18/+18
|
* Update to 0.4.4ahze2007-07-093-12/+12
|
* Update to 0.98.6mat2007-07-082-5/+4
|
* -Remove an incorrect dependency that I have added in the previous committed.mezz2007-07-062-1/+195
| | | | | | | -Fix the build by add two missing files. These files were took from its CVS. PR: ports/114136 Reported by: Dominic Fandrey <lon_kamikaze@gmx.de>
* Force -O2 in CFLAGS to fix runtime in -CURRENTahze2007-07-052-0/+2
|
* Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who ↵ahze2007-07-053-0/+4
| | | | sets -O[1]
* - Change maintainer addressbeech2007-07-054-12/+10
| | | | | | | - Cleanup master_sites Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer) Approved by: sat (mentor)
* Remove BROKEN tag.danfe2007-07-051-4/+0
|
* Fix a typo, ncueses -> ncurses.mezz2007-07-052-2/+2
| | | | | PR: ports/113621 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Chase mjpegtools's shared library version change, bump the PORTREVISION.mezz2007-07-052-2/+2
|
* Add a missing dependency, gstreamer-plugins-vorbis, bump the PORTREVISION.mezz2007-07-051-0/+1
| | | | Reported by: krismail
* - Fix build with GCC 4.2pav2007-07-051-0/+11
| | | | | Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> Obtained from: http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-June/007012.html
* Remove multimedia/handbrake-gtk2:mezz2007-07-0516-464/+0
| | | | | | BROKEN= Does not build with new ffmpeg DEPRECATED= Obsolete, getting old to keep unsupport version around EXPIRATION_DATE=2007-06-30
* Retire libdivxdecore, libdivxdecore-devel, and libdivxencore as project mayoahze2007-07-0517-271/+0
| | | | has been dead for years
* - X11BASE -> LOCALBASEahze2007-07-052-3/+3
| | | | - Transfer maintainership to multimedia@
* - Bump boost shared library version to 4barner2007-07-041-2/+2
| | | | - Bump PORTREVISION
* - Update to 1.4.0miwi2007-07-047-232/+9
| | | | | | | - Update maintainer mail adress PR: 114268 Submitted by: Raaf <raaf@zen.mooo.com> (maintainer)
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-0411-17/+15
|
* Update maintainer's email address and website.linimon2007-07-041-2/+2
| | | | Hat: portmgr
* - Fix the build with GCC 4.2 [1]danfe2007-07-043-5/+21
| | | | | | | - Try to pacify portlint(1) - Usual minor Makefile cleanups Reported by: pointyhat (logs) [1]
* - Deprecate and schedule for removal in 3 months [1]pav2007-07-031-0/+7
| | | | | | - Mark BROKEN with GCC 4.2 Requested by: maintainer [1]
* - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-033-0/+12
|
* Update to 0.9.0.20070701 snapshotahze2007-07-032-6/+4
|
* - Update to 3.01miwi2007-07-023-8/+16
| | | | | PR: 114163 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
* - Fix the build with GCC 4.2 [1]danfe2007-07-023-23/+43
| | | | | | | | | - Fix detection of 64-bit file seeking - Clean up port description (markup, spelling) - Turn debugging off by default - Clean up Makefile, pet portlint(1) Reported by: pointyhat (logs) [1]
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-012-2/+4
| | | | bump PORTREVISIONs.
* Upgrade to version 0.1.11.olgeni2007-07-012-4/+4
|
* -Unbreak port by fixing master_sites.beech2007-06-302-3/+1
| | | | | | PR: ports/114044 (based on) Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer) Approved by: sat (mentor)
* Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-302-3/+3
| | | | work on FreeBSD.
* Update to 2.0.1ahze2007-06-302-4/+4
|
* Update to 1.1.3lofi2007-06-292-4/+4
| | | | SECURITY: http://secunia.com/advisories/25711/
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-296-6/+6
| | | | | | modules. Hat: portmgr
* Bump mjpeg back to 1.9.1ahze2007-06-291-1/+1
|
* Add WITHOUT_knob to each WITH_knob/testahze2007-06-291-9/+9
| | | | | PR: ports/113921 Subbmitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* Readd BROKEN because of plistahze2007-06-281-0/+1
| | | | Reported by: pav
* - Mark totem-xine broken, it needs libxine-1.1.7, we have 1.1.4 in portspav2007-06-281-0/+2
|
* Fix plist on SDLahze2007-06-281-5/+1
| | | | | | Fix depends on mpeg2enc Reported by: pav
* use MASTER_SITE_LOCAL for mirroring the distfiles until the original siteoliver2007-06-282-2/+6
| | | | is reachable again
* - add PORTSCOUTdinoex2007-06-271-0/+2
|
* Update to 0.7.0ahze2007-06-274-819/+869
|
* Add a missing dirrmahze2007-06-262-1/+4
| | | | Reported by: pav and tmclaugh
* Update to 0.10.12ahze2007-06-262-5/+4
|
* Update to 1.9.0rc2ahze2007-06-263-4/+5
|
* - Fix my email on Whom: lineahze2007-06-251-1/+1
|
* Add gstreamer-plugins-buzztardahze2007-06-255-0/+92
| | | | Buzztard gstreamer plugins
* DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitablesmiwi2007-06-225-0/+130
| | | | | | | | | | | | for home players, from any number of video files, in any of the formats supported by Mplayer. The big advantage over other utilites is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager and MKisofs (well, and Python 2.4, PyGTK and PyGlade), so its dependencies are really small. WWW: http://www.rastersoft.com/programas/devede.html PR: ports/113945 Submitted by: Lars Engels <lars.engels at 0x20.net>
* - Marked BROKEN for Current.miwi2007-06-221-0/+4
| | | | | PR: 113933 Submitted by: "Conrad J. Sabatier" <conrads@cox.net> (maintainer)
* Fix plist on !i386ahze2007-06-223-5/+11
| | | | Reported by: kris mail
* Chase multimedia/mjpegtools updateedwin2007-06-221-2/+2
|
* [patch] multimedia/mjpegtools - update to 1.9rc1edwin2007-06-219-75/+54
| | | | | | | | | | | | | | | | The current mjpegtools (mpeg2enc for example) is dumping core way too often to be able to do useful media conversions. This version has been running on my system for two weeks now and it works much better. portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other ports having RUN_DEPENDS on this port are not bumped. PR: ports/113878 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Michael Johnson <ahze@ahze.net>
* Update to 0.09.osa2007-06-202-5/+4
|
* gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeahze2007-06-191-1/+1
|
* Readd gstreamer-plugins-x264ahze2007-06-192-0/+18
|
* - Add support for upcoming pluginsahze2007-06-191-0/+15
|
* - Update good plugins to 0.10.6ahze2007-06-1911-106/+80
| | | | | - Update bad plugins to 0.10.5 - Update ugly plugins to 0.10.6
* - Don't put vim's swap file inrafan2007-06-181-0/+0
| | | | | Spotted by: miwi Pointyhat to: rafan
* smplayer intents to be a complete front-end for mplayer,fromrafan2007-06-183-0/+24
| | | | | | | | | | | | basic features like playing videos, dvds, vcdsto more advancing features like support for mplayer filters,edl lists, and more. This port uses Qt4. WWW: http://smplayer.sourceforge.net/ PR: ports/112535, ports/113679 Submitted by: Diego Depaoli <trebestie at gmail.com>, Yinghong.Liu <liu_yinghong at yahoo.com.cn>
* smplayer intents to be a complete front-end for mplayer,fromrafan2007-06-187-0/+158
| | | | | | | | | | basic features like playing videos, dvds, vcdsto more advancing features like support for mplayer filters,edl lists, and more. WWW: http://smplayer.sourceforge.net/ PR: ports/112535, ports/113679 Submitted by: Diego Depaoli <trebestie at gmail.com>, Yinghong.Liu <liu_yinghong at yahoo.com.cn>
* Add smplayer-themes 0.1.1, themes for smplayer.rafan2007-06-185-0/+407
| | | | | PR: ports/112535, ports/113679 Submitted by: Diego Depaoli <trebestie at gmail.com> and Yinghong.Liu <liu_yinghong at yahoo.com.cn>
* Update to 0.8.6c (forgot to cvs add/rm these files)ahze2007-06-181-0/+0
| | | | Reported by: sebosik@demax.sk
* - Fix complete on [BUILD|RUN]_DEPENDS by follow tovid-init andmezz2007-06-183-143/+111
| | | | | | | | | | | | | | | http://tovid.wikia.com/wiki/Tovid_dependencies . I am following the order of dependencies in tovid-init to make it easier to be follow in the next update. - Add INSTALLS_ICONS=yes. - Fix the MAN1. - Remove post-build and post-install, these are not need. - Update the WWW. - Fix the plist. [1] - A bit misc of clean up in pkg-descr and Makefile to make readable. - Bump the PORTREVISION. Reported by: krismail [1]
* Update to 0.8.6cahze2007-06-183-9/+7
|
* - fix build with new ffmpegdinoex2007-06-173-15/+42
|
* multimedia/audacious-docklet port can be removed from the ports tree, becausepav2007-06-155-60/+0
| | | | | | | its functionality has been added directly to multimedia/audacious-plugins port. PR: ports/112479 Submitted by: feature <feature.id@gmail.com> (maintainer)
* - Fix mastersite.jmelo2007-06-141-1/+1
| | | | | PR: ports/113577 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
* - Fix the build with recent GCC [1]danfe2007-06-141-3/+7
| | | | | | | | - Use commas in sed(1) regexps for consistency - Wrap lines so they fit in standard terminal width - Pacify portlint(1) to some extent Reported by: pointyhat [1]
* Undo damage from http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111980edwin2007-06-131-19/+61
| | | | | | and make sure that ports depending on mencoder work again. Approved by: "Thomas E. Zander" <riggs@rrr.de>
* - Fix missing GL dependency and thus unbreakdanfe2007-06-132-5/+2
| | | | | | | | - Drop now useless USE_X_PREFIX - Fix warning on deinstallation Approved by: maintainer (implicit, it was my commit that caused breakage) Reported by: pointyhat
* - Make ffserver look for ffserver.conf in PREFIX/etcahze2007-06-121-7/+14
| | | | | | | | | - Don't install man pages when NOPORTDOCS is defined PR: ports/113606 ports/113245 Submitted by: Joao Rocha Braga Filho Sunpoet Po-Chuan Hsieh
* - Update to 2007-05-30 snapshotahze2007-06-124-45/+30
| | | | | | | - Install etc/ffserver.conf PR: 113547 Requested by: Joao Rocha Braga Filho
* update to 1.3.5oliver2007-06-122-7/+11
|
* Fix the build with GCC 4.2. I am not sure if it is right, but it seems work.mezz2007-06-121-0/+18
| | | | Reported by: kris
* BROKEN: Incorrect handling of user additionkris2007-06-101-0/+2
|
* BROKEN: Incorrect pkg-plistkris2007-06-101-0/+2
|
* - Update to 0.5.1miwi2007-06-094-11/+28
| | | | | PR: 112777 Submitted by: Marcin Simonides<marcin@studio4plus.com> (maintainer)
* Switch from using mad to mp3 in USE_GSTREAMERahze2007-06-074-7/+8
|
* Update to 0.10.8ahze2007-06-072-5/+4
|
* - Fix cddb stack overflowmiwi2007-06-072-1/+32
| | | | | | | - Bump PORTREVISION Approved by: so (simon) Security: http://www.vuxml.org/freebsd/3ac80dd2-14df-11dc-bcfc-0016179b2dd5.html
* Use multimedia/gstreamer-plugins-good/files for good gstreamer pluginsahze2007-06-071-0/+1
| | | | Reported by: kris
* - Update to 1.0miwi2007-06-075-14/+38
| | | | | PR: 113354 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
* This wizard will create a DVD with fully animated menumiwi2007-06-065-0/+97
| | | | | | | | | | | from MPEG-2 files. It is designed to be very easy to use. All you need to do is add one or more files to the playlist and answer the questions that follow. WWW: http://dvdauthorwizard.sourceforge.net PR: ports/113146 Submitted by: liu_yinghong at yahoo.com.cn
* Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-061-1/+1
| | | | Hat: portmgr
* Update base plugins to 0.10.13ahze2007-06-064-5/+29
|
* Update to 0.10.13ahze2007-06-054-5/+24
|
* 2007-06-01 multimedia/snd-music-duplicates: Development has been ceased, ↵miwi2007-06-055-59/+0
| | | | successor is shareware.
* - Update to 0.7.1miwi2007-06-053-4/+8
| | | | | PR: 113337 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* - Update to 0.9.0.20070603ahze2007-06-045-26/+15
| | | | - Try to remove share/applications when using Qt4
* Get it links with -lavcodec instead of libavcodec.a to fix the runtime ofmezz2007-06-041-2/+4
| | | | | | mp4player and gmp4player to run video file. Bump the PORTREVISION. Reported by: Heiko Recktenwald <uzs106@uni-bonn.de>
* -Fix the build with new x264. [1]mezz2007-06-043-20/+78
| | | | | | | -Remove all X11BASE and FreeBSD 4.x stuff. Reported by: Heiko Recktenwald <uzs106@uni-bonn.de> [1] Obtained from: Gentoo CVS [1]
* Too bad, nobody has come back to update gtk2 in the newer version ofmezz2007-06-041-0/+4
| | | | | | | | | handbrake. It is getting old to keep it around and maintain it by our own on the unsupport version. Mark it as broken due to not able to build with ffmpeg. BROKEN= Does not build with new ffmpeg DEPRECATED= Obsolete, getting old to keep unsupport version around EXPIRATION_DATE=2007-06-30
* Unreak compilation with gcc-4.2: There is one expression containing ase2007-06-031-0/+14
| | | | | | | | | | | binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2. I did not find the definition of this operator and do not know whether it is an extension found in g++-3.x, but I assume that it is a maximum value operator (a >? b) <==> max(a, b) and this patch implements this operation explicitly instead of via the (unknown in g++-4.2) operator. Submitted by: pointyhat via kris
* Enable bktr by default with WITHOUT_BKTR to disable it.mezz2007-06-021-2/+10
| | | | | PR: ports/113077 Submitted by: HASHI Hiroaki <hashiz@tomba.meridiani.jp>
* -Update to 1.5 final.mezz2007-06-025-63/+44
| | | | | | | -Use USE_WX stuff. -Fix the dependencies. -Remove FreeBSD 4.x stuff. -Remove X11BASE stuff.
* - Retire gstreamer 0.8.0ahze2007-06-0269-2987/+0
|
* Add x264-gtkahze2007-06-013-0/+28
|
* - Update to 20070531 snapshotahze2007-06-0110-120/+74
| | | | - Remove optional GTK2 support for a x264-gtk slave port
* Doh, June doesn't has 31 days. Change it to 30.mezz2007-06-011-1/+1
| | | | Reported by: Dan Langille
* Update tovid to 0.30_2, the _2 is because of the patches included from themezz2007-06-0111-163/+223
| | | | | | | website. PR: ports/113105 Submitted by: edwin
* Fix the fetch by find a ftp mirror. Visit to projectmayo.com and it said thatmezz2007-06-011-1/+4
| | | | | | | | | | this project is dead. Therefore, add: DEPRECATED= Obsolete, Project Mayo is dead EXPIRATION_DATE=2007-06-31 PR: ports/112439 Submitted by: Craig Butler <craig001@lerwick.hopto.org>
* - Apply a quick bugfixing patch from upstreamsat2007-06-012-0/+26
|
* - Update to 0.9.8.5sat2007-05-313-5/+8
|
* - Fix build with gcc4sat2007-05-311-0/+1
|
* multimedia/mplayer: compilation erroredwin2007-05-311-61/+19
| | | | | | | | mplayer compilation fails with my tinderbox setup. PR: ports/111980 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Reviewed by: "Thomas E. Zander" <riggs@rrr.de>
* - Don't use gcc3.4 on -CURRENTahze2007-05-311-2/+1
| | | | - Bump PORTREVISION since gcc3.4 causes problems with dirac in vlc
* Fix build with gcc4arved2007-05-301-0/+1
|
* - Fix build with gcc 4.2miwi2007-05-302-1/+29
| | | | | PR: 113093 Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
* Fix DVB support after 0.8.4 update [1]arved2007-05-292-15/+8
| | | | | | Remove WITH_DVB knob and build with DVB support per default Reported by: Lars Engels [1]
* Add ruby-flvtool2 1.0.6, manipulation tool for Macromedia Flash Videoclsung2007-05-295-0/+49
| | | | | | | files. PR: ports/112495 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Update to 2.18.2.mezz2007-05-293-6/+6
|
* Upgrade to version 0.1.10.olgeni2007-05-292-5/+4
|
* Install vlc.desktop (old wxvlc) as wxvlc.desktop since vlc installs its own ↵ahze2007-05-293-8/+9
| | | | | | .desktop file now Reported by: kris mail
* - Drop maintainershipmiwi2007-05-281-1/+1
| | | | | PR: 113038 Submitted by: Jan Srzednicki <w@wrzask.pl> (old maintainer)
* - Update to 1.5.6miwi2007-05-272-5/+4
| | | | | PR: 112536 Submitted by: Diego Depaoli<trebestie@gmail.com> (maintainer)
* - fix API breakage with ffmpegdinoex2007-05-273-0/+29
| | | | | - use gtkspell - new option WITHOUT_GTKSPELL
* - fix API breakage with ffmpegdinoex2007-05-271-0/+100
| | | | Obtained from: gentoo.zugaina.org
* BROKEN with gcc 4.2kris2007-05-272-0/+8
|
* Add more missing qt4 componentsahze2007-05-261-2/+3
|
* Remove ffmpeg-develahze2007-05-2611-663/+0
|
* Use multimedia/ffmpeg now instead of multimedia/ffmpeg-develahze2007-05-2610-47/+14
|
* - Update to 2007-04-29 (merged from multimedia/ffmpeg-devel)ahze2007-05-2619-848/+481
|
* Update to 1.0.0ahze2007-05-253-16/+11
|
* Update to 0.6.14.pb2007-05-253-6/+34
|
* Don't insist on using gcc3.4 even on -CURRENT.lofi2007-05-251-1/+1
|
* - Fix build of XvMC plugin with new X.org, unmark BROKENpav2007-05-251-4/+5
| | | | - While here, fix DTS decoder runtime
* move from X11BASE to LOCALBASEoliver2007-05-251-3/+3
| | | | bump PORTREVISION
* update to 1.3.4oliver2007-05-252-5/+4
|
* - update for gnustep-make-2.0.0dinoex2007-05-253-3/+3
|
* - add missing includesdinoex2007-05-251-0/+11
|
* Fix the build, while I am here, respect the CFLAGS.mezz2007-05-253-3/+3
| | | | Reported by: kris
* BROKEN: Incorrect pkg-plistkris2007-05-251-0/+2
|
* This port was broken due to changes in ffmpeg-devel (removal of ase2007-05-201-2/+0
| | | | | | | | function from the latest ffmpeg library, which has been declared deprecated for some time). That function has been re-enabled in the FreeBSD port of ffmpeg and the port does build again ... Approved by: portmgr (pav)
* - Add missing qt componentahze2007-05-201-1/+1
| | | | Approved by: portmgr (kris)
* - Welcome X.org 7.2 \o/.flz2007-05-20209-338/+197
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Fix configure on some? configurationsahze2007-05-031-1/+10
| | | | | PR: ports/112382 Submitted by: swp@swp.pp.ru
* - Always build libswscaleahze2007-05-034-18/+37
| | | | This fixes build on multimedia/handbrake
* Back down to using libdts instead of libdcaahze2007-05-032-190/+1
|
* Mark as broken: The ffmpeg library recently dropped the deprecatedse2007-05-031-2/+3
| | | | | | function img_convert() which is a special case of the new sws_scale(). Since I need to prepare and test a patch to have avframe.ccp use the new function, the port will remain broken for a few days ...
* The AC3 decoder function in ffmpeg has been renamed, make dvbcut usese2007-05-032-0/+22
| | | | the new name (ac3_decoder -> liba52_decoder).
* - Minor COMMENT change (s/---/--/, article `a' is superfluous here)danfe2007-05-023-12/+6
| | | | | | | | | | | - Install opengl_spectrum visualization plugin, it builds and works fine - Since we're doing FOO_PLUGINS+= ..., separate initial values with spaces, not commas, for consistency - Remove useless `-esound' suffix, esound is no more special than any other output method these days - Drop unsupported hashes from distinfo Approved by: maintainer timeout (5+ weeks)
* - Revert back to using libdcaahze2007-05-021-1/+1
|
* Build and install avc2aviahze2007-05-024-2/+16
| | | | | PR: ports/112186 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* - Use dynamic libdca instead of static libdtsahze2007-05-024-7/+215
| | | | Partly obtained from: vlc svn
* - Update to 0.9.0.20070501 snapshot, this update is HUGE it now uses qt4 insteadahze2007-05-025-47/+51
| | | | of wxgtk but the wxgtk interfece is still there (for now)
* - Build with dynamic libdca instead of static libdtsahze2007-05-022-3/+13
|
* - libdts was renamed libdcapav2007-05-022-3/+2
|
* - Rename libdts to libdca and update to 0.0.5pav2007-05-0216-121/+30
| | | | Repocopy by: marcus
* Since the upgrade to 0.5.4 included most of the contents of the latestse2007-05-013-74/+4
| | | | | patches, they must be reverted to just those relevant contents as of the time when the first version (0.5.3) was imported.
* - Update to 0.13.6sat2007-05-012-4/+4
|
* Update to 0.8.6b (merged from multimedia/vlc-devel, note this requires ↵ahze2007-05-0113-307/+161
| | | | ffmpeg-devel now!)
* - Really update WWW:ahze2007-04-301-1/+1
|
* - Update to 2007.04.29 snapshot (this will probably be moved to ↵ahze2007-04-304-16/+69
| | | | | | | | | | | | | | | | | | | | | | | multimedia/ffmpeg, assumeing we have no major problems) - Add support for libswscale [1] - Honor CFLAGS [1] - Update WWW [1] - Fix build on amd64 [2] - Replace erroneous tr with a better one [3] - Better CONFLICTS with multimedia/ffmpeg [4] - Disable liba52 instead of building internal liba52 if WITHOUT_A52 is defined since it's no longer required [5] PR: ports/111335 [1] ports/111560 [3] ports/112068 [4] ports/112192 [5] Submitted by: thierry [1] vanilla (partly submitted by) [2] ast@marabu.ch [3] Ganael LAPLANCHE <ganael.laplanche@martymac.com> [4] Martin Tournoij <carpetsmoker@xs4all.nl> [5]
* - make portlint happierdinoex2007-04-301-1/+1
|
* Chase with the update of graphics/libcaca, bump the PORTREVISION on thesemezz2007-04-307-30/+19
| | | | | | ports. Only two ports that aren't tested and I get no respone back from the maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The rest other ports have been tested or/and submitted by the maintainers (Thanks!).
* Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try tomezz2007-04-301-9/+0
| | | | | fix it with future update of libcaca. All of gstreamer*80 will be remove in May anyway.
* Upgrade to dvbcut version 0.5.4.se2007-04-2924-1738/+4
| | | | | | | | | | | | | | This version is announced as equivalent to SVN rev 25. All patches are reverted to previous versions (i.e., most are removed). This upgrade should also fix build errors that were caused by a recent upgrade of to the ffmpeg version in the FreeBSD ports tree. The ffmpeg developers publicly state, that they only want to support use of the library from C sources (c99, specifically) and that it is planned to drop C++ compatibility. This will affect dvbcut, which is writte in C++. At that time, the port may want to use the old version of ffmpeg that is distributed with dvbcut (but which may miss FreeBSD specific patches).
* Mark BROKEN on amd64ahze2007-04-291-0/+1
|
* - Update to 0.2.0nivit2007-04-296-8/+14
|
* - Update to 0.4miwi2007-04-252-14/+20
| | | | | PR: 112015 Submitted by: Marcin Simonides<marcin@studio4plus.com> (maintainer)
* - Switch BUILD_DEPENDS to LIB_DEPENDSmiwi2007-04-251-2/+2
| | | | | PR: 112088 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* - Update to 1.5.5miwi2007-04-253-15/+20
| | | | | Submitted by: pointyhat via kris maintainer
* Make DVD works correct by default for s|/dev/dvd|${DEFAULT_DVD_DEVICE}/g. Bumpmezz2007-04-231-7/+1
| | | | | | the PORTREVISION. While I am here, remove FreeBSD 4.x stuff. Reported by: tmclaugh