aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Add subtools 20051215, command-line tools for movie subtitles inAndrey Slusar2006-01-114-0/+53
| | | | | | | | | | SubRipper format. PR: ports/91583 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=153224
* Fix configure error by use perl5.8.Sergey A. Osokin2006-01-101-2/+7
| | | | | | | | | Bump PORTREVISION. Notice from: pointyhat via kris Notes: svn path=/head/; revision=153176
* Fix build with Quicktime.Pierre Beyssac2006-01-101-2/+4
| | | | | | | | PR: ports/91490 Submitted by: Marcin Jessa <yazzy@yazzy.org> Notes: svn path=/head/; revision=153169
* - Add support for version 2 audio atoms in QuickTime containersPav Lucistnik2006-01-092-1/+61
| | | | | | | | | | | | This fixes a lot of trailers from apple.com, especially HD ones which come with 5.1 AAC audio. Approved by: maintainer Obtained from: mplayer-dev mailing list http://www1.mplayerhq.hu/pipermail/mplayer-dev-eng/2005-December/039393.html Notes: svn path=/head/; revision=153148
* - Fix find commandPav Lucistnik2006-01-091-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=153144
* Chase gnutls update.Roman Bogorodskiy2006-01-092-4/+4
| | | | Notes: svn path=/head/; revision=153142
* Fix build WITH_IMAGEMAGICK: chase graphics/ImageMagick port versionMario Sergio Fujikawa Ferreira2006-01-091-2/+2
| | | | | | | | | 6.2.5.5 shared library version bump Pointy hat: edwin Notes: svn path=/head/; revision=153110
* Chase libshout2 shared library version bump.Michael Nottebrock2006-01-083-3/+3
| | | | Notes: svn path=/head/; revision=153104
* - Update to 1.5b3Michael Johnson2006-01-085-59/+23
| | | | Notes: svn path=/head/; revision=153100
* Update to KDE 3.5.0Michael Nottebrock2006-01-0814-146/+391
| | | | Notes: svn path=/head/; revision=153084
* Add rox-videothumbnail, a video thumbnail provider for the ROX file manager.Jimmy Olgeni2006-01-085-0/+57
| | | | Notes: svn path=/head/; revision=153077
* [PATCH] multimedia/quodlibet, i18n problem with quodlibet.moEdwin Groothuis2006-01-082-1/+22
| | | | | | | | | | | | | | QuodLibet's <lang>.mo [1], quodlibet.mo, is not found by default on FreeBSD. The path of i18ndir is responsible for it. [1] <URL:http://www.sacredchao.net/quodlibet/wiki/Development/Translation> Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> PR: ports/91473 Approved by: Chang bom Yoon <changbom.yoon@gmail.com> Notes: svn path=/head/; revision=153060
* Update port: multimedia/lxdvdrip to 1.51Edwin Groothuis2006-01-083-25/+20
| | | | | | | | | | | | | | | | | | - Update to 1.51 [*] - Add multimedia/mplayer as dependency [*] - Install lxdvdrip.wav under DATADIR [*] - Change playwave reference in the source code to wavplay [*] - Stop building of vamps in the source code and add a dependency to multimedia/vamps - Pass maintainership to ports@FreeBSD.org [*]Mario Sergio Fujikawa Ferreira <lioux _at_ FreeBSD _dot_ org> PR: ports/91486 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Notes: svn path=/head/; revision=153055
* - Add desktop itemPav Lucistnik2006-01-081-0/+6
| | | | | | | | | PR: ports/91465 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: Henri Michelon <hmichelon@e-cml.org> (maintainer) Notes: svn path=/head/; revision=153036
* Fix packing listEmanuel Haupt2006-01-082-27/+6
| | | | | | | Notified by: kris via pointyhat Notes: svn path=/head/; revision=153035
* Update win32-codecs to 20050412Edwin Groothuis2006-01-073-9/+36
| | | | | | | | | | | Update win32-codecs to 20050412 PR: ports/91359 Submitted by: Anish Mistry <amistry@am-productions.biz> Approved by: Holger Lamm <holger@e-gitt.net> Notes: svn path=/head/; revision=152964
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-074-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* New port: multimedia/mmsripEdwin Groothuis2006-01-074-0/+34
| | | | | | | | | | | | MMSRIP is a client for the proprietary protocol MMS://. WWW: http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip PR: ports/91434 Submitted by: Mun-Kyo Seo & <Mun-Kyo.Seo@pmy.pmy.lv> Notes: svn path=/head/; revision=152952
* [PATCH] multimedia/quodlibet: FLAC Format supportEdwin Groothuis2006-01-071-10/+30
| | | | | | | | | | | - FLAC [1] Format support - [1] http://flac.sourcefor PR: ports/91388 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> Notes: svn path=/head/; revision=152939
* o Make sure we are using devel/swig13 instead of devel/swig11. ThereMario Sergio Fujikawa Ferreira2006-01-071-2/+2
| | | | | | | | | | | should be a CONFLICTS line on both ports. o No functional change, just fixes 'build' on some systems. Therefore, no PORTREVISION bump. Prompted by: Derrick Edwards <dantavious@comcast.net> Notes: svn path=/head/; revision=152932
* [Maintainer-Update] multimedia/qdvdauthor 0.1.0Edwin Groothuis2006-01-076-16/+52
| | | | | | | | | | | | | Upgrade qdvdauthor to 0.1.0. I'm excluding the vlc playback options in the Makefile for now as vlc-config in 0.8.4 is broke. I haven't made time to try out vlc-devel yet, though their subversion logs look promising. PR: ports/91370 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=152929
* [UPDATE PORT] multimedia/k9copyEdwin Groothuis2006-01-0736-164/+422
| | | | | | | | | | | | | | | | This is port update for newer 1.0.2 version of k9copy. Previous port version don't build on 4.x due to missing stdint.h so in this version of port every include of stdint.h wrapped with ifdef falling back to inttypes.h where stdint.h isn't availible and inttypes.h present. So now k9copy should be buildable on 4.x. I cant check it cause I do not have any 4.x box around. PR: ports/91356 Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Notes: svn path=/head/; revision=152923
* - Add knobs for libvisual and gnome supportRoman Bogorodskiy2006-01-066-6/+104
| | | | | | | | | | | - Try to fix build on 4.x - Update maintainer's address PR: 91384 Submitted by: Stepan Zastupov [RedChrom] (maintainer) Notes: svn path=/head/; revision=152918
* Add ggrab 0.22a, which records MPEG2 streams directly from your Dbox2 overMarkus Brueffer2006-01-066-0/+60
| | | | | | | | | | | | Ethernet and additionally provides a streaming server. WWW: http://www.menzebach.de/ Requested by: bluescreen of bsdforen.de Tested by: bluescreen of bsdforen.de Notes: svn path=/head/; revision=152910
* Note that this port requires at least FreeBSD 5.3Edwin Groothuis2006-01-062-0/+8
| | | | | | | Submitted by: "Stepan Zastupov [RedChrom]" <redchrom@gmail.com> Notes: svn path=/head/; revision=152909
* Bump PORTREVISION to chase the cdparanoia shared library updateMarkus Brueffer2006-01-066-6/+6
| | | | Notes: svn path=/head/; revision=152907
* Fix build on amd64.Roman Bogorodskiy2006-01-061-1/+1
| | | | | | | Submitted by: Anish Mistry <mistry.7@osu.edu> Notes: svn path=/head/; revision=152876
* IGNORE since the dependency list reported by 'make describe' somehowKris Kennaway2006-01-061-0/+2
| | | | | | | differs from the list of dependencies recorded in the package. Notes: svn path=/head/; revision=152849
* New port qvamps version 0.20: Dvd rip gui written in qt that usesMario Sergio Fujikawa Ferreira2006-01-056-0/+184
| | | | | | | vamps and dvdauthor Notes: svn path=/head/; revision=152827
* - Chase ImageMagick updatePav Lucistnik2006-01-051-1/+1
| | | | | | | Pointy hat to: edwin Notes: svn path=/head/; revision=152793
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-0521-16/+23
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* New port multimedia/audacious A media player based on BMP and XMMSEdwin Groothuis2006-01-0411-0/+423
| | | | | | | | | | | | | | Audacious is a fork of beep-media-player 0.9.7.1. The primary goals of this fork are keeping ideology of original BMP and merging miscellaneous plugins into Audacious WWW: http://audacious-media-player.org PR: ports/91304 Submitted by: RedChrom <redchrom@mail.ru> Notes: svn path=/head/; revision=152753
* [UPDATE] multimedia/quodlibet: update to 0.16Edwin Groothuis2006-01-044-29/+124
| | | | | | | | | | | - Update to 0.16 - Give away maintainership to changbom.yoon@gmail.com PR: ports/91308 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> Notes: svn path=/head/; revision=152748
* New port vamps version 0.98: High performance tool to transcode DVDMario Sergio Fujikawa Ferreira2006-01-046-0/+111
| | | | | | | videos to a smaller size Notes: svn path=/head/; revision=152722
* o Install de.ISO8859-1 locale man pagesMario Sergio Fujikawa Ferreira2006-01-031-1/+15
| | | | | | | o Bump PORTREVISION Notes: svn path=/head/; revision=152665
* - DISTVERSION -> PORTVERSION to fix port going backwards.Michael Johnson2006-01-031-1/+1
| | | | | | | Reported by: rosti.bsd@gmail.com Notes: svn path=/head/; revision=152653
* - Update to 0.8.4aMichael Johnson2006-01-032-38/+14
| | | | | | | - Switch to USE_GECKO Notes: svn path=/head/; revision=152637
* - Fix handleing mozilla dirsMichael Johnson2006-01-031-3/+3
| | | | Notes: svn path=/head/; revision=152636
* - Update to 0.8.5.20060102Michael Johnson2006-01-024-16/+112
| | | | Notes: svn path=/head/; revision=152602
* Fix build with dbus-0.60.Joe Marcus Clarke2005-12-311-0/+11
| | | | Notes: svn path=/head/; revision=152505
* Chase the dbus shared lib version.Joe Marcus Clarke2005-12-312-3/+3
| | | | Notes: svn path=/head/; revision=152498
* Update description on supported hardware and remove some outdated stuff.Christian Brueffer2005-12-311-13/+4
| | | | Notes: svn path=/head/; revision=152485
* - Update to 0.7.2Pav Lucistnik2005-12-303-7/+27
| | | | | | | | PR: ports/91087 Submitted by: Phil Oleson <oz@nixil.net> (maintainer) Notes: svn path=/head/; revision=152450
* Update to 0.999Emanuel Haupt2005-12-302-5/+11
| | | | Notes: svn path=/head/; revision=152396
* - Remove BROKEN on 4.x, now installsMichael Johnson2005-12-294-16/+8
| | | | | | | | | - Update to 0.0.20051228 PR: 90923 Notes: svn path=/head/; revision=152378
* Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.Sergey A. Osokin2005-12-291-2/+3
| | | | | | | | | | Bump PORTREVISION. Goggleeyed by: tobez Pointy hat to: osa Notes: svn path=/head/; revision=152352
* o df(1) output should be on 1Megabyte scale rather than on 512-byteMario Sergio Fujikawa Ferreira2005-12-292-1/+12
| | | | | | | | | | | one. Confunsion created by different interpretations of df(1) parameter's -P amongst Linux and FreeBSD. o Do not process audio in any circunstances when dumping video streams. Tipped by mplayer warning o Bump PORTREVISION Notes: svn path=/head/; revision=152349
* Add new port: p5-Subtitles.Sergey A. Osokin2005-12-295-0/+57
| | | | Notes: svn path=/head/; revision=152341
* Add dvbcut, a Qt based program for cutting of MPEG TS stream filesStefan Eßer2005-12-2910-0/+155
| | | | | | | | (e.g. DVB) and the conversion from MPEG transport stream to program stream. Notes: svn path=/head/; revision=152317
* o du(1) should follow symbolic links to avoid detecting them as 0Mario Sergio Fujikawa Ferreira2005-12-281-2/+5
| | | | | | | | | size. Otherwise, there are problems with test(1) algebraic evaluations on tovid.sh when trying to detect video aspect ratio. o Bump PORTREVISION Notes: svn path=/head/; revision=152273