aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* 1) Update to cvs snapshot 2005120600 by means of a diff to snapshotMario Sergio Fujikawa Ferreira2005-12-072-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:Mario Sergio Fujikawa Ferreira2005-12-072-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 checksumMario Sergio Fujikawa Ferreira2005-12-051-0/+1
|
* Fix BROKEN by updating MASTER_SITESMario Sergio Fujikawa Ferreira2005-12-051-3/+1
|
* 1) PLIST change: install ffmpeg's libavutil.pc pkgconfig underMario Sergio Fujikawa Ferreira2005-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 targetEdwin Groothuis2005-12-032-4/+4
| | | | | PR: ports/87518 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* Remove improper additions to CFLAGSMario Sergio Fujikawa Ferreira2005-12-021-9/+0
|
* - Bump PORTREVISION since people may have upgraded mplayer-skins between ↵Florent Thoumie2005-12-011-0/+1
| | | | | | these two commits. Noticed by: mnag
* - Fix latest commit.Florent Thoumie2005-12-011-1/+1
| | | | Noticed by: mnag
* - Fix segfault while changing stationsSimon Barner2005-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_PLUGINMichael Johnson2005-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.20051129Michael Johnson2005-11-306-24/+38
|
* - Add another MASTER_SITE.Florent Thoumie2005-11-302-6/+63
| | | | | | | | - Change PORTNAME to mplayer-skins. - Add SHA256 checksums. PR: ports/89737 Submitted by: maintainer
* - Update to 0.5.3.Florent Thoumie2005-11-306-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.20051128Michael Johnson2005-11-303-800/+63
| | | | | | - Use USE_GECKO - Add WITH_SHOUT for libshout2 support - Fix 2 typos
* - Remove hardcoded gcc in scripts and Makefiles.Florent Thoumie2005-11-301-0/+9
| | | | | | PR: ports/89027 Submitted by: lioux Approved by: maintainer timeout (2 weeks)
* - Fix build if an older version of vlc is already installedMichael Johnson2005-11-301-2/+3
| | | | | | | - Fix typo Submitted by: db@db.net kysd@po.harenet.ne.jp
* - Make distfile fetchable againAndrej Zverev2005-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 underMario Sergio Fujikawa Ferreira2005-11-2912-438/+118
| | | | | MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution server is down.
* o If ${OSVERSION} >= 500000 use bswap16(9)/bswap32(9) insteadMario Sergio Fujikawa Ferreira2005-11-292-4/+12
| | | | | of be16toh(9)/be32toh(9). o Bump PORTREVISION
* Update MASTER_SITESMario Sergio Fujikawa Ferreira2005-11-291-1/+1
|
* o Update to 0.9.1aMario Sergio Fujikawa Ferreira2005-11-296-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 sinceMario Sergio Fujikawa Ferreira2005-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)Michael Johnson2005-11-283-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 typoMario Sergio Fujikawa Ferreira2005-11-281-1/+1
|
* o Properly consider documentation building/installation processMario Sergio Fujikawa Ferreira2005-11-281-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.Roman Bogorodskiy2005-11-277-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:Edwin Groothuis2005-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 SHA256Pav Lucistnik2005-11-261-0/+1
|
* - Fix fetching: chase redirectPav Lucistnik2005-11-261-1/+1
|
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Requested by: maintainer
* - Add SHA256Pav Lucistnik2005-11-2649-0/+51
|
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
* Add SHA256 for my ports (that don't already have it).Simon Barner2005-11-241-0/+1
|
* Enable OSS supportMarcus Alves Grando2005-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.Jean-Yves Lefort2005-11-241-2/+3
| | | | | | PR: ports/88658 Submitted by: jylefort Approved by: maintainer timeout (16 days)
* - Add some SHA256sPav Lucistnik2005-11-243-0/+3
|
* - Remove dead MASTER_SITESPav Lucistnik2005-11-241-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 toFlorent Thoumie2005-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-inRoman Bogorodskiy2005-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.9Mario Sergio Fujikawa Ferreira2005-11-233-8/+6
| | | | | PR: 89412 Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>
* - Switch from BROKEN to IGNOREPav Lucistnik2005-11-233-10/+49
| | | | | | | - Add OPTIONS for X11 PR: ports/89300 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
* - Update to 1.4.1Michael Johnson2005-11-236-12/+12
|
* - Update to 6.0Pav Lucistnik2005-11-231-2/+3
|
* - Update to 6.0Pav Lucistnik2005-11-232-175/+252
| | | | | PR: ports/89304 Submitted by: Remington <MrL0Lz@gmail.com> (maintainer)
* [patch]: Unregistered conflict between multimedia/dvts and multimedia/gdvrecvEdwin Groothuis2005-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} >= 504100Mario Sergio Fujikawa Ferreira2005-11-221-0/+4
|
* BROKEN: UnfetchableKris Kennaway2005-11-211-0/+2
|
* o Properly set default dvd device based on OSVERSION unless one isMario Sergio Fujikawa Ferreira2005-11-191-3/+14
| | | | | | | | picked by the user via WITH_DVD_DEVICE o Bump PORTREVISION PR: 88539 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
* Fix build: update libxine LIB_DEPENDS entry to match multimedia/libxineMario Sergio Fujikawa Ferreira2005-11-181-1/+1
| | | | | | | | update to 1.1.0 PR: 89126 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Pointy hat: nobutaka
* Fix build WITH_SDL on some systemsMario Sergio Fujikawa Ferreira2005-11-181-1/+3
| | | | | PR: 88869 Submitted by: Stephen Hurd <shurd@sasktel.net>
* Prune dead master-siteVolker Stolz2005-11-171-2/+1
|
* Update to 0.8.2.Koop Mast2005-11-162-4/+4
| | | | Add SHA256
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-1559-63/+60
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.0.20051114Michael Johnson2005-11-154-8/+8
|
* BROKEN: Does not compileKris Kennaway2005-11-141-0/+2
|
* - add SHA checksumDirk Meyer2005-11-132-0/+9
|
* utilize OPTIONSOliver Lehmann2005-11-121-15/+10
|
* remove one unneeded CONFIGURE_ENV parameterOliver Lehmann2005-11-121-2/+1
|
* fix libquicktime supportOliver Lehmann2005-11-123-4/+37
| | | | | PR: ports/88671 Submitted by: Frank W. Josellis
* Add run dependency on dvdbackup, because it is needed in copy mode.Tilman Keskinoz2005-11-112-2/+12
| | | | | | | Fix a directory creation in lxdvdrip.c PR: 88810 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
* - Revert post-patch-o that slipped inPav Lucistnik2005-11-111-7/+2
| | | | Spotted by: ahze
* - Update to 0.15Pav Lucistnik2005-11-114-44/+90
| | | | - Take maintainership
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-1124-0/+24
|
* - Reset maintainer to ports@Michael Johnson2005-11-112-2/+2
|
* - Update to 1.4Michael Johnson2005-11-107-42/+35
|
* - Mark BROKEN on sparc64Michael Johnson2005-11-101-2/+2
|
* - Chase enchant libver bumpMichael Johnson2005-11-101-1/+1
|
* [fix] multimedia/mplayer: no bsdbt848 driver compiled inEdwin Groothuis2005-11-103-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On recent FreeBSD installing multimedia/mplayer port doesn't compile-in bsdbt848 driver. Cause for this is in the mplayer's 'configure' script that uses the following code to autodetect the presense of the system bt848 driver: if defined(__NetBSD__) #include <dev/ic/bt8xx.h> #else #include <machine/ioctl_bt848.h> #endif On FreeBSD /usr/include/machine/ioctl_bt848.h is replaced with /usr/include/dev/bktr/ioctl_bt848.h, so 'configure' script doesn't find it. Be warned that if you upgraded your FreeBSD installation from the older version, you will still have /usr/include/machine/ioctl_bt848.h installed on your system (make installworld doesn't delete old files) and configure script will not need patching to be able to find the system bt848 driver. In the fix section I attached a patched 'files/patch-ad' file. [...] Hi again, I've prepared a diff to solve the issue. Besides this, PORTREVISION is bumped to reflect the change and distinfo contains sha256 sum. Would you please confirm that it works on amd64, go for the commit and close the pr?! Submitted by: Simun Mikecin <numisemis@yahoo.com> Approved by: "Thomas E. Zander" <riggs@rrr.de> Reviewed by: Simun Mikecin <numisemis@yahoo.com> PR: ports/87853
* Move instant messaging related ports to newly created net-im category:Pav Lucistnik2005-11-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* - Add SHA256Michael Johnson2005-11-0919-0/+22
| | | | - Add SIZE to a few ports
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-092-0/+6
|
* Add another mastersiteTilman Keskinoz2005-11-091-1/+2
| | | | | PR: 88682 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionTilman Keskinoz2005-11-081-0/+1
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* Add SHA256 checksums for my portsTilman Keskinoz2005-11-081-0/+1
|
* Chase the cairo shared library version.Joe Marcus Clarke2005-11-072-2/+2
| | | | Reported by: pointyhat via kris
* - Update to 0.8.4.20051102Michael Johnson2005-11-062-70/+49
| | | | | | | | | | | | | | | Knob changes: LIBA52 -> A52 LIBTREMOR -> TREMOR LIBCACA -> CACA LIBMATROSKA -> MATROSKA LIBMPEG2 -> MPEG2 LIBTHEORA -> THEORA SMB -> SAMBA New Knobs: WITH_GNOMEVFS WITH_REALAUDIO
* Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-055-9/+9
|
* Remove expired portsKris Kennaway2005-11-055-92/+0
|
* - Update to 0.14.0, see release note for details:Jeremy Messenger2005-11-051-0/+1
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-0577-57/+77
|
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-0510-48/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Add bsdav 1.3, BSD native set of programs for audio and video readingVanilla I. Shu2005-11-056-0/+88
| | | | | | | and writing. PR: ports/88509 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* - Fix pixmap search pathPav Lucistnik2005-11-032-3/+4
| | | | | | | - Update WWW PR: ports/88349 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix warn on remove portMarcus Alves Grando2005-11-021-1/+0
| | | | Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
* - Allow build with matroska since libebml has been updated.Michael Johnson2005-11-021-1/+0
|
* Update to 0.8.0Mario Sergio Fujikawa Ferreira2005-11-022-4/+3
|
* Put a copy into my public_distfilesTilman Keskinoz2005-11-021-1/+2
| | | | | PR: 88323 Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* Add streamanalyze.Jean-Yves Lefort2005-11-014-0/+47
| | | | | | | | | | | | | | | StreamAnalyze is a little helper for people using StreamDVD to backup movies. Giving the video/audio/subpicture tracks you want to save, StreamAnalyze will calculate if the backup would fit on a dvd-r and, if not, print a shrink factor to reduce the video size. Before using StreamAnalyze you should call 'lsdvd' or 'tcprobe' to get an overview of what is available on the video DVD you want to backup. WWW: http://www.badabum.de/streamdvd.html PR: ports/88248 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* - Fix ffmpeg codec [1] [2]Michael Johnson2005-10-312-1/+725
| | | | | | | | | - Add depends on gnomevfs2 if found. - Bump PORTREVISION Reported by: mezz [1] Obtained from: http://trac.videolan.org/vlc/ticket/412 [1] Pointy hat to: me for only testing mpeg1 and no xvid/etc[2]
* - Update to 0.0.20051029Michael Johnson2005-10-314-6/+6
|
* Fix my last commit when use ${LOCALBASE}Marcus Alves Grando2005-10-303-24/+7
|
* Respect LOCALBASEMarcus Alves Grando2005-10-305-26/+54
| | | | | PR: 88075 Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> (maintainer)
* BROKEN on amd64: Coredump during buildKris Kennaway2005-10-291-1/+7
|
* BROKEN on !i386: Configure failsKris Kennaway2005-10-291-2/+2
|
* Chase id3tag shlib change.Koop Mast2005-10-282-2/+2
|
* - Fix CONFLICTS 0.8.4 -> 0.8.2Michael Johnson2005-10-281-1/+1
|
* - Update to 0.8.4.20051027Michael Johnson2005-10-282-7/+10
| | | | | - Disable matroska support until libebml is updated - OPTIONS are disabled, too many problems right now.
* Chase libid3tag update.Jean-Yves Lefort2005-10-283-6/+6
|
* Update to 0.8.7.Koop Mast2005-10-266-134/+8
| | | | Remove gnomehack and gnomeprefix from USE_GNOME they don't do anything.
* - Fix mpeg joining [1] and splittingMichael Johnson2005-10-242-0/+22
| | | | | | Obtained from: https://sourceforge.net/tracker/index.php?func=detail&aid=1309392&group_id=22678&atid=376136 [1] Submitted by: freebsd@chillt.de [1] PR: ports/87878 [1]
* [maintainer-update] multimedia/qdvdauthor update to 0.0.10Edwin Groothuis2005-10-237-111/+3
| | | | | | | Upgrade qdvdauthor to 0.0.10. PR: ports/87823 Submitted by: Phil Oleson <oz@nixil.net>
* Respect non-standard LOCALBASE.MANTANI Nobutaka2005-10-231-0/+12
| | | | Reported by: kris
* Rename WITH_LIBTHEORA and WITH_LIBCACA knobs to WITH_THEORA and WITH_CACA.MANTANI Nobutaka2005-10-232-14/+14
| | | | | PR: ports/87374 Submitted by: Zahemszky Gabor <gabor@zahemszky.hu>
* Update to 0.8.6.Koop Mast2005-10-228-6/+130
|
* - Allow gst-plugins-swfdec on 4.x since liboil now builds on 4.xwMichael Johnson2005-10-222-2/+0
|
* . add %%EXAMPLESDIR%% to pkg-plistEmanuel Haupt2005-10-202-0/+2
| | | | | | . bump PORTREVISION Reported by: pointyhat via kris
* works on amd64 with 32bit compat to - so add amd64 to ONLY_FOR_ARCHS andOliver Lehmann2005-10-191-2/+2
| | | | map it to the 32bit binary which is provided
* - Update to 1.47Emanuel Haupt2005-10-194-68/+42
| | | | | | | | | | | - Add multimedia/mpgtx to RUN_DEPENDS (requrired since 1.30) - Cleanup Makefile - Pass maintainership to submitter PR: 87569 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Reworked by: ehaupt
* - Update WITH_ENCODING_PATCH patchPav Lucistnik2005-10-192-6/+4
| | | | | | | - Portlint PR: ports/87578 Submitted by: Espen Skoglund <esk@ira.uka.de> (maintainer)
* - Add patch to enable ipv6 supportEmanuel Haupt2005-10-182-10/+12
| | | | | | | | | | - Add additional ipv6 category - Bump PORTREVISION PR: 87173 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> Approved by: Miguel Mendez <mmendez@gmail.com> (maintainer), novel (mentor) (implicit)
* - Add missing PKGNAMEPREFIX= p5-Michael Johnson2005-10-181-0/+1
|
* - Add p5-GStreamerMichael Johnson2005-10-185-0/+87
| | | | | | A set of Perl bindings for gstreamer WWW: http://gtk2-perl.sourceforge.net/
* o LIB_DEPENDS on both multimedia/libmatroska and textproc/libebmlMario Sergio Fujikawa Ferreira2005-10-171-2/+3
| | | | | instead of BUILD_DEPENDS o Bump PORTREVISION
* o LIB_DEPENDS on textproc/libebml instead of BUILD_DEPENDSMario Sergio Fujikawa Ferreira2005-10-171-1/+2
| | | | | | o Bump PORTREVISION Submitted by: pointyhat (kris)
* - Update to 0.0.20051015Michael Johnson2005-10-164-6/+6
|
* New port subtitleripper version 0.3-4: convert DVD subtitles intoMario Sergio Fujikawa Ferreira2005-10-154-0/+129
| | | | text format (subrip srt) or VobSub format
* Update to 1.0.1Marcus Alves Grando2005-10-152-16/+15
| | | | | PR: 87435 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer)
* - Update to 0.1.4Renato Botelho2005-10-144-50/+18
| | | | | PR: ports/87387 Submitted by: Ports Fury
* Switch over maintainership to Koop Mast <kwm@FreeBSD.org> who isMario Sergio Fujikawa Ferreira2005-10-131-1/+1
| | | | | deserving and willing. He has been doing a fantastic job with GStreamer.
* INSTALL_SHLIBS, INSTALL_SHLIB -> INSTALLS_SHLIBEdwin Groothuis2005-10-121-1/+1
|
* Mark as BROKEN: unfetchable.Mark Linimon2005-10-121-1/+5
| | | | Source: distfile survey
* Fix MASTER_SITES.Kirill Ponomarev2005-10-111-1/+1
|
* Chase the libdvdnav shared lib version.Joe Marcus Clarke2005-10-114-4/+4
|
* Update to 10.0.6Marcus Alves Grando2005-10-112-5/+5
| | | | | PR: 87201 Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>
* - Chase move of gpac-libgpacMichael Johnson2005-10-102-2/+2
|
* - Rename gpac-libm4systems -> gpac-libgpacMichael Johnson2005-10-106-118/+2
|
* Fix format string vulnerability.MANTANI Nobutaka2005-10-102-0/+12
| | | | Security: http://www.vuxml.org/freebsd/3bc5691e-38dd-11da-92f5-020039488e34.html
* Add PATCH_DEPENDS on devel/libtool15 to fix build error.MANTANI Nobutaka2005-10-091-0/+1
| | | | Submitted by: pav
* Correct MASTER_SITE_SUBDIR.Koop Mast2005-10-091-1/+1
| | | | Submitted by: Marcin Wisnicki
* Fix typo.Roman Bogorodskiy2005-10-091-1/+1
| | | | | | PR: 87115 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Thomas E. Zander (maintainer)
* update libzvbi to 0.2.17Oliver Lehmann2005-10-091-1/+1
|
* Sync with libdvdnav shared library version bump.MANTANI Nobutaka2005-10-084-4/+4
|
* Update to 0.1.10.MANTANI Nobutaka2005-10-085-48/+12
|
* Add gstreamer-pitfdll plugin.Koop Mast2005-10-085-0/+58
| | | | | | This plugin allows gstreamer to load dll's. With with plugin you can now play your wmv version 9 files, avi's with intel codec and (some) quicktime movies.
* Update MASTER_SITES and WWWMarcus Alves Grando2005-10-083-3/+4
| | | | | PR: 87095 Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
* This is a fork off of the vstream library from the tivo-mplayer project.Marcus Alves Grando2005-10-076-0/+46
| | | | | | | | | | | | It has been stripped down to just the client code, and includes an example client application. If you have vserver installed on your Tivo (which most tivo hackers do), then you can use this simple client to stream .ty files from it. MPlayer will also include support for this library soon. This library can also be used by MPlayer/MEncoder to watch/re-encode tivo streams live over a network. PR: 87027 Submitted by: Frank Mayhar <frank@exit.com>
* - Update to 0.0.20051004Michael Johnson2005-10-054-16/+10
| | | | - Use vlc.org's snapshots now
* Update to 2.7.6Simon Barner2005-10-052-3/+3
| | | | Reminded by: FreeBSD Ports version check via edwin
* - Chase mjpegtoolsMichael Johnson2005-10-051-1/+2
| | | | - Bump PORTREVISION
* - Update to 1.5.3Pav Lucistnik2005-10-046-75/+78
| | | | | | PR: ports/86369 Submitted by: Soren Dossing <netcom@sauber.net> Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
* - Fix build on 4.xMichael Johnson2005-10-042-12/+4
| | | | | PR: ports/86870 Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
* - Update to 0.0.20051002Michael Johnson2005-10-036-8/+30
|
* - Update to 0.4.0Michael Johnson2005-10-038-112/+134
|
* Update to 0.9.1-pre3Mario Sergio Fujikawa Ferreira2005-10-036-10/+10
|
* Switch over maintainership to Koop Mast <kwm@FreeBSD.org> who isMario Sergio Fujikawa Ferreira2005-10-035-5/+5
| | | | | deserving and willing. He has been doing a fantastic job with GStreamer.
* - downdate urlDirk Meyer2005-10-022-3/+2
| | | | - clean MASTER_SITES
* Bump PORTREVISION for the previous fix.MANTANI Nobutaka2005-10-021-1/+1
| | | | Pointed out by: kris
* Fix segmentation fault on startup.MANTANI Nobutaka2005-10-021-0/+11
| | | | | PR: ports/86579 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* Backout the removal of patch-src:video_out:video_out_xv.c andMANTANI Nobutaka2005-10-022-0/+95
| | | | | | | patch-src:xine-engine:xine_internal.h to fix build error on 4-stable. PR: ports/86527 Submitted by: Tod McQuillin <devin@spamcop.net>
* update to 3.95Oliver Lehmann2005-09-302-4/+4
|
* Uses 32bit int for ioctl rather than 64bit long on amd64Marcus Alves Grando2005-09-292-0/+44
| | | | | | | | Patches are obtained from (multimedia/beep-media-player) PR: 82618 Submitted by: Ryan R. <freebsd@epicoftimewasted.com> Approved by: pav (mentor), esk@ira.uka.de (maintainer timeout, 96 days)
* Fix MASTER_SITES and patch bogus ui file in preparation for Qt 3.3.5.Michael Nottebrock2005-09-292-1/+31
|
* - Correctly detect infrared control interface lircFlorent Thoumie2005-09-282-4/+33
| | | | | | | | (by Daniel O'Connor <doconnor@gsoft.com.au>). - Remove obsolete "--disable-tremor" from CONFIGURE_ARGS. PR: ports/86664 Submitted by: maintainer
* - Chase libver of mjpegtoolsMichael Johnson2005-09-289-15/+16
| | | | gstreamer-plugins-mpeg2enc is still broken.
* - Update to 1.8.0Michael Johnson2005-09-283-16/+15
|
* - Fix typoMichael Johnson2005-09-281-1/+1
| | | | Submitted by: mat
* Drop maintainershipMario Sergio Fujikawa Ferreira2005-09-253-3/+3
|
* Add support to DTS decodingMarcus Alves Grando2005-09-251-0/+12
| | | | | | PR: ports/86473 Submitted by: bh@izb.knu.ac.kr Approved by: pav (mentor), riggs@rrr.de (maintainer)
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Chase libxine shared library versionTilman Keskinoz2005-09-222-4/+4
|
* - Chase libxine shared library versionTilman Keskinoz2005-09-222-6/+11
| | | | - Fix compile on amd64
* Chase libxine shared lib version.Joe Marcus Clarke2005-09-221-1/+2
|
* - Chase libxine shared library version.Tilman Keskinoz2005-09-223-16/+6
| | | | | - Update to 0.7.1 - Grab back maintainership
* - Update to 0.52.6 [1]Renato Botelho2005-09-2111-141/+100
| | | | | | | | | - Fix ports@FreeBSD.org address [1] - Remove redundant declaration of MAN3PREFIX (spotted by portlint(1)) [1] - Mark it as BROKEN on 4.x because some dependencies doesn't install on it. PR: ports/84919 [1] Submitted by: Ulrich Spoerlein <q@galgenberg.net> [1]
* Update to 0.99.4.MANTANI Nobutaka2005-09-214-6/+55
| | | | | | | Add WITHOUT_LIBCACA knob. [*] PR: ports/84744 [*] Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br> [*]
* Update to 1.1.0.MANTANI Nobutaka2005-09-2118-604/+165
| | | | | | | | Use internal liba52 and libmad. Add WITHOUT_* knob. [*] PR: ports/84743 [*] Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br> [*]
* Jahshaka is a video and film compositing, editing and special fx systemPav Lucistnik2005-09-1916-0/+523
| | | | | | | | | that uses OpenGL & OpenML hardware rendering to give operators real time interactivity. The system is cross platform, and also includes full CG, paint and image processing modules. PR: ports/85838 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
* Update to 1.5.6Mario Sergio Fujikawa Ferreira2005-09-182-3/+31
| | | | | PR: 85682 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* Update to 0.7.7Mario Sergio Fujikawa Ferreira2005-09-182-3/+3
| | | | | PR: 85681 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* Bump PORTREVISION to reflect update in multimedia/vcdimagerMarcus Alves Grando2005-09-172-2/+3
| | | | Approved by: pav (mentor)
* Bump PORTREVISION reflecting update in multimedia/vcdimagerMarcus Alves Grando2005-09-171-2/+2
| | | | Approved by: pav (mentor)
* Update to 0.7.23Marcus Alves Grando2005-09-173-5/+4
| | | | Approved by: pav (mentor)
* PORTREVISION bump for changed plist.FUJISHIMA Satsuki2005-09-161-1/+1
|
* fix package. non response from maintainer for 2 weeks.FUJISHIMA Satsuki2005-09-161-2/+3
|
* - Disable mpeg2enc since it's marked brokenMichael Johnson2005-09-142-0/+2
|
* - Update to 0.0.20050914 (svn snapshot)Michael Johnson2005-09-146-40/+40
| | | | - Add new option, WITH_X11_OUTPUT, adds x11 output.
* Update to 0.9.1-pre2: fixes plugin issuesMario Sergio Fujikawa Ferreira2005-09-114-6/+6
|
* Fix build of pango, gnomevfs, polypaudio and ogg plugins on 4.xKoop Mast2005-09-112-0/+154
| | | | | Submitted by: pointyhat via kris Approved by: maintainer (implicit)
* - Update to 2.0.1 and reflect the project name change [1]Jean-Yves Lefort2005-09-119-98/+24
| | | | | | | | | | | - Make the port search for its files in ${PREFIX} rather than in ${LOCALBASE} - Install documentation in ${DOCSDIR} rather than in ${DATADIR}, and respect ${NOPORTDOCS} - Refactor pkg-plist as PLIST_FILES/PLIST_DIRS/PORTDOCS [1]: PR: ports/85767 Submitted by: maintainer
* - Add run dependencies on streamdvd, transcode, dvdauthor, dvd+rw-toolsPav Lucistnik2005-09-113-2/+61
| | | | | | | - Compile and install vamps on FreeBSD 5.X and newer PR: ports/85720 (based on) Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
* - Drop maintainershipPav Lucistnik2005-09-111-1/+1
| | | | | PR: ports/85720 (audit trail) Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
* gstreamer-plugins-x264 --> multimedia/gstreamer-plugins-x264Koop Mast2005-09-091-0/+1
|
* Update to 0.8.11.Koop Mast2005-09-0931-95/+115
| | | | | | Add new plugins x264. Approved by: maintainer (implicit)
* reset maintainer to ports@FreeBSD.org since original maintainer doesn'tOliver Lehmann2005-09-071-2/+2
| | | | | | have the time any longer to maintain them Approved by: maintainer
* Fix dependency list: the port requires GNU sed to buildHerve Quiroz2005-09-061-0/+1
| | | | Reported by: kris
* Add streamdvd.Jean-Yves Lefort2005-09-064-0/+49
| | | | | | | | | | | | | | StreamDVD is a fast tool to backup Video DVDs 'on the fly', there will be no ripping, demultiplexing, recoding, remultiplexing... You can select the wanted title, chapters, video, audio and subpicture streams, a resize factor, and StreamDVD will write a 'ready to author' vob file to stdout. WWW: http://www.badabum.de/streamdvd.html PR: ports/85714 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
* Update to 0.8.11.Koop Mast2005-09-064-6/+6
| | | | Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.11.html
* Update to 0.7Tilman Keskinoz2005-09-014-31/+42
| | | | | - a gstreamer based part was added. - Detailed Changelog at: http://kaffeine.sourceforge.net/
* o chase taglib libversionMichael Landin2005-08-312-0/+2
| | | | o bump PORTREVISION
* Mplayer seems vulnerable when playing uncompressed pcm streams.Volker Stolz2005-08-312-4/+4
| | | | | | | | The development team released a new tarball containing a fix for libmpcodecs/ad_pcm.c addressing this issue. PR: ports/85475 Submitted by: maintainer
* Fix PTHREAD_* misspellingsVolker Stolz2005-08-312-2/+2
| | | | Approved by: osa,ahze
* BROKEN on !i386: Configure failsKris Kennaway2005-08-311-1/+7
|
* BROKEN: Does not compileKris Kennaway2005-08-312-0/+4
|
* - Disable mozilla plugin build, a few people are having problems with theMichael Johnson2005-08-311-0/+1
| | | | it.
* - Update to 1.0.0 finalMichael Johnson2005-08-294-64/+16
| | | | | | PR: ports/84916 Submitted by: Ulrich Spoerlein <q@galgenberg.net> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
* Update to 0.9.1-pre1Mario Sergio Fujikawa Ferreira2005-08-296-6/+20
|
* Reset MaintainerTilman Keskinoz2005-08-291-1/+1
| | | | Submitted by: stefanf
* - Update to 0.8.2.20050813Michael Johnson2005-08-283-32/+21
|
* Chase the Gaim 1.5.0 update.Joe Marcus Clarke2005-08-281-1/+1
|
* Remove gnomeprefix we don't need it, thus make pointyhat happy.Koop Mast2005-08-102-6/+6
| | | | Approved by: portmgr (marcus)
* Unbreak.Kirill Ponomarev2005-08-051-4/+2
| | | | Approved by: portmgr (implicit)
* Update to 0.13.0, see release note for detail:Jeremy Messenger2005-08-011-0/+1
| | | | http://ruby-gnome2.sourceforge.jp/?News_20050731_1
* Remove patches which have been applied upstream.Michael Nottebrock2005-08-012-22/+0
|
* Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-08-017-9/+11
|
* Update to 5.3Sam Lawrance2005-07-313-4/+17
| | | | | PR: ports/84361 Submitted by: Remington L <MrL0Lz@gmail.com> (maintainer)
* - Disable cairo plugin since cairo plguin is marked BROKEN until we importMichael Johnson2005-07-272-0/+2
| | | | cairo 0.5+
* - Update to 0.8.2.20050723Michael Johnson2005-07-262-4/+3
|
* This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-232-0/+4
| | | | at that time and no PRs have been submitted to fix it.
* Don't remove /usr/X11R6/share/mime/packages/ at deinstallation.Pierre Beyssac2005-07-221-1/+0
|
* - Add missing file to plistMichael Johnson2005-07-211-0/+1
| | | | Reported by: kris mail
* Correct maintainer addressKris Kennaway2005-07-211-1/+1
|
* BROKEN on amd64: Configure failsKris Kennaway2005-07-211-1/+1
|
* BROKEN on ia64 and amd64: Does not compileKris Kennaway2005-07-211-0/+4
|
* - Fix dependenciesPav Lucistnik2005-07-201-1/+3
| | | | | PR: ports/83766 Submitted by: Remington <MrL0Lz@gmail.com> (maintainer)
* - Fix png12 supportMichael Johnson2005-07-203-0/+156
| | | | | | | - Fix mplex on 4.x PR: 83689 Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net>
* Update to 0.1.10.Koop Mast2005-07-1916-591/+74
|
* - Remove reference to yuvdeinterlace in pkg-descrMichael Johnson2005-07-181-6/+0
|
* - Don't build/install yuvdeinterlace since it is installedMichael Johnson2005-07-183-21/+1
| | | | | | by mjpegtools now Pointed out by: kris
* - Chase mjpegtools lib versionMichael Johnson2005-07-181-1/+2
| | | | | PR: 83597 Submitted by: q@galgenberg.net
* - Fix typo in plistMichael Johnson2005-07-181-1/+1
| | | | | PR: 83596 Submitted by: q@galgenberg.net
* - Update to 0.4.7Herve Quiroz2005-07-153-5/+5
| | | | | | | - Fix MASTER_SITES [1] - Update WWW field in pkg-descr Reported by: pointyhat [1]
* Update to 0.7.6.Pierre Beyssac2005-07-159-91/+143
|
* - Remove share/applications if emptyMichael Johnson2005-07-151-1/+1
|
* Update to 1.0.4.Koop Mast2005-07-143-3/+4
| | | | Approved by: maintainer timeout (3 weeks)
* - Update to 8.1Michael Johnson2005-07-142-4/+4
|
* - Chase mjpegtools lib versionMichael Johnson2005-07-148-10/+12
|
* - Update to 1.6.3-rc1Michael Johnson2005-07-146-75/+33
|
* - Fix lib depends to libtar..Michael Johnson2005-07-142-2/+2
|
* - Patch out the check for arch from configure script, the software worksPav Lucistnik2005-07-142-3/+13
| | | | Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
* - Back out of this commit, didn't mean to commit this port.Michael Johnson2005-07-132-6/+4
|
* - Readd PORTREVISION?= to gstreamer-plugins so I can bumpMichael Johnson2005-07-1325-27/+29
| | | | | | gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards.
* - Bump PORTREVISION for last commit from lib ver bump of libcdioMichael Johnson2005-07-131-1/+1
|
* - Chase lib version to libcdioMichael Johnson2005-07-134-4/+5
| | | | Forgotten by: mich
* - Chase libcdio libversionMichael Johnson2005-07-131-1/+2
| | | | Forgotten by: mich
* Previous fix was incomplete.Hidetoshi Shimokawa2005-07-131-1/+1
|
* Fix comment.Hidetoshi Shimokawa2005-07-131-1/+1
| | | | Submitted by: christopher.a.johnson@gmail.com
* - Depend on shared library of libtar now, don't bump PORTREVISIONMichael Johnson2005-07-132-2/+2
| | | | since people who already have vlc installed have static version.
* - Update to 0.8.2.20050712Michael Johnson2005-07-132-4/+19
| | | | | - Add new knob WITH_WIN32_CODECS, off by default Support for win32 multimedia DLL's
* Uh-oh. Fix the just committed patch-cflags to only defined HAVE_BSWAP onMikhail Teterin2005-07-132-2/+27
| | | | | i386. Add one more patch to the patch-warnings collection, to ensure warning-free compile on 64-bit platforms (tested on amd64).
* Fix configure to stop appending ``-march=i386'' to CFLAGS on i386.Mikhail Teterin2005-07-133-1/+144
| | | | | | | | | | | | | | Depending on other optimization options, compiler could get confused into an internal error, and was, probably, building pessimized code even when working. Ensure warning-free build, while I'm here. Mark the SSE as having no effect -- ``--enable-sse'' causes configure to add the HAS_SSE define to CFLAGS, but nothing in the current release checks for that flag. Ha-ha. There are SSE implementations of some parts of the code (they are just no used), so, perhaps, someone can add another patch to make use of them, when possible.
* - Update to 0.0.20050712Michael Johnson2005-07-134-6/+6
|
* - Mark broken on sparc64 (fails to configure)Michael Johnson2005-07-131-1/+7
| | | | | PR: 83351 Submitted by: maintainer
* - Fix compilation of audio/gstreamer-plugins-cdparanoia on FreeBSD 4.XPav Lucistnik2005-07-112-14/+30
| | | | Approved by: kwm
* Replace master site with working onesKris Kennaway2005-07-111-1/+2
|
* Add a hopefully more reliable master siteKris Kennaway2005-07-112-2/+4
|
* Revert previous change, slave ports revision will go backwards with this change.Koop Mast2005-07-102-2/+2
| | | | | | Submitted by: marcus Approved by: maintainer (implicit) Pointyhat awarded to: kwm
* change PORTREVISION to PORTREVISION?= for the slave ports.Koop Mast2005-07-102-2/+2
| | | | | Submitted by: ahze Approved by: maintainer (implicit)
* Fix packaging. Only build the spc plugin on i386 and depend on nasm.Koop Mast2005-07-106-6/+24
| | | | | Submitted by: pointyhat via kris Approved by: maintainer (implicit)
* Update to Gaim 1.4.0. See http://gaim.sourceforge.net/ChangeLog forJoe Marcus Clarke2005-07-091-1/+1
| | | | | the list of changes. Also, bump all PORTREVISIONs for ports that depend on Gaim.