Skip site navigation (1)Skip section navigation (2)

CVS log for ports/games/gnome-music-quiz/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / games / gnome-music-quiz

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17
Fri Jun 1 20:43:35 2007 UTC (4 years, 8 months ago) by ahze
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.16: +1 -1 lines
- Retire gstreamer 0.8.0

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 19 20:06:12 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 3 13:10:55 2006 UTC (5 years, 3 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Drop maintainership

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 29 23:02:51 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:36:37 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 6 15:14:38 2005 UTC (6 years, 2 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Fix master site and WWW line
- Add SHA256 checksum

PR:		ports/90025
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:17 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:29 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 12 22:10:38 2005 UTC (6 years, 10 months ago) by jylefort
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Change my MAINTAINER email address to jylefort@FreeBSD.org

Approved by:	adamw (mentor)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 20 16:05:54 2005 UTC (6 years, 10 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Chase the slit of gconf to a seperate port.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:26 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 28 22:16:04 2005 UTC (6 years, 11 months ago) by ahze
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
- split multimedia/gstreamer-plugins in to individual ports per
  gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:24 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 16 21:28:23 2004 UTC (7 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Chase the gstreamer shared lib bump.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 2 20:15:40 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Bump PORTREVISION to chase the gstreamer shared lib version.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 1 12:49:05 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Move intltool copying to pre-configure. This fixes build in clean environment

Reported by:	bento via kris

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 20:40:01 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Add gnome-music-quiz, a small quiz game that plays songs from your Rhythmbox
music library and let you guess artist, album or track name.

PR:		ports/68156
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options