aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Use ${PTHREAD_LIBS} as suggested by krion and kriss.Pierre Beyssac2004-12-282-3/+4
| | | | Notes: svn path=/head/; revision=125297
* Fix build again (in a different way) for FreeBSD 4.x.Pierre Beyssac2004-12-271-0/+9
| | | | Notes: svn path=/head/; revision=125284
* o Remove ports/multimedia/gstreamer-player since it is no longerMario Sergio Fujikawa Ferreira2004-12-266-122/+0
| | | | | | | | | | | | maintained by the developers o People are advised to try other frontends such as ports/multimedia/totem-gstreamer though this is not an official replacement (just a suggestion) Prompted by: kwm Notes: svn path=/head/; revision=125193
* Update to version 0.8.8.Koop Mast2004-12-256-166/+16
| | | | | | | | | | Disable doc build for the moment. Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.8.html Approved by: maintainer(implicit) Notes: svn path=/head/; revision=125183
* o Pet devel/portlint(1)Mario Sergio Fujikawa Ferreira2004-12-255-9/+9
| | | | | | | | - Remove extraneous whitespaces at end of lines - Place DISTVERSION on the correct location Notes: svn path=/head/; revision=125130
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-2519-19/+0
| | | | Notes: svn path=/head/; revision=125124
* o Forced commit message to correct previous oneMario Sergio Fujikawa Ferreira2004-12-251-0/+3
| | | | | | | | - Add CONFLICTS with multimedia/libdivxdecore - NO_LATEST_LINK due to multimedia/libdivxdecore Notes: svn path=/head/; revision=125122
* Add CONFLICTS with multimedia/libdivxdecoreMario Sergio Fujikawa Ferreira2004-12-251-0/+2
| | | | Notes: svn path=/head/; revision=125121
* Remove tweak not needed for newer libdv: it breaks build on some systems.Pierre Beyssac2004-12-241-9/+0
| | | | Notes: svn path=/head/; revision=125027
* multimedia/linux-realplayer: update to 1.0.2Edwin Groothuis2004-12-233-4/+16
| | | | | | | | | | | | | | | | | | | | | | Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2. Please verify that the ports fetches before comitting, since I am behind a rigid firewall, and I could figure out how to teach fetch(1) to use a HTTP_PROXY for https. One thing I am not so sure about is the following addition to pkg-plist: +@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true Since I couldn't find the directory in any of the mtree files in /etc/mtree, I think it's okay to remove the directory if it's empty, right? PR: ports/75390 Submitted by: Simon Barner <barner@gmx.de> Notes: svn path=/head/; revision=124867
* o Update to 0.8.4-rc4bMario Sergio Fujikawa Ferreira2004-12-224-6/+8
| | | | | | | | | | o Disable gstreamer backend which is not currently working PR: 75375 Reported by: Mats Dufberg <mats@dufberg.se> Notes: svn path=/head/; revision=124782
* Now builds on i386Kris Kennaway2004-12-221-2/+2
| | | | Notes: svn path=/head/; revision=124775
* Fix plist.Kirill Ponomarev2004-12-212-5/+5
| | | | | | | | | | Remove symbolic link recursion in the default skin dir. PR: ports/75338 Submitted by: maintainer Notes: svn path=/head/; revision=124686
* Update to 1.0pre5try2 (0.99.5_5) to fix several security flaws in streaming ↵Michael Johnson2004-12-202-4/+4
| | | | | | | | | | | | | | | | code base o Potential heap overflow in Real RTSP streaming code o Potential stack overflow in MMST streaming code o Multiple buffer overflows in BMP demuxer o Potential heap overflow in pnm streaming code o Potential buffer overflow in mp3lib PR: ports/75336 Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer) Notes: svn path=/head/; revision=124642
* Fix bug in menu creation caused by bad ImageMagick interaction.Pierre Beyssac2004-12-202-1/+12
| | | | | | | | PR: ports/75289 Submitted by: Andy Sparrow <spadger@best.com> Notes: svn path=/head/; revision=124641
* Add pitivi a gstreamer based non-linear multimedia editor.Koop Mast2004-12-2018-0/+626
| | | | Notes: svn path=/head/; revision=124622
* Update to 1.0.3.Michael Nottebrock2004-12-202-3/+3
| | | | Notes: svn path=/head/; revision=124570
* Don't remove system locale directories (not listed in the relevantKris Kennaway2004-12-201-9/+0
| | | | | | | | | | BSD.*.dist), but do remove locale directories that are not listed there. Moreover, don't try to unconditionally @dirrm these directories since they're shared with other ports and are likely to still be in use. Notes: svn path=/head/; revision=124551
* Bump PORTREVISION for previous PLIST_FILES fixMario Sergio Fujikawa Ferreira2004-12-201-0/+1
| | | | Notes: svn path=/head/; revision=124541
* Fix typo: PLIST_BIN -> PLIST_FILESMario Sergio Fujikawa Ferreira2004-12-201-1/+1
| | | | Notes: svn path=/head/; revision=124540
* - Remove ffmpeg snapshot and depend on multimedia/ffmpegMichael Johnson2004-12-1914-306/+56
| | | | | | | | | | | | - Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2 - Fix build on some configurations on 4.x - Bump PORTREVISION PR: ports/74754 Submitted by: Andrew Thompson (maintainer) Notes: svn path=/head/; revision=124460
* First try at fixing build on 4.x branchMario Sergio Fujikawa Ferreira2004-12-191-1/+1
| | | | | | | | PR: 73297 Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net> Notes: svn path=/head/; revision=124455
* Update to 0.8.0Mario Sergio Fujikawa Ferreira2004-12-194-62/+10
| | | | | | | | PR: 73680 Submitted by: ahze Notes: svn path=/head/; revision=124453
* This port conflicts with totem-gstreamer.Joe Marcus Clarke2004-12-181-0/+1
| | | | Notes: svn path=/head/; revision=124397
* Fix the gst-register problems when compiling with CPUTYPE set to athlon-*Koop Mast2004-12-176-20/+208
| | | | | | | | | | | | | | with -O and p4 for -O and -O2. [1] Add new plugin libcdaudio Add patch to fix playback for the musepack plugin. [2] Bump PORTREVISION Submitted by: lioux (maintainer) [1] Approved by: maintainer (implicit) Obtained from: Gstreamer CVS [2] Notes: svn path=/head/; revision=124332
* audio/linux-esound is no more needed.Thierry Thomas2004-12-171-2/+1
| | | | | | | Noticed by: Jean-Yves Lefort. Notes: svn path=/head/; revision=124328
* Try to fix build on 4.x branch: force linking against PTHREAD_LIBSMario Sergio Fujikawa Ferreira2004-12-171-1/+2
| | | | | | | | | and building against PTHREAD_CFLAGS Submitted by: kris (bento) Notes: svn path=/head/; revision=124240
* [MAINTAINER UPDATE] multimedia/xmms-skins: update distinfoEdwin Groothuis2004-12-161-2/+2
| | | | | | | | | | | Update multimedia/xmms-skins distinfo to make files fetchable. Reported by Kris. PR: 75163 Submitted by: "Filippo Natali" <filippo@widestore.net> Notes: svn path=/head/; revision=124229
* [patch] multimedia/win32-codecs doesn't install when not rootEdwin Groothuis2004-12-151-1/+1
| | | | | | | | | PR: ports/74286 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=124162
* Upgrade to Realplayer 10.0.1.436 (gold).Thierry Thomas2004-12-156-413/+326
| | | | | | | | | | | | | | | Notes: - linux_base-8 is needed to run its dependencies; - the committed port is a merge of PR ports/68145 and ports/74229 with my modifications. PR: ports/68145 Submitted by: Jean-Yves Lefort PR: ports/74229 Submitted by: Craig Rodrigues. Notes: svn path=/head/; revision=124158
* New port kmenc15 version 0.02: KDE advanced MEncoder frontend, ala, VirtualDubMario Sergio Fujikawa Ferreira2004-12-155-0/+84
| | | | Notes: svn path=/head/; revision=124148
* New port konverter version 0.92-beta1: KDE MEncoder frontendMario Sergio Fujikawa Ferreira2004-12-155-0/+70
| | | | Notes: svn path=/head/; revision=124144
* Update to 0.8.4-rc4a with both VDR (kxvplayer) and gstreamerMario Sergio Fujikawa Ferreira2004-12-156-12/+78
| | | | | | | (kgstplayer) backends Notes: svn path=/head/; revision=124130
* Fix build with -O2 on 6.xMichael Johnson2004-12-151-2/+2
| | | | Notes: svn path=/head/; revision=124094
* Better way to ignore checksum failures of hcwPVRP2.sysEdwin Groothuis2004-12-154-12/+6
| | | | Notes: svn path=/head/; revision=124060
* [NEW PORT] multimedia/xmms-skinsEdwin Groothuis2004-12-155-0/+360
| | | | | | | | | | A set of skins for XMMS from www.xmms.org PR: ports/71231 Submitted by: Filippo Natali <filippo@widestore.net> Notes: svn path=/head/; revision=124043
* Add WITH_JPEGMMX knob for multimedia/jpeg-mmx supportMario Sergio Fujikawa Ferreira2004-12-151-2/+14
| | | | | | | | PR: 72559 Submitted by: ahze Notes: svn path=/head/; revision=124040
* Clean up Makefile a bit: remove left bits about openquicktime,Mario Sergio Fujikawa Ferreira2004-12-151-20/+1
| | | | | | | | | | mjpegtools uses libquicktime now PR: 71751 Submitted by: ahze Notes: svn path=/head/; revision=124039
* Update to 0.7.10Mario Sergio Fujikawa Ferreira2004-12-144-55/+43
| | | | Notes: svn path=/head/; revision=124004
* o Fix build problem on 4.x branch by upholding C{,XX}FLAGS; thus,Mario Sergio Fujikawa Ferreira2004-12-141-2/+5
| | | | | | | | | | | avoiding -mtune gcc flag unknown to gcc 2.9x o Remove BROKEN PR: 75040 Prompted by: Serge Gagnon <ser_gagnon@sympatico.ca> Notes: svn path=/head/; revision=123997
* Add nifty -f (frequency) option to setchannel.Edwin Groothuis2004-12-134-6/+16
| | | | | | | | | | Also add alert about what to do when checksums fail for the distributor supplied files. Submitted by: luc <luc@2113.ch> Notes: svn path=/head/; revision=123964
* Update to KDE 3.3.2Michael Nottebrock2004-12-1313-87/+65
| | | | Notes: svn path=/head/; revision=123951
* Respect CFLAGSMichael Johnson2004-12-131-1/+1
| | | | Notes: svn path=/head/; revision=123878
* - Fix lsdvd so it can print a DVD-titleMichael Johnson2004-12-132-2/+41
| | | | | | | | | | - Skip configure/make and just use ${CC} in do-build: - Bump PORTREVISION Submitted by: Zahemszky G‡bor <Gabor@Zahemszky.HU> Notes: svn path=/head/; revision=123877
* o Fix PLIST: ffplay is only built WITH_SDLMario Sergio Fujikawa Ferreira2004-12-122-2/+8
| | | | | | | | | | o Bump PORTREVISION PR: 74965 Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca> Notes: svn path=/head/; revision=123837
* - Fix crash on exitingPav Lucistnik2004-12-121-1/+2
| | | | | | | | | PR: ports/74994 Submitted by: Damian <res0d26i@verizon.net> Approved by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=123834
* Unset maintainership on ports. Multiple maintainerJosef El-Rayes2004-12-121-1/+1
| | | | | | | | | timeouts. Approved by: portmgr Notes: svn path=/head/; revision=123815
* - Mark IGNORE on 4.x, it builds but does not run properly.Pav Lucistnik2004-12-121-1/+7
| | | | | | | | PR: ports/74759 Submitted by: Robin Schoonover <end@endif.cjb.net> (maintainer) Notes: svn path=/head/; revision=123810
* - Fix BATCH buildPav Lucistnik2004-12-111-13/+9
| | | | | | | | PR: ports/74750 Submitted by: Lewis Thompson <purple@lewiz.net> (maintainer) Notes: svn path=/head/; revision=123791
* BROKEN on 4.x: Does not compileKris Kennaway2004-12-111-0/+1
| | | | Notes: svn path=/head/; revision=123771