summaryrefslogtreecommitdiff
path: root/multimedia/smpeg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-152-4/+13
| | | | | | | | | | | - 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-202-1/+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-022-1/+15
| | | | | | | 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-262-2/+2
| | | | 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-064-22/+3
| | | | Notes: svn path=/head/; revision=40951
* Update SDL shared library version number.Maxim Sobolev2001-02-161-1/+1
| | | | Notes: svn path=/head/; revision=38409
* OOPS, previously committed not a last version of this patch.Maxim Sobolev2000-12-111-2/+11
| | | | Notes: svn path=/head/; revision=35891
* Fix smpeg-config: sdl-config in FreeBSD called sdl11-config.Maxim Sobolev2000-12-111-0/+11
| | | | Notes: svn path=/head/; revision=35890
* Update to 0.4.2.Maxim Sobolev2000-12-114-16/+9
| | | | 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
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* 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-152-2/+1
| | | | Notes: svn path=/head/; revision=29615
* Update to the 0.4.0 version.Maxim Sobolev2000-06-143-3/+5
| | | | Notes: svn path=/head/; revision=29598
* Update smpeg to 0.3.5.Will Andrews2000-04-253-4/+8
| | | | | | | | | 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-224-3/+23
| | | | 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
* Add a patch forgot while merging changes from Maxim SobolevChris Piazza2000-02-031-0/+11
| | | | Notes: svn path=/head/; revision=25452
* Better DESCR and COMMENT files from Maxim SobolevChris Piazza2000-02-034-5/+24
| | | | | | | | | | 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-035-0/+46
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