summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* New portmnag2005-12-075-0/+151
| | | | | | | | | A simple KDE TV viewer for BSD WWW: http://freebsd.ricin.com/kbtv PR: 89908 Submitted by: Danny Pansters <danny@ricin.com>
* 1) Update to cvs snapshot 2005120600 by means of a diff to snapshotlioux2005-12-062-3/+9
| | | | | | | | | | 2005112800: house the snapshot patch file under MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution server is down. 2) [1] fixes FFmpeg libavcodec Buffer Overflow Vulnerability advisory: http://secunia.com/advisories/17892/ Prompted by: marcus [2]
* o Fix FFmpeg libavcodec Buffer Overflow Vulnerability advisory:lioux2005-12-062-1/+20
| | | | | | | | | | | | | http://secunia.com/advisories/17892/ o Patch can be found at: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/26558 o Bump PORTREVISION Submitted by: Simon Kilvington <s.kilvington@eris.qinetiq.com> (patch) Prompted by: marcus
* Add SHA256 checksumlioux2005-12-041-0/+1
|
* Fix BROKEN by updating MASTER_SITESlioux2005-12-041-3/+1
|
* 1) PLIST change: install ffmpeg's libavutil.pc pkgconfig underlioux2005-12-045-5/+19
| | | | | | | | | | | | ${PREFIX}/libdata/pkgconfig instead of incorrect ${PREFIX}/lib/pkgconfig. This incidently fixes PLIST since {PREFIX}/lib/pkgconfig dir can no longer forgotten behind. 2) Safer installion (no complains received regarding this): add quotes around file/directory paths inside ffmpeg's Makefile. Safety approach. 3) Bump PORTREVISION due to [1] Submitted by: pointyhat (kris) [1]
* Fix post-patch targetedwin2005-12-032-4/+4
| | | | | PR: ports/87518 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* Remove improper additions to CFLAGSlioux2005-12-021-9/+0
|
* - Bump PORTREVISION since people may have upgraded mplayer-skins between ↵flz2005-11-301-0/+1
| | | | | | these two commits. Noticed by: mnag
* - Fix latest commit.flz2005-11-301-1/+1
| | | | Noticed by: mnag
* - Fix segfault while changing stationsbarner2005-11-302-4/+13
| | | | | | | - Bump PORTREVISION Submitted by: Simun Mikecin <numisemis@yahoo.com> PR: ports/89614
* - Add support for a gecko plugin via WITH_MOZILLA_PLUGINahze2005-11-306-6/+50
| | | | | | | Note: You must use dbus for this, see http://www.freebsd.org/gnome/docs/faq2.html#q25 for more details. Approved by: maintainer timeout 18 days
* - Update to 0.0.20051129ahze2005-11-306-24/+38
|
* - Add another MASTER_SITE.flz2005-11-292-6/+63
| | | | | | | | - Change PORTNAME to mplayer-skins. - Add SHA256 checksums. PR: ports/89737 Submitted by: maintainer
* - Update to 0.5.3.flz2005-11-296-8/+196
| | | | | | PR: ports/81188 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: maintainer timeout (6 months)
* - Update to 0.8.5.20051128ahze2005-11-293-800/+63
| | | | | | - Use USE_GECKO - Add WITH_SHOUT for libshout2 support - Fix 2 typos
* - Remove hardcoded gcc in scripts and Makefiles.flz2005-11-291-0/+9
| | | | | | PR: ports/89027 Submitted by: lioux Approved by: maintainer timeout (2 weeks)
* - Fix build if an older version of vlc is already installedahze2005-11-291-2/+3
| | | | | | | - Fix typo Submitted by: db@db.net kysd@po.harenet.ne.jp
* - Make distfile fetchable againaz2005-11-292-5/+2
| | | | | | | | - Unbreak port - Add SHA265 PR: ports/89586 Submitted by: Jan Srzednicki (maintainer)
* Update to cvs snapshot 2005112800: house the snapshot distinfo underlioux2005-11-2912-438/+118
| | | | | MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution server is down.
* o If ${OSVERSION} >= 500000 use bswap16(9)/bswap32(9) insteadlioux2005-11-282-4/+12
| | | | | of be16toh(9)/be32toh(9). o Bump PORTREVISION
* Update MASTER_SITESlioux2005-11-281-1/+1
|
* o Update to 0.9.1alioux2005-11-286-10/+228
| | | | | o Bump PORTEPOCH since the new DISTVERSION number is smaller than the previous one
* Only build/install documentation if WITH_DOXYGEN is defined sincelioux2005-11-281-0/+9
| | | | | the dependency chain is too long. However, do not build under any circumstances if NOPORTDOCS is defined.
* - Add support for win32 codecs (i386 only)ahze2005-11-273-109/+149
| | | | | | | | | | | - Update to 0.8.4 - Update to 0.8.4 - Add support for avahi (disabled for now because of API changes in avahi) - Remove OPTIONS, it caused too many problems because there are too many options and things that should be auto-detected aren't and things broke. - Add support for win32 codecs (i386 only) Release notes: http://developers.videolan.org/vlc/NEWS
* Fix english grammar typolioux2005-11-271-1/+1
|
* o Properly consider documentation building/installation processlioux2005-11-271-0/+25
| | | | | | | | | | - Do not try to build latex documentation (too many dependencies) when html gives exact the same information [1] - Actually install documentation unless NOPORTDOCS is defined [2] o Bump PORTREVISION due to (2) Submitted by: paul <paul@paulbeard.org> [1] (warn about lack of dvips)
* Update to 0.12.9.novel2005-11-267-119/+132
| | | | | PR: 89581, 89274 (based on) Submitted by: Ports Fury, David Le Brun <david@dyn-ns.net>
* Update to 2005-10-30 version of the CXM driver:edwin2005-11-264-10/+8
| | | | | | | [ This is the Oct 30, 2005 snapshot of my source tree. Included are changes to support FreeBSD 6.0 including amd64. As part of the changes the iicbb patch for FreeBSD 5 / 6 has been updated to address iicbus_write not defining the buffer as const. ]
* - Add SHA256pav2005-11-261-0/+1
|
* - Fix fetching: chase redirectpav2005-11-251-1/+1
|
* - Add SHA256pav2005-11-251-0/+1
| | | | Requested by: maintainer
* - Add SHA256pav2005-11-2549-0/+51
|
* - Add SHA256pav2005-11-241-0/+1
| | | | Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
* Add SHA256 for my ports (that don't already have it).barner2005-11-241-0/+1
|
* Enable OSS supportmnag2005-11-243-1/+5
| | | | | | | | | Bump PORTREVISION Add SHA256 PR: 88613 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Approved by: maintainer timeout, 16 days
* iso-codes is also needed in the non-gstreamer case.jylefort2005-11-241-2/+3
| | | | | | PR: ports/88658 Submitted by: jylefort Approved by: maintainer timeout (16 days)
* - Add some SHA256spav2005-11-233-0/+3
|
* - Remove dead MASTER_SITESpav2005-11-231-2/+1
| | | | | PR: ports/89465 Submitted by: Espen Skoglund <esk@ira.uka.de> (maintainer)
* - Fix fetch issues by removing stale mirrors and adding MASTER_SITE_GENTOO toflz2005-11-232-7/+5
| | | | | | | | | MASTER_SITES. - Pass maintainership to submitter. - Add SHA256 checksum. PR: ports/89189 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Add BMPx, an audio player that can be either used with a built-innovel2005-11-238-0/+312
| | | | | | | | | | frontend which currently utilizes Winamp 2.x compatible skins, or as a daemon for other frontends to connect via a DBus interface. It can run under X11 with graphical GUIs, or without X under plain UNIX terminal as a daemon (in which case it requires a different frontend connecting to it via DBus). http://bmpx.berlios.de/
* Update to 1.2.9lioux2005-11-233-8/+6
| | | | | PR: 89412 Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>
* - Switch from BROKEN to IGNOREpav2005-11-223-10/+49
| | | | | | | - Add OPTIONS for X11 PR: ports/89300 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
* - Update to 1.4.1ahze2005-11-226-12/+12
|
* - Update to 6.0pav2005-11-221-2/+3
|
* - Update to 6.0pav2005-11-222-175/+252
| | | | | PR: ports/89304 Submitted by: Remington <MrL0Lz@gmail.com> (maintainer)
* [patch]: Unregistered conflict between multimedia/dvts and multimedia/gdvrecvedwin2005-11-222-0/+4
| | | | | | | | | | | | | Both multimedia/gdvrecv and multimedia/dvts provides executable bin/dvrecv with non-compatible uses and syntax. The last installed will overwrite the other. Further, gdvrecv installs no man-pages, so installing first dvts then gdvrecv will cause incorrect manual page to appear. PR: ports/85979 Submitted by: Erik Norgaard <norgaard@locolomo.org> Approved by: maintainer timeout
* Fix build on ${OSVERSION} >= 504100lioux2005-11-221-0/+4
|
* BROKEN: Unfetchablekris2005-11-211-0/+2
|
* o Properly set default dvd device based on OSVERSION unless one islioux2005-11-181-3/+14
| | | | | | | | picked by the user via WITH_DVD_DEVICE o Bump PORTREVISION PR: 88539 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
OpenPOWER on IntegriCloud