aboutsummaryrefslogtreecommitdiff
path: root/multimedia/smpeg
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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
* - Fix build with gcc4.xJose Alonso Cardenas Marquez2007-03-202-1/+17
| | | | | | | | Reported by : Kris Obtained from : NetBSD Notes: svn path=/head/; revision=187814
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - 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
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Fix wrong plistMarcus Alves Grando2006-04-282-3/+4
| | | | | | | | | | - portlint(1) PR: 96394 Submitted by: maintainer Notes: svn path=/head/; revision=160632
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix fetch issues by removing stale mirrors and adding MASTER_SITE_GENTOO toFlorent Thoumie2005-11-232-7/+5
| | | | | | | | | | | | MASTER_SITES. - Pass maintainership to submitter. - Add SHA256 checksum. PR: ports/89189 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=149177
* 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-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 build on AMD64Kirill Ponomarev2004-02-081-0/+11
| | | | Notes: svn path=/head/; revision=100423
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* 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-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