Michael Johnson
ebe5d788a3
- Update to 0.9.9
2006-07-06 06:00:44 +00:00
Michael Johnson
948f5473bd
- Transfer MAINTAINER to multimedia@
...
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports)
2006-06-09 18:00:35 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Michael Johnson
82a1251a65
- Revert to making ffmpeg default instead of ffmpeg-devel
2006-02-11 19:17:59 +00:00
Michael Johnson
fff6b0dd5c
- Fix plist if used with old ffmpeg
...
- Default to using ffmpeg-devel unless ffmpeg is already installed
2006-02-05 20:06:59 +00:00
Michael Johnson
9d727b5c44
- Update to 0.9.8
...
- Switch WITH_GTK to WITH_GTK2 to be on the same page as ports/KNOBS
2006-01-28 18:23:52 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
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.
2005-11-15 06:52:12 +00:00
Michael Johnson
3e4b179fa7
- Add SHA256
...
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Michael Johnson
62ca48a034
- Chase tarball reroll (dang... 4 ports this week)
...
Only difference is MMX/SSE auto-detection support was added
via /proc and darwin support, this will have no effect to freebsd.
Reported by: krismail
2005-05-27 20:48:24 +00:00
Michael Johnson
8ff968f477
- Update to 0.9.7
2005-05-26 15:56:24 +00:00
Michael Johnson
ff32199350
- Update to 0.9.6
...
- This version now supports ffmpeg-devel
2005-05-21 01:21:01 +00:00
Michael Johnson
e93615202e
- Update to 0.9.5
...
Note: Does not build with ffmpeg-devel, but will run w/ ffmpeg-devel.
2005-05-15 18:31:03 +00:00
Michael Johnson
1e4b2cd87a
- Only detect MMX on i386 not amd64
2005-05-03 08:20:34 +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
cbe2b0b704
auto-detect gtk12 in helps of depreciating gtk12.
2005-01-25 22:32:35 +00:00
Michael Johnson
0de870682c
Fix plist for lame support
...
Reported by: pointyhat via kris
2005-01-23 03:50:49 +00:00
Michael Johnson
48af825351
- Make lame support optional and off by default since lame can't be packaged.
2005-01-20 05:42:26 +00:00
Michael Johnson
d463dda672
Update to 0.9.4
2005-01-13 01:49:25 +00:00
Mario Sergio Fujikawa Ferreira
24a7b62e17
Chase library version bump on multimedia/ffmpeg
2004-12-05 18:50:50 +00:00
Michael Johnson
b0823ae396
Change email to new FreeBSD.org address
...
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Pav Lucistnik
fea2fe3c5c
- Use jpeg-mmx on i386
...
PR: ports/72557
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
2004-10-16 14:57:17 +00:00
Ying-Chieh Liao
62dfbc91a9
- install portdocs
...
- fix build on 4.x (pointed out by vs@)
- use SOURCEFORGE_EXTENDED in master sites
PR: 69643
Submitted by: maintainer
2004-07-27 01:04:21 +00:00
Ying-Chieh Liao
52e0b64492
upgrade to 0.9.3
...
grab maintainership
PR: 69405
Submitted by: Michael Johnson <ahze@ahze.net>
2004-07-22 04:19:47 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Trevor Johnson
33fdc4cde2
SIZEify.
2004-03-17 18:29:46 +00:00
Edwin Groothuis
c9ea361463
Chase library bump of libSDL-1.1 for all ports which were depending
...
on sdl12-1.2.5
2004-03-16 04:23:56 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Mario Sergio Fujikawa Ferreira
5f8e75f405
Chase libdv shared library version bump
2004-03-14 03:56:07 +00:00
Tilman Keskinoz
d06b411e22
Fix build on AMD64
2004-02-10 15:43:43 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Christian Weisgerber
63d96de22f
Catch up with libogg/libvorbis version bump.
2003-12-20 16:37:57 +00:00
Kirill Ponomarev
11ae11c6d0
- Update to version 0.9.2
...
PR: 59334
Submitted by: Ports Fury
2003-11-16 15:08:44 +00:00
Pete Fritchman
c1dcd83c49
Remove hardwired arch-dependent flags from CFLAGS.
...
PR: 52276
Submitted by: Ports Fury
2003-05-19 01:13:45 +00:00
Joe Marcus Clarke
b33eaf3276
Remove USE_GNOMENG.
2003-04-20 19:54:55 +00:00
Mario Sergio Fujikawa Ferreira
28d8313f64
After repo copy from graphics category to newly create multimedia
...
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
2003-04-04 01:38:40 +00:00
Akinori MUSHA
e88cb93ce3
de-pkg-comment
2003-02-20 18:08:19 +00:00
Mario Sergio Fujikawa Ferreira
866d8a60a1
Chase libdv library version bump in version 0.9.9
2003-01-16 18:44:34 +00:00
Mario Sergio Fujikawa Ferreira
bdbf1030b2
After repo copy from graphics category, update all appropriate
...
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
2002-11-28 16:37:35 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Mario Sergio Fujikawa Ferreira
da000a9632
Chase library version bump in libdv version 0.9.8
2002-09-04 20:46:24 +00:00
Ying-Chieh Liao
6a79cc52c4
- Fix build on -stable
...
- Support CFLAGS properly
- Do not install .la files
PR: 41503
Submitted by: Ports Fury
2002-08-10 17:08:46 +00:00
Christian Weisgerber
e7690885fd
Ogg Vorbis 1.0 library major version bumps.
2002-07-20 15:32:43 +00:00
Ying-Chieh Liao
a11d227875
add libquicktime 0.9.1
...
A library for reading and writing quicktime files
2002-07-18 08:07:32 +00:00