Commit Graph

2259 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
85e2d97c4c Bump PORTEPOCH since new DISTVERSION is smaller than previous one 2005-03-04 00:16:59 +00:00
Mario Sergio Fujikawa Ferreira
9d11b8047f Update to 0.8.4a 2005-03-03 02:58:13 +00:00
Herve Quiroz
73ac284b70 - Update to 0.7.1 -- mainly a bug fix release:
* fixed merging ac3 streams in avi containers
   * fixed video bitrate allowed range
   * fixed compilation without subtitles support
   * fixed some invalid casts
   * added x264 support

- Add WITH_DEBUG switch
2005-03-03 01:22:23 +00:00
Michael Johnson
1a78f9dac6 - Enable some depreciated library functions to fix build of
multimedia/mjpegtools
- Bump PORTREVISION
2005-03-02 08:16:19 +00:00
Michael Johnson
8eea478ce0 - Update to 0.2.38
PR:		77995
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2005-03-02 05:45:09 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Michael Nottebrock
f5f6cc4231 Use MASTER_SITE_LOCAL.
Suggested by: kris
2005-03-01 12:51:59 +00:00
Volker Stolz
b52376dbee Bump PORTREV as a hint to the package cluster after discussion with kris 2005-03-01 07:49:00 +00:00
Michael Nottebrock
fa01dcf912 Distsite disappeared, point to fosterhome. 2005-02-28 23:56:23 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Bruce M Simpson
612cc747a0 Don't pass the -d switch to cp(1) as it is a linux-ism.
PR:		ports/78086
Submitted by:	conrads at cox dot net (with cleanups)
2005-02-28 15:45:46 +00:00
Simon Barner
b1ff38d266 Change email address in ports maintained by me to barner@FreeBSD.org
Approved by:	arved (mentor)
2005-02-28 13:05:25 +00:00
Kris Kennaway
70886c1846 BROKEN: Incomplete pkg-plist 2005-02-28 01:50:22 +00:00
Volker Stolz
853ee43717 Build WAV-plugin (bump PORTREV)
PR:		ports/78122
Submitted by:	Zahemszky Gabor via maintainer
2005-02-27 17:07:23 +00:00
MANTANI Nobutaka
3d331c5938 Correct pkg-plist.
Submitted by:	ade
2005-02-26 16:25:23 +00:00
Pav Lucistnik
3ce1d6d442 - Install documentation
PR:		ports/78000
Submitted by:	Phil Oleson <oz@nixil.net> (maintainer)
2005-02-26 00:28:30 +00:00
Pav Lucistnik
d13ca8fee4 - Update to 0.0.9
PR:		ports/78002
Submitted by:	Phil Oleson <oz@nixil.net> (maintainer)
2005-02-25 23:52:10 +00:00
Pav Lucistnik
f2e1fac768 - Fix build on amd64 [1]
- Switch to bash 3

PR:		ports/73746 [1]
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
Approved by:	maintainer timeout (4 months)
2005-02-25 23:51:19 +00:00
Volker Stolz
5e91c03981 Fix "ownership" of lib/bmp/General and make the plugins respect the new
world order (i.e. they shouldn't try to remove this directory)

Induced by PR:	ports/77618
Submitted by:	beep-media-player maintainer
2005-02-25 15:12:06 +00:00
Kirill Ponomarev
22937b6c0a Bump library version number due to last x11-toolkits/fox-devel
update.
2005-02-25 14:12:29 +00:00
Herve Quiroz
453ac91de6 - Update to 0.7.0 with the following changes:
* Manual cropping and scaling
  * Custom temporary directory
  * Rip from DVD structure
  * Minor UI redesign
  * Many many fixes

- Add a patch to fix the issue that caused error messages to be displayed in
  the console (incorrect cast) [1]

Obtained from:	Olivier Rolland <billl@users.sourceforge.net> (author) [1]
2005-02-24 02:04:26 +00:00
Michael Johnson
2ca4210d5a Fix plist with WITH_FREETYPE knob 2005-02-23 18:34:42 +00:00
Michael Johnson
a63de73f0d - Update to 1.0.0.b2
- Update WWW: line to new web page
- rename WITH_LIBXML2 knob to WITH_XML
- add freetype2 knob, WITH_FREETYPE
- remove WITH_SUBRIP knob
- remove dependency on nasm, all done with inline c assembly.
- Rename WITH_LIBTHEORA to WITH_THEORA
- use libquicktime now instead of openquicktime, with new
  knob WITH_QUICKTIME

PR:		ports/77860
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Amd64 Build:	pav
2005-02-23 18:06:15 +00:00
Cheng-Lung Sung
e35c53ea65 - Incorrect pkg-plist corrected. One directory was left after deinstall.
PR:		ports/77870
Submitted by:	Henri Michelon (maintainer)
2005-02-22 03:01:26 +00:00
Michael Nottebrock
984453bfd1 Chase updated distfiles.
PR: 		ports/77793
Submitted by:	maintainer
2005-02-21 18:10:53 +00:00
Dirk Meyer
324a67cd55 - update MASTER_SITES 2005-02-21 09:08:56 +00:00
MANTANI Nobutaka
ddcb537f39 - Add --with-xvmc-lib configure option to CONFIGURE_ARGS to find libXvMCNVIDIA
shared library correctly.
- Add WITH_XVMC knob.

Submitted by:	Jon Spencer <jon@jackson-spencer.ca>
2005-02-20 16:03:10 +00:00
Pav Lucistnik
2429e5d4cd New port dvd-slideshow. set of scripts to make it easier for me to burn a
slideshow-style dvd with some simple menus

PR:		ports/77625
Submitted by:	Phil Oleson <oz@nixil.net>
2005-02-19 21:52:12 +00:00
Pav Lucistnik
ab187b306c - Disable scrobbler plugin, port does not expect it and it breaks on 4.x 2005-02-17 08:49:33 +00:00
Tilman Keskinoz
1783fa8cca Chase libcdio shlib version,
Bump PORTREVISION
2005-02-14 20:54:16 +00:00
Pav Lucistnik
9118a4d0c1 - Add mirror which still have the file. It will vanish soon probably, anyway
Reported by:	krismail
2005-02-14 20:36:08 +00:00
Pav Lucistnik
30f4f26886 - Fix plist on amd64 by putting i386 specific items under WITH_VIDIX
- Fix plist in share/locale area

Approved by:	maintainer timeout (2 weeks)
2005-02-13 20:14:00 +00:00
Yen-Ming Lee
77f8274110 - remove unnecessary lines
Noticed by:	kris
2005-02-10 01:40:39 +00:00
Koop Mast
3e054b7858 Update to 0.8.9.
Switch master sites around.
Approved by:	maintainer (implicit)
2005-02-09 19:07:15 +00:00
Yen-Ming Lee
aac1d5b546 gdvrecv update to 1.2 and fix the pkg-plist error reported by pointyhat
PR:		75293
Submitted by:	Henri Michelon <hmichelon at e-cml.org>
2005-02-09 08:23:51 +00:00
Pav Lucistnik
a5d987cd11 Libmpeg3 supports advanced editing and manipulation of MPEG streams.
Libmpeg3 provides a uniform front end for a large number of the MPEG
formats used in HDTV broadcasting.

It decodes:
* MPEG-1 Layer II Audio
* MPEG-1 Layer III Audio
* MPEG-2 Layer III Audio
* MPEG-1 program streams
* MPEG-2 program streams
* MPEG-2 transport streams
* AC3 Audio
* MPEG-2 Video
* MPEG-1 Video
* IFO files
* VOB files

PR:		ports/77175
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2005-02-08 23:18:00 +00:00
Volker Stolz
177a633c6a Chase updated skins
Submitted by:	maintainer
2005-02-08 08:54:15 +00:00
Michael Nottebrock
83cdb80057 Update to 3.1.0.p5,1.
PR: ports/77077 (based on)
Submitted by: maintainer
2005-02-06 14:25:29 +00:00
Volker Stolz
bcc2e7d2f2 - Support CFLAGS properly
- Support PKGMESSAGE
- Support GCONF_SCHEMAS
- Fix COMMENT format

PR:		ports/76900
Submitted by:	Ports Fury
2005-02-04 15:03:01 +00:00
Michael Johnson
1b97dc0155 Fix build on at least amd64 and maybe others.
Build test by:	pav
2005-02-03 09:46:52 +00:00
Dirk Meyer
ae73753387 - reset MAINTAINER 2005-02-03 05:42:35 +00:00
Edwin Groothuis
7cff9fbb2a Date: Wed, 2 Feb 2005 22:29:57 +0100
From: Michael Nottebrock <michaelnottebrock@gmx.net>
To: freebsd-ports@freebsd.org
Cc: FreeBSD ports <ports@freebsd.org>
Cc: dinoex@freebsd.org
Cc: Kris Kennaway <kris@obsecurity.org>
Subject: Re: Ports with version numbers going backwards: multimedia/replex

On Wednesday, 2. February 2005 06:50, Kris Kennaway wrote:
> FYI, this is not going to stop, because eik has been MIA for the past
> 2 months.

> >    | -1 - fix typo
> >    | - intentionally no bump of PORTEPOCH

Just bump PORTEPOCH, please. It's really no big deal either way (for some
typos you just get punished harder than for others).

Approved by:	Michael Nottebrock <michaelnottebrock@gmx.net>
2005-02-02 21:35:21 +00:00
Dirk Meyer
d9e7a537ca - fix typo
- intentionally no bump of PORTEPOCH
2005-01-31 12:52:30 +00:00
Kirill Ponomarev
c14265e654 BROKEN on amd64: Does not compile on amd64 (needs -fPIC) 2005-01-31 10:35:47 +00:00
Dirk Meyer
0a99d74754 - new tarball with COPYING changed
rereleased now under GPL, former GLPL

HEADS UP:
Do not link libreplex with non GPL programs.
linking it with BSD-licensed or other open-source licenses
is a violation of the GPL license.

- remove libreplex from the packag
2005-01-31 05:43:16 +00:00
Michael Johnson
f5c3602bd6 - Update to 1.31 2005-01-31 02:31:32 +00:00
Michael Johnson
c6374edd03 - Readd ONLY_FOR_ARCHS=i386
Tested by:	pav (amd64)
Reported by:	pointyhat
2005-01-31 02:08:44 +00:00
Pav Lucistnik
ec1e231a94 - Update to 2.0.36
- Fix build

PR:		ports/75236
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2005-01-29 21:31:54 +00:00
Mario Sergio Fujikawa Ferreira
afe50909b2 Fix do-patch: fix typo on EXTRA_PATCHES patch filename 2005-01-29 17:58:53 +00:00
Pav Lucistnik
ce0a122fd7 Add xfce4-media (xfmedia), a lightweight media player based on the xine engine
PR:		ports/76740
Submitted by:	Matt Lancereau <matt@bsdfly.org>
2005-01-29 16:32:15 +00:00