aboutsummaryrefslogtreecommitdiff
path: root/multimedia/smpeg/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-021-4/+4
| | | | Notes: svn path=/head/; revision=136688
* 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
* 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
* Fix PLIST generation.Alex Dupre2004-02-051-0/+1
| | | | | | | Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100081
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use USE_SDL macros in these ports.Edwin Groothuis2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98919
* Use USE_SDL.Peter Pentchev2003-10-021-6/+3
| | | | | | | | PR: 57481 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=90030
* update multimedia/smpeg:Daichi GOTO2003-07-151-3/+12
| | | | | | | | | | | - add WITHOUT_GUI knob to multimedia/smpeg PR: 54304 Submitted by: Josh Elsasser <jre@vineyard.net> Pointed out by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=84905
* 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
* de-pkg-commentAkinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75960
* Set Maintainership back to ports.Tilman Keskinoz2003-01-301-1/+1
| | | | | | | cpiazza's email is bouncing since Jan 7. Notes: svn path=/head/; revision=74295
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* 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
* Use c++ instead of cc for linking shared library from objects generatedMaxim Sobolev2002-07-021-1/+2
| | | | | | | from C++ code. This fixes the port on -current. Notes: svn path=/head/; revision=62337
* Chase increase of libSDL version number.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57807
* Update to 0.4.4.Maxim Sobolev2001-06-261-1/+1
| | | | Notes: svn path=/head/; revision=44466
* 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
* Update to 0.4.3.Maxim Sobolev2001-04-061-1/+1
| | | | Notes: svn path=/head/; revision=40951
* Update SDL shared library version number.Maxim Sobolev2001-02-161-1/+1
| | | | Notes: svn path=/head/; revision=38409
* Update to 0.4.2.Maxim Sobolev2000-12-111-2/+6
| | | | Notes: svn path=/head/; revision=35886
* Implement USE_GTK, part 1.Jeremy Lea2000-10-051-6/+5
| | | | Notes: svn path=/head/; revision=33424
* Add some additional master sitesChris Piazza2000-09-221-1/+5
| | | | | | | | PR: 21483 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=33020
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-151-0/+1
| | | | Notes: svn path=/head/; revision=29615
* Update to the 0.4.0 version.Maxim Sobolev2000-06-141-2/+2
| | | | Notes: svn path=/head/; revision=29598
* Update smpeg to 0.3.5.Will Andrews2000-04-251-3/+6
| | | | | | | | | PR: 18189 Submitted by: Maxim Sobolev <sobomax@altavista.net> Approved by: cpiazza Notes: svn path=/head/; revision=28008
* Revert to libSDL-1.0.Vanilla I. Shu2000-04-231-1/+1
| | | | Notes: svn path=/head/; revision=27923
* Add a patch for I18N fontset.Vanilla I. Shu2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27897
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Better DESCR and COMMENT files from Maxim SobolevChris Piazza2000-02-031-2/+9
| | | | | | | | | | and merge in (really dumb) things that I forgot to do. PR: 16500 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=25451
* add smpeg.Chris Piazza2000-02-031-0/+24
SMPEG is a free, general purpose mpeg player that uses the SDL library. Combines the functionality of mpeg_play and splay. SMPEG is made by Loki Entertainment Notes: svn path=/head/; revision=25443