summaryrefslogtreecommitdiff
path: root/multimedia/transcode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chase libtheora lib versionMichael Johnson2007-10-091-1/+2
| | | | Notes: svn path=/head/; revision=201195
* Fix the build when audio/oss is installed by force to search forJeremy Messenger2007-10-021-3/+2
| | | | | | | | | sys/soundcard.h in /usr/include first rather than oss's header. Reported by: Adonis adonis <adonis77@gmail.com> Notes: svn path=/head/; revision=200674
* Update to 1.0.4Michael Johnson2007-09-163-17/+4
| | | | Notes: svn path=/head/; revision=199575
* Fix build/runtime with new ffmpegMichael Johnson2007-07-312-1/+13
| | | | | | | | Reported by: pav Obtained from: transcode cvs Notes: svn path=/head/; revision=196837
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Bump mjpeg back to 1.9.1Michael Johnson2007-06-281-1/+1
| | | | Notes: svn path=/head/; revision=194409
* Add WITHOUT_knob to each WITH_knob/testMichael Johnson2007-06-281-9/+9
| | | | | | | | PR: ports/113921 Subbmitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=194408
* Chase multimedia/mjpegtools updateEdwin Groothuis2007-06-211-2/+2
| | | | Notes: svn path=/head/; revision=194023
* - Fix build with gcc4Andrew Pantyukhin2007-05-311-0/+1
| | | | Notes: svn path=/head/; revision=192444
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.0.3Michael Johnson2007-04-174-743/+58
| | | | | | | - Switch to auto-plist due to get rid of 41 PLIST_SUB's that are hard to maintain Notes: svn path=/head/; revision=190192
* Remove reference to jpeg-mmxMichael Johnson2007-04-161-4/+0
| | | | Notes: svn path=/head/; revision=190146
* Fix the build with new ffmpeg.Jeremy Messenger2007-04-111-3/+5
| | | | | | | | Reported by: many Submitted by: bms Notes: svn path=/head/; revision=189783
* * LIB_DEPENDS changes (require libdvdread.so.5)Jeremy Chadwick2007-04-051-2/+2
| | | | | | | | | * PORTREVISION increment Reviewed by: philip Notes: svn path=/head/; revision=189307
* Retire jpeg-mmxMichael Johnson2007-03-081-14/+1
| | | | Notes: svn path=/head/; revision=186900
* Remove extra ECHO_MSG.Jimmy Olgeni2007-02-101-1/+0
| | | | Notes: svn path=/head/; revision=184775
* Fix a couple of typos.Jimmy Olgeni2007-02-101-2/+2
| | | | Notes: svn path=/head/; revision=184774
* - Fix detecting of device typesStanislav Sedov2007-01-032-1/+44
| | | | | | | | | | | | | | Currently, this patch handles all devfs cases (it uses realpath to resolve symlinks). However, submitter supposes, that we should have a generic way to detect which device the file belongs to. I'll leave the PR in suspended state for a better solution come up. PR: ports/101450 Reported by: Chad Fraleigh <chadf@bookcase.com> Approved by: multimedia (ahze) Notes: svn path=/head/; revision=181329
* Grab MAINTAINER for multimedia@Michael Johnson2006-12-221-2/+2
| | | | Notes: svn path=/head/; revision=180502
* - s/FreeBSD.or/FreeBSD.org/Gabor Kovesdan2006-12-211-1/+1
| | | | | | | | Approved by: erwin (mentor) Pointy hat to: linimon Notes: svn path=/head/; revision=180402
* Reset hendrik@scholz.net due to a number of timeouts.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179654
* - Fix SDL-dependent ports broken by last update.Stanislav Sedov2006-09-211-2/+1
| | | | | | | Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173507
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-202-56/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Fix pkg-plist.Stefan Walter2006-07-241-2/+0
| | | | | | | | | | PR: 98512 Submitted by: Christian Hiris <4711@chello.at> Approved by: arved (mentor) maintainer timeout (7 weeks) Notes: svn path=/head/; revision=168645
* - Fix a typo in MakefileSergey Matveychuk2006-06-041-1/+1
| | | | | | | | PR: ports/97758 Submitted by: Conrad J. Sabatier <conrads at cox.net> Notes: svn path=/head/; revision=164360
* - Change dependencies reflecting update in graphics/ImageMagickMarcus Alves Grando2006-05-241-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=163284
* - Update PORTREVISION and libtheora version reflecting multimedia/libtheora ↵Marcus Alves Grando2006-05-071-3/+2
| | | | | | | | | update. - portlint(1) while here Notes: svn path=/head/; revision=161539
* Fix hardcoded (!?) references to gtk12 to point to gtk-12 from theAde Lovett2006-02-271-5/+5
| | | | | | | | | | libtool conversion. Submitted by: pointhat, itetcu_@IRC, others Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156872
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+268
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Chase ImageMagick updatePav Lucistnik2006-01-051-1/+1
| | | | | | | Pointy hat to: edwin Notes: svn path=/head/; revision=152793
* Update to 1.0.2.Sam Lawrance2005-12-123-8/+6
| | | | | | | | | PR: ports/88828 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer, timeout 1 month) Notes: svn path=/head/; revision=150944
* 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 Notes: svn path=/head/; revision=149294
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Update to 1.0.1Marcus Alves Grando2005-10-142-16/+15
| | | | | | | | PR: 87435 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Notes: svn path=/head/; revision=145396
* - Chase mjpegtoolsMichael Johnson2005-10-041-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=144202
* - 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) Notes: svn path=/head/; revision=141226
* - Chase mjpegtools lib versionMichael Johnson2005-07-171-1/+2
| | | | | | | | PR: 83597 Submitted by: q@galgenberg.net Notes: svn path=/head/; revision=139410
* - Update to 1.0.0rc1Michael Johnson2005-07-054-4/+63
| | | | | | | | | PR: ports/82931 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer) Notes: svn path=/head/; revision=138516
* - Backout latest commit, it needs a repocopy due to API change.Florent Thoumie2005-05-311-2/+2
| | | | | | | Noticed by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=136557
* - Bump lzo lib version.Florent Thoumie2005-05-311-1/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=136548
* - Sync with multimedia/libquicktime (new location of header files)Simon Barner2005-05-201-1/+7
| | | | | | | | Requested by: tim@spyderweb.com.au PR: ports/81238 Notes: svn path=/head/; revision=135704
* - Update to 1.0.0beta3Pav Lucistnik2005-05-117-140/+281
| | | | | | | | PR: ports/80884 Submitted by: Hendrik Scholz <hendrik@scholz.net> (maintainer) Notes: svn path=/head/; revision=135057
* - Don't discard CFLAGS for WITH_DIVX5 knobPav Lucistnik2005-05-041-1/+2
| | | | | | | | | PR: ports/79826 (based on) Submitted by: Jonathan Lennox <lennox@cnr.cs.columbia.edu> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=134591
* Correct a number of ports that anger the tempermental Make SpiritsAdam Weinberger2005-04-221-1/+1
| | | | | | | | | | | by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris Notes: svn path=/head/; revision=133895
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Add mirrors as distfile unfetchable from main site (temporary?)Sergey Matveychuk2005-03-121-1/+4
| | | | | | | | | PR: ports/78727 Submitted by: Frank Altpeter <frank.altpeter@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=131026
* - Chase ImageMagick shlib bumpPav Lucistnik2005-03-061-1/+1
| | | | | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer) Notes: svn path=/head/; revision=130479
* Fix plist with WITH_FREETYPE knobMichael Johnson2005-02-232-3/+3
| | | | Notes: svn path=/head/; revision=129614