aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmps
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* o Add MASTER_SITES (there were 0 available)Mario Sergio Fujikawa Ferreira2004-07-092-1/+5
| | | | | | | o Add WWW tag Notes: svn path=/head/; revision=113241
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106671
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* BROKEN on !i386: Does not compileKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103859
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Use USE_SDL macros in these ports.Edwin Groothuis2004-01-231-4/+1
| | | | Notes: svn path=/head/; revision=98919
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93887
* Per distfile survey, note the fact that the mastersite for this codeMark Linimon2003-10-282-3/+2
| | | | | | | disappeared from sourceforge in June 2003. Notes: svn path=/head/; revision=92402
* Fix build with gcc 3.3.1.Max Khon2003-10-282-7/+22
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=92386
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* After repo copy from graphics category to newly create multimediaMario Sergio Fujikawa Ferreira2003-04-041-1/+1
| | | | | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78074
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Use USE_GNOMENG.Joe Marcus Clarke2002-10-051-8/+7
| | | | | | | Requested by: James Pole <james.pole@paradise.net.nz> Notes: svn path=/head/; revision=67342
* Chase increase of libSDL version number.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57807
* Move:Maxim Sobolev2001-04-091-1/+1
| | | | | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami Notes: svn path=/head/; revision=41125
* Fix the build on -current (PTHREAD_LIBS conversion victim).Maxim Sobolev2001-04-023-3/+3
| | | | | | | Prompted by: Michael McGoldrick <mtm98@doc.ic.ac.uk> Notes: svn path=/head/; revision=40730
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Add two missed static libraries.Maxim Sobolev2001-02-201-0/+2
| | | | | | | Submitted by: "pkg_delete /var/db/pkg/*" Notes: svn path=/head/; revision=38514
* Update SDL shared library version number.Maxim Sobolev2001-02-161-1/+1
| | | | Notes: svn path=/head/; revision=38409
* Add missed sdl-devel dependency.Maxim Sobolev2001-02-061-0/+2
| | | | | | | Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=38024
* - Update to 0.2.0;Maxim Sobolev2001-02-0422-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 Notes: svn path=/head/; revision=37956
* Update to 0.1.3.Maxim Sobolev2000-12-197-77/+97
| | | | | | | Prompted by: MANY Notes: svn path=/head/; revision=36128
* Update version number of smpeg shared library.Maxim Sobolev2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=35887
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Another sourceforge victim.Maxim Sobolev2000-10-152-2/+2
| | | | Notes: svn path=/head/; revision=33859
* Fix another well-known libtool stupidity.Maxim Sobolev2000-10-121-0/+4
| | | | | | | Propelled by: th@d83b0468.dsl.flashcom.net (on IRC) Notes: svn path=/head/; revision=33724
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-053-59/+36
| | | | Notes: svn path=/head/; revision=33428
* Fix PLIST.Maxim Sobolev2000-06-211-1/+1
| | | | Notes: svn path=/head/; revision=29737
* Initial import of xmps - a nice Gnome MPEG videoplayer.Maxim Sobolev2000-06-1510-0/+246
Notes: svn path=/head/; revision=29608