[SM-Commit] GIT changes to master grimoire by David Kowis (ad937916c9d05edf35f397509936b315b9d717d8)

Arwed von Merkatz v.merkatz at gmx.net
Thu Mar 29 14:37:00 EDT 2007


On Thu, Mar 29, 2007 at 08:12:39AM -0500, David Kowis wrote:
> GIT changes to master grimoire by David Kowis <dkowis at shlrm.org>:
> 
>  audio-libs/libao/DEPENDS      |    1 +
>  audio-libs/libao/DEPENDS~     |   16 ++++++++++++++++
>  audio-libs/libao/HISTORY      |    3 +++
>  audio-libs/libao/HISTORY~     |   26 ++++++++++++++++++++++++++
>  audio-libs/libid3tag/DEPENDS  |    1 +
>  audio-libs/libid3tag/DEPENDS~ |    2 ++
>  audio-libs/libid3tag/HISTORY  |    3 +++
>  audio-libs/libid3tag/HISTORY~ |   29 +++++++++++++++++++++++++++++
>  8 files changed, 81 insertions(+)

I don't think you meant to commit those ~ files.

> 
> New commits:
> commit ad937916c9d05edf35f397509936b315b9d717d8
> Author: David Kowis <dkowis at shlrm.org>
> Commit: David Kowis <dkowis at shlrm.org>
> 
>     libid3tag
>     Needed dependency on g++
> 
> commit 724601dd2103f278fbd60693af437f17a315141a
> Author: David Kowis <dkowis at shlrm.org>
> Commit: David Kowis <dkowis at shlrm.org>
> 
>     libao
>     needed a dependency on g++
> 
> diff --git a/audio-libs/libao/DEPENDS b/audio-libs/libao/DEPENDS
> index 362d0db..632d9f2 100755
> --- a/audio-libs/libao/DEPENDS
> +++ b/audio-libs/libao/DEPENDS
> @@ -1,3 +1,4 @@
> +depends g++ &&
>  optional_depends  "nas"            \
>                    "--enable-nas"   \
>                    "--disable-nas"  \
> diff --git a/audio-libs/libao/DEPENDS~ b/audio-libs/libao/DEPENDS~
> new file mode 100755
> index 0000000..362d0db
> --- /dev/null
> +++ b/audio-libs/libao/DEPENDS~
> @@ -0,0 +1,16 @@
> +optional_depends  "nas"            \
> +                  "--enable-nas"   \
> +                  "--disable-nas"  \
> +                  "for nas output support"  &&
> +optional_depends  "alsa-lib"          \
> +                  "--enable-alsa09"   \
> +                  "--disable-alsa09"  \
> +                  "for alsa output support"  &&
> +optional_depends  "esound"         \
> +                  "--enable-esd"   \
> +                  "--disable-esdtest"  \
> +                  "for esd output support"  &&
> +optional_depends  "arts"            \
> +                  "--enable-arts"   \
> +                  "--disable-arts"  \
> +                  "for arts output support"
> diff --git a/audio-libs/libao/HISTORY b/audio-libs/libao/HISTORY
> index 33e8ab5..b4c873c 100644
> --- a/audio-libs/libao/HISTORY
> +++ b/audio-libs/libao/HISTORY
> @@ -1,3 +1,6 @@
> +2007-03-29 David Kowis <dkowis at shlrm.org>
> +	* DEPENDS: added dependency on g++
> +
>  2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
>  	* DETAILS: [automated] Removed BUILD_API=2.
>  
> diff --git a/audio-libs/libao/HISTORY~ b/audio-libs/libao/HISTORY~
> new file mode 100644
> index 0000000..33e8ab5
> --- /dev/null
> +++ b/audio-libs/libao/HISTORY~
> @@ -0,0 +1,26 @@
> +2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
> +	* DETAILS: [automated] Removed BUILD_API=2.
> +
> +2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
> +	* DETAILS: (automated) Add KEYWORDS
> +
> +2005-09-24 George Sherwood <george at beernabeer.com>
> +	* DETAILS: Update to 0.8.6, BUILD_API=2, delete MAINTAINER
> +	* DETAILS: update SOURCE_URL
> +	* BUILD: Seems patch isn't needed.
> +
> +2003-11-27 hgg <hgreig at bigpond.net.au>
> +	* DEPENDS: change the esound NO line to disable-esdtest, configure is broken in that respect
> +
> +2003-11-22 Arwed v. Merkatz <v.merkatz at gmx.net>
> +	* DETAILS: updated to 0.8.4, changed website and SOURCE_URL to use
> +	  http://www.xiph.org/ao/
> +	* DEPENDS: added optional_depends on nas, esound, alsa-lib and arts
> +	* BUILD, alsa-1.0.patch: added patch to compile with alsa 1.0(pre1)
> +
> +2002-07-25 Unet <unet at sourcemage.org>
> +	* DETAILS: Updated to 0.8.3
> +
> +2002-06-12 Unet <unet at sourcemage.org>
> +	* DETAILS, HISTORY: Created this.
> +
> diff --git a/audio-libs/libid3tag/DEPENDS b/audio-libs/libid3tag/DEPENDS
> index 58b8ec7..0445e11 100755
> --- a/audio-libs/libid3tag/DEPENDS
> +++ b/audio-libs/libid3tag/DEPENDS
> @@ -1,2 +1,3 @@
> +depends  g++      &&
>  depends  libtool  &&
>  depends  zlib
> diff --git a/audio-libs/libid3tag/DEPENDS~ b/audio-libs/libid3tag/DEPENDS~
> new file mode 100755
> index 0000000..58b8ec7
> --- /dev/null
> +++ b/audio-libs/libid3tag/DEPENDS~
> @@ -0,0 +1,2 @@
> +depends  libtool  &&
> +depends  zlib
> diff --git a/audio-libs/libid3tag/HISTORY b/audio-libs/libid3tag/HISTORY
> index ddc15ae..9cf08f8 100644
> --- a/audio-libs/libid3tag/HISTORY
> +++ b/audio-libs/libid3tag/HISTORY
> @@ -1,3 +1,6 @@
> +2007-03-29 David Kowis <dkowis at shlrm.org>
> +	* DEPENDS: added dependency on g++
> +
>  2006-08-15 Juuso Alasuutari <iuso at sourcemage.org>
>  	* DETAILS: [automated] Removed UPDATED (deprecated in favor of 
>  	  PATCHLEVEL).
> diff --git a/audio-libs/libid3tag/HISTORY~ b/audio-libs/libid3tag/HISTORY~
> new file mode 100644
> index 0000000..ddc15ae
> --- /dev/null
> +++ b/audio-libs/libid3tag/HISTORY~
> @@ -0,0 +1,29 @@
> +2006-08-15 Juuso Alasuutari <iuso at sourcemage.org>
> +	* DETAILS: [automated] Removed UPDATED (deprecated in favor of 
> +	  PATCHLEVEL).
> +
> +2006-06-05 Juuso Alasuutari <iuso at sourcemage.org>
> +	* CONFIGURE: Deleted, reverted previous edit.
> +	* BUILD: Deleted, reverted previous edit.
> +
> +2006-05-31 Juuso Alasuutari <iuso at sourcemage.org>
> +	* DETAILS: Removed BUILD_API=2, added PATCHLEVEL, tidied 
> +	  SOURCE_URL.
> +	* CONFIGURE: Added, configure options for building shared & 
> +	  static libs, debugging, and profiling.
> +	* DEPENDS: Added, depends libtool & zlib.
> +	* BUILD: Added, use configure options.
> +
> +2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
> +	* DETAILS: (automated) Add KEYWORDS
> +
> +2005-11-29 Seth Woolley <seth at tautology.org>
> +	* DETAILS: MD5 -> SHA512
> +
> +2004-08-25 Eric Sandall <sandalle at sourcemage.org>
> +	* DETAILS: Updated to 1.15.1b (thanks to ethx)
> +	  Added BUILD_API=2
> +
> +2003-11-22 Arwed v. Merkatz <v.merkatz at gmx.net>
> +	* DEPENDS, DETAILS, HISTORY: created the spell
> +
> _______________________________________________
> SM-Commit mailing list
> SM-Commit at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

-- 
Arwed v. Merkatz                              Source Mage GNU/Linux developer
                                                    http://www.sourcemage.org



More information about the SM-Commit mailing list