aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmps
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Mark as broken on sparc64.linimon2008-12-101-1/+7
| | | | Hat: portmgr
* - Now builds on amd64pav2008-06-191-7/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Attempt to fix build on FreeBSD 7.xpav2007-12-221-0/+1
|
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Remove BROKEN tag.danfe2007-07-051-4/+0
|
* - Fix the build with GCC 4.2 [1]danfe2007-07-043-5/+21
| | | | | | | - Try to pacify portlint(1) - Usual minor Makefile cleanups Reported by: pointyhat (logs) [1]
* - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-031-0/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove dead sites, wwwpav2007-03-242-6/+1
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+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)
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+36
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-261-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-032-8/+4
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* o Add MASTER_SITES (there were 0 available)lioux2004-07-092-1/+5
| | | | o Add WWW tag
* Tidy up whitespace.trevor2004-04-111-1/+0
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* BROKEN on !i386: Does not compilekris2004-03-131-1/+7
|
* SIZEify.trevor2004-01-301-0/+1
|
* Use USE_SDL macros in these ports.edwin2004-01-241-4/+1
|
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* Per distfile survey, note the fact that the mastersite for this codelinimon2003-10-282-3/+2
| | | | disappeared from sourceforge in June 2003.
* Fix build with gcc 3.3.1.fjoe2003-10-282-7/+22
| | | | Bump PORTREVISION.
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* After repo copy from graphics category to newly create multimedialioux2003-04-041-1/+1
| | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Use USE_GNOMENG.marcus2002-10-061-8/+7
| | | | Requested by: James Pole <james.pole@paradise.net.nz>
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Move:sobomax2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* Fix the build on -current (PTHREAD_LIBS conversion victim).sobomax2001-04-023-3/+3
| | | | Prompted by: Michael McGoldrick <mtm98@doc.ic.ac.uk>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-2/+2
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Add two missed static libraries.sobomax2001-02-201-0/+2
| | | | Submitted by: "pkg_delete /var/db/pkg/*"
* Update SDL shared library version number.sobomax2001-02-171-1/+1
|
* Add missed sdl-devel dependency.sobomax2001-02-061-0/+2
| | | | Submitted by: Roman Shterenzon <roman@xpert.com>
* - Update to 0.2.0;sobomax2001-02-0522-142/+269
| | | | | | | | | | | | | | - make pkg-descr reflecting reality (no smpeg anymore); - force usual naming conventions for the libraries installed into ${PREFIX}/lib (i.e. .so and .so.xxx, not just .so). Please note that unlike previous, this new version doesn't include ability to play MPEG-1 OOB, so if you use it for than you probably may want to stick with 0.1.3. Also please note that it's still full of stupid bugs and linuxisms (like assumption that OS should zero all unitialized data when loading a program), so beware. Update prompted by: lioux
* Update to 0.1.3.sobomax2000-12-197-77/+97
| | | | Prompted by: MANY
* Update version number of smpeg shared library.sobomax2000-12-111-1/+1
|
* Whitespace-only:sobomax2000-11-011-2/+2
| | | | Make indentation uniform across my ports.
* Another sourceforge victim.sobomax2000-10-152-2/+2
|
* Fix another well-known libtool stupidity.sobomax2000-10-121-0/+4
| | | | Propelled by: th@d83b0468.dsl.flashcom.net (on IRC)
* Implement USE_GNOME, part 1.reg2000-10-053-59/+36
|
* Fix PLIST.sobomax2000-06-211-1/+1
|
* Initial import of xmps - a nice Gnome MPEG videoplayer.sobomax2000-06-1510-0/+246