summaryrefslogtreecommitdiff
path: root/multimedia/xtheater (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool15 port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-101-0/+1
| | | | Notes: svn path=/head/; revision=184749
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-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) Notes: svn path=/head/; revision=173460
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149442
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-022-3/+3
| | | | Notes: svn path=/head/; revision=136688
* Add missing libtool droppingsKris Kennaway2004-11-261-0/+2
| | | | Notes: svn path=/head/; revision=122466
* Fix build with gcc-3.4Kirill Ponomarev2004-08-231-0/+67
| | | | | | | | PR: ports/70869 Submitted by: Ports Fury Notes: svn path=/head/; revision=117150
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Use USE_SDL macros in these ports.Edwin Groothuis2004-01-231-6/+3
| | | | Notes: svn path=/head/; revision=98919
* USE_MESA -> USE_GLMax Khon2003-12-101-1/+1
| | | | Notes: svn path=/head/; revision=95536
* 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-2/+2
| | | | | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78074
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-031-1/+2
| | | | | | | | PR: 42349 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65522
* Fix typoHye-Shik Chang2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=63175
* - Fix PORTVERSIONYing-Chieh Liao2002-07-133-34/+31
| | | | | | | | | | | - Fix LIB_DEPENDS - GNU_CONFIGURE -> USE_LIBTOOL PR: 40501 Submitted by: Ports Fury Notes: svn path=/head/; revision=62902
* Chase lib version from avifile version 0.7.7.20020523Mario Sergio Fujikawa Ferreira2002-06-251-1/+1
| | | | Notes: svn path=/head/; revision=61961
* add xtheater 1.0.0p1Ying-Chieh Liao2002-06-086-0/+65
MPEG-1 player in GTK+ capable of playing MPEG-1 format streams Notes: svn path=/head/; revision=60859