Commit graph

55 commits

Author SHA1 Message Date
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Daniel Eischen
1540e85e88 Allow this to build with libdjbfft installed. This only modifies
the port Makefile, no content change at all.

Feature safe: yes
2009-09-27 14:53:42 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Mario Sergio Fujikawa Ferreira
4144f98eae Mark MAKE_JOBS_SAFE for SMP compilation 2009-03-26 02:57:25 +00:00
Mario Sergio Fujikawa Ferreira
d764cef27e Pet portlint(1): remove contiguous blank lines 2009-03-26 02:49:50 +00:00
Robert Noland
c6542427d4 Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
	-Bump ports that depend on libdvdread since shared lib
	 version rolls back from .5 to .4
	-Fix multimedia/ogle build with this version

PR:		127849
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2009-02-08 18:45:38 +00:00
Pav Lucistnik
d203b12054 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:36:39 +00:00
Mario Sergio Fujikawa Ferreira
29fcb971e1 o Use /dev/acd0 instead of /dev/acd0c as the default DVD device.
o Bump PORTREVISION.

Submitted by:	Andriy Gapon <avg@icyb.net.ua>
2008-09-30 15:19:15 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Edwin Groothuis
fa9509791f Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:01:29 +00:00
Pav Lucistnik
11e5683631 - Fix build with GCC 4.2
Submitted by:	Nikos Ntarmos <ntarmos@ceid.upatras.gr>
Obtained from:	http://lists.freebsd.org/pipermail/freebsd-multimedia/2007-June/007012.html
2007-07-04 19:16:56 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jeremy Chadwick
950aa9d668 * LIB_DEPENDS changes (require libdvdread.so.5)
* PORTREVISION increment

Reviewed by:	philip
2007-04-05 19:28:20 +00:00
Mario Sergio Fujikawa Ferreira
1229d39834 Give maintainership to multimedia@FreeBSD.org. 2007-04-01 07:50:30 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Mario Sergio Fujikawa Ferreira
6424ac815b o uphold portlint(1):
* Remove extraneous whitespaces
  * Use DATADIR macro

PR:		97253
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
2006-12-15 01:32:28 +00:00
Mario Sergio Fujikawa Ferreira
1402c7a07e o Rollback: depend on audio/liba52 instead of audio/liba52-devel
which broke too many installations
o Bump PORTREVISION
2006-12-15 01:13:18 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Mario Sergio Fujikawa Ferreira
61f394d635 o Use recently added audio/liba52-devel port instead of audio/liba52
one. The development version provides better performance and
  improved AC3 handling.
o Bump PORTREVISION
2005-12-12 18:57:01 +00:00
Mario Sergio Fujikawa Ferreira
96d55faa24 o If ${OSVERSION} >= 500000 use bswap16(9)/bswap32(9) instead
of be16toh(9)/be32toh(9).
o Bump PORTREVISION
2005-11-28 22:56:51 +00:00
Mario Sergio Fujikawa Ferreira
47aa970a1f o Properly set default dvd device based on OSVERSION unless one is
picked by the user via WITH_DVD_DEVICE
o Bump PORTREVISION

PR:		88539
Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
2005-11-18 20:30:28 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7 Add SHA256 checksum 2005-11-11 06:06:17 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Pav Lucistnik
3ea9ba4ea9 - Fix build with gcc-3.4 by increasing optimization level to -O2
This is a workaround for what looks like preprocessor bug in gcc

Clue provided by:	bland
2004-08-15 14:49:36 +00:00
Mario Sergio Fujikawa Ferreira
43485240fb USE_SIZEify 2004-02-08 01:14:05 +00:00
Alexander Nedotsukov
8a9e10bbb6 Switch dependency mad -> libmad as more apropriate. 2003-12-08 01:50:48 +00:00
Joe Marcus Clarke
c7ca0ba127 Chase the libmad/libid3tag shared lib version. 2003-12-07 01:27:06 +00:00
Mario Sergio Fujikawa Ferreira
51a9c8beaa 0.9.2 2003-11-10 00:41:15 +00:00
Mario Sergio Fujikawa Ferreira
d6cfeb9068 Update to 0.9.1 2003-04-06 04:56:38 +00:00
Mario Sergio Fujikawa Ferreira
c2c863c426 Update 0.9.0 2003-03-06 04:47:51 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Mario Sergio Fujikawa Ferreira
4ea37d8368 Fix: insure CFLAG safeness
PR:		45688
Submitted by:	Conrad Sabatier <conrads@cox.net>
2002-11-26 15:04:03 +00:00
Mario Sergio Fujikawa Ferreira
057d8fc994 Fix a logic error: add <sys/param.h> in patch-include:ogle_endian.h
instead of extra-patch-include:ogle_endian.h since the former is
optional. Therefore, all checks inside patch-include:ogle_endian.h
will work regardless of application of extra-patch-include:ogle_endian.h
2002-11-23 21:34:36 +00:00
Mario Sergio Fujikawa Ferreira
8f24b0985f o Further improve detection of FreeBSD optimized byteswap routines
o No PORTREVISION bump
2002-11-10 19:38:57 +00:00
Mario Sergio Fujikawa Ferreira
40c11279c3 Add a fix that accounts for recently added <sys/endian.h> in
4.7-RELEASE. It should account for both prior to 4.7R
and -CURRENT versions

Reviewed by:	mbr,
		Jose Marques <noway@nohow.demon.co.uk>,
		Jon Noack <noackjr@compgeek.com>,
		Kim Scarborough <sluggo@unknown.nu>
2002-10-11 19:20:28 +00:00
Mario Sergio Fujikawa Ferreira
9854034982 Fix build in -CURRENT
PR:		43546
Prompted by:	elevati0n <elevati0n@motocross.com>
Submitted by:	mbr,
		Lars Eggert <larse@isi.edu>
2002-10-05 17:36:29 +00:00
Mario Sergio Fujikawa Ferreira
892900c819 o Update to 0.8.5
o Finally mpeg and lpcm audio. Thus, remove PKGMESSAGE
2002-08-06 17:54:00 +00:00
Mario Sergio Fujikawa Ferreira
1a591f5e9a o Update to 0.8.4
o USE_REINPLACE

PR:		40049
Submitted by:	?yvind Kolbu <oyvind@kebab.gaffel.nu>
2002-07-03 16:53:57 +00:00
Mario Sergio Fujikawa Ferreira
505cfb9b43 o Chase checksum. Ogle developers re-rolled the distfile, no
functional change:
	- ac3/audio_play.c: one line spacing change
	- vmg/Makefile.in: regenerated by automake

PR:		39200
Prompted by:	Nate Eldredge <neldredge@hmc.edu>
2002-06-13 02:50:44 +00:00
Mario Sergio Fujikawa Ferreira
e5c47a3d78 o Update to 0.8.3
o Drop USE_LIBTOOL as dependency
o Remove patches merged back into distribution
2002-06-10 22:51:12 +00:00
Mario Sergio Fujikawa Ferreira
94c0c76aff Improve previous patch: USE_SUBMAKE so that LIBA52_DEP_LIBS is dynamically defined
across make targets; notably from depends to configure
2002-05-19 18:38:17 +00:00
Mario Sergio Fujikawa Ferreira
d72780928d Get rid of grep errors when liba52 hasn't been installed yet
Submitted by:	fenner
Requested by:	kris
2002-05-18 22:36:14 +00:00
Mario Sergio Fujikawa Ferreira
799cb22785 Fix configure against latest liba52 port with djbfft enabled per
default
2002-05-16 02:21:14 +00:00
Mario Sergio Fujikawa Ferreira
5b69ccdb12 Remove unnecessary dependency on libdvdcss, it is now a dependency
under libdvdread
2002-04-19 21:29:00 +00:00
Mario Sergio Fujikawa Ferreira
4424a221a6 o Patch to work with liba52 update to 0.7.3
o Bump PORTREVISION (liba52 had a slight interface update without
  a library version bump)

Submitted by:	ogle developers <dvd@dtek.chalmers.se>
2002-04-18 03:08:20 +00:00
Mario Sergio Fujikawa Ferreira
5641a05fd0 o Enable WITH_OPTIMIZED_BYTESWAP if CPUTYPE was set properly
o Re-arrange a bit so that this affects the whole port

Reviewed by:	kris
2002-04-18 02:26:16 +00:00
Mario Sergio Fujikawa Ferreira
5d54f417a0 o Add WITH_OPTIMIZED_BYTESWAP knob: to use optimized byteswap
routines. This works only in the i386 architecture but only with
  486 processors and above.
o A trick to enable use of <machine/endian.h> kernel routines

Submitted by:	eivind
2002-04-17 00:29:35 +00:00
Mario Sergio Fujikawa Ferreira
f12f2f6117 Chase libdvdcss update 1.1.0 version bump 2002-04-16 23:20:29 +00:00