Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2614b4e9684db0147795dbbc0b4677fb51f0a68a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2614b4e9684db0147795dbbc0b4677fb51f0a68a)
  • Date: Tue, 12 Jun 2007 02:49:11 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++
audio-drivers/alsa-driver/DETAILS | 4 +-
audio-drivers/alsa-driver/HISTORY | 3 +
audio-drivers/alsa-firmware/DETAILS | 4 +-
audio-drivers/alsa-firmware/HISTORY | 3 +
audio-drivers/alsa-lib/DETAILS | 4 +-
audio-drivers/alsa-lib/HISTORY | 3 +
audio-drivers/alsa-oss/DETAILS | 4 +-
audio-drivers/alsa-oss/HISTORY | 3 +
audio-drivers/alsa-plugins/DETAILS | 4 +-
audio-drivers/alsa-plugins/HISTORY | 3 +
audio-drivers/alsa-tools/DETAILS | 4 +-
audio-drivers/alsa-tools/HISTORY | 3 +
audio-drivers/pyalsa/BUILD | 1
audio-drivers/pyalsa/DEPENDS | 2 +
audio-drivers/pyalsa/DETAILS | 35
+++++++++++++++++++++++
audio-drivers/pyalsa/HISTORY | 2 +
audio-drivers/pyalsa/INSTALL | 1
dev/null |binary
devel/jruby/DETAILS | 4 +-
devel/jruby/HISTORY | 3 +
graphics-libs/rmagick/DETAILS | 4 +-
graphics-libs/rmagick/HISTORY | 3 +
graphics-libs/rmagick/RMagick-1.15.6.tar.bz2.sig | 0
graphics-libs/rmagick/RMagick-1.15.7.tar.bz2.sig |binary
25 files changed, 85 insertions(+), 16 deletions(-)

New commits:
commit 206e1a328fd1caf9ae227267b9b9e137cffaf168
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/jruby:

DETAILS: updated to 1.0

commit e4fc9c7b6c2300bffb9e65c7e434f5cdf5a90b8b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics-libs/rmagick:

DETAILS: updated to 1.15.7

commit e274c6aa91af7866a62014e382b1a7f1693beee5
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/pyalsa: new spell, Python bindings for the Advanced
Linux Sound Architecture project

commit bea7535a993a3db1a9ff8e2772418d38c04e8ca8
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-tools:

DETAILS: updated to 1.0.14

commit d092b80bbe9fc18740303c63ea007db3ccc0551a
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-plugins:

DETAILS: updated to 1.0.14

commit d6cab9028d1583a4cbc67e29cb9b0a99d333f29c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-oss:

DETAILS: updated to 1.0.14

commit 96f5a38fd9c9a9d5f3875f4a9eb9b0d4fbe4c156
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-lib:

DETAILS: updated to 1.0.14a

commit ef526a8f68f866bbcfafa8574d40ea645a5b7fa5
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-firmware:

DETAILS: updated to 1.0.14

commit 7a42b8357ea8f5914b15e5b85607edbde440d222
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-driver:

DETAILS: updated to 1.0.14

diff --git a/ChangeLog b/ChangeLog
index 974a564..1f522aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * audio-drivers/pyalsa: new spell, Python bindings for the Advanced
+ Linux Sound Architecture project
+
2007-06-10 Robin Cook <rcook AT wyrms.net>
* new spell libs/libiptcdata

diff --git a/audio-drivers/alsa-driver/DETAILS
b/audio-drivers/alsa-driver/DETAILS
index 48a4a92..56ddd9e 100755
--- a/audio-drivers/alsa-driver/DETAILS
+++ b/audio-drivers/alsa-driver/DETAILS
@@ -1,9 +1,9 @@
SPELL=alsa-driver
- VERSION=1.0.14rc4
+ VERSION=1.0.14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/driver/$SOURCE
-
SOURCE_HASH=sha512:f369958ad9b858916619d2a7a1ae25dbcceabe6475b469f57cb700e42be817af0e7daec400d332555a764a511638d8921c76422e5fbbe7e12a4a62ca57e2efe9
+
SOURCE_HASH=sha512:f6eae8014a3b24c804c584ec9e5fe97999071e50c8abadd1b1040e8ff96deb631d0177d09f0e6f22bc28cc7ee5c38ce464744557a9896527af5dc949ee06018f
WEB_SITE=http://www.alsa-project.org/
ENTERED=20010922
ARCHIVE="off"
diff --git a/audio-drivers/alsa-driver/HISTORY
b/audio-drivers/alsa-driver/HISTORY
index 2835b42..af87937 100644
--- a/audio-drivers/alsa-driver/HISTORY
+++ b/audio-drivers/alsa-driver/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0.14
+
2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14rc4

diff --git a/audio-drivers/alsa-firmware/DETAILS
b/audio-drivers/alsa-firmware/DETAILS
index 742a966..d508173 100755
--- a/audio-drivers/alsa-firmware/DETAILS
+++ b/audio-drivers/alsa-firmware/DETAILS
@@ -1,9 +1,9 @@
SPELL=alsa-firmware
- VERSION=1.0.14rc4
+ VERSION=1.0.14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/firmware/$SOURCE
-
SOURCE_HASH=sha512:2a97dfd3881a82988a04fd2ecb87b383c5e478a55090958a9f2f71ac1ca519b37b7b263189b14a96c7e3aa8d604c2add51c85acf6920f2a1b1a8d56ad3a9263d
+
SOURCE_HASH=sha512:6e19086d952af59b939432a397bb883493f3161072a84686e566fa184b6d2e5efe02cf787e1df04d20f486fc88edb471f1112e31318fcdb2e2d8b48a27217039
WEB_SITE=http://www.alsa-project.org/
ENTERED=20031205
ARCHIVE="off"
diff --git a/audio-drivers/alsa-firmware/HISTORY
b/audio-drivers/alsa-firmware/HISTORY
index a9d056f..dcd4f8f 100644
--- a/audio-drivers/alsa-firmware/HISTORY
+++ b/audio-drivers/alsa-firmware/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0.14
+
2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14rc4

diff --git a/audio-drivers/alsa-lib/DETAILS b/audio-drivers/alsa-lib/DETAILS
index 8edb1b6..353b29d 100755
--- a/audio-drivers/alsa-lib/DETAILS
+++ b/audio-drivers/alsa-lib/DETAILS
@@ -1,6 +1,6 @@
SPELL=alsa-lib
- VERSION=1.0.14
-
SOURCE_HASH=sha512:52c05cd6fbc8860cafd3b750ff61b5b0131cc0a19bb1f91b808a38e542b2d9b1392bebd59e885f00bb3d5ae0fbf8d257ba6356f3ec80b7eea855a625a87793cf
+ VERSION=1.0.14a
+
SOURCE_HASH=sha512:5a0702e5f95faa21ca084f3073295f8ac9749a648a5e2202fa95281de4ed3c581cdc53f8feb9727f189a06b6da14c77224afe9269dcc5a4d95348e25b306d3fe
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
diff --git a/audio-drivers/alsa-lib/HISTORY b/audio-drivers/alsa-lib/HISTORY
index 319cc75..e648b50 100644
--- a/audio-drivers/alsa-lib/HISTORY
+++ b/audio-drivers/alsa-lib/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0.14a
+
2007-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.14

diff --git a/audio-drivers/alsa-oss/DETAILS b/audio-drivers/alsa-oss/DETAILS
index 9383fb9..8ecfd71 100755
--- a/audio-drivers/alsa-oss/DETAILS
+++ b/audio-drivers/alsa-oss/DETAILS
@@ -1,9 +1,9 @@
SPELL=alsa-oss
- VERSION=1.0.14rc4
+ VERSION=1.0.14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/oss-lib/$SOURCE
-
SOURCE_HASH=sha512:33808cf8672db088f5a95f64a28af94f1b581c40ac88cca254fce09fc225052ddd1d09a87899d7a032247464de71f24d766795c985e0520073e205bab94fa429
+
SOURCE_HASH=sha512:a50ca6ae364813b8f5e7135f7340f055f710d4350a13e3830eafade58e92001cbffe90a7136dda3be2bf158a3a77fc66a5a4b666fbafeacee86cf653f7f226c3
WEB_SITE=http://www.alsa-project.org/
ENTERED=20041026
LICENSE[0]=LGPL
diff --git a/audio-drivers/alsa-oss/HISTORY b/audio-drivers/alsa-oss/HISTORY
index fef5660..fb37bd6 100644
--- a/audio-drivers/alsa-oss/HISTORY
+++ b/audio-drivers/alsa-oss/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0.14
+
2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14rc4

diff --git a/audio-drivers/alsa-plugins/DETAILS
b/audio-drivers/alsa-plugins/DETAILS
index c4d600d..6e7dea9 100755
--- a/audio-drivers/alsa-plugins/DETAILS
+++ b/audio-drivers/alsa-plugins/DETAILS
@@ -1,9 +1,9 @@
SPELL=alsa-plugins
- VERSION=1.0.14rc4
+ VERSION=1.0.14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/plugins/$SOURCE
-
SOURCE_HASH=sha512:cc72481d6b4460ff881993985a97938a2f56c81908fbbf02068b6fc33d6426afeabfd89da12fe171165002bd9d9bb7d8bacf1121f0e92be5b30d5a9fcb5307db
+
SOURCE_HASH=sha512:ff63a8cc68343aa3939e16c1037726f6e6581162c0c44cb4a781fe520d1d351358363a1de99510cbdfd543b93b0aff13c526afabba9493d41b9e1224f01d3bba
WEB_SITE=http://www.alsa-project.org/
ENTERED=20061001
LICENSE[0]=GPL
diff --git a/audio-drivers/alsa-plugins/HISTORY
b/audio-drivers/alsa-plugins/HISTORY
index 1b2b605..3d628a9 100644
--- a/audio-drivers/alsa-plugins/HISTORY
+++ b/audio-drivers/alsa-plugins/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0.14
+
2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14rc4

diff --git a/audio-drivers/alsa-tools/DETAILS
b/audio-drivers/alsa-tools/DETAILS
index 3e136ce..3b5276d 100755
--- a/audio-drivers/alsa-tools/DETAILS
+++ b/audio-drivers/alsa-tools/DETAILS
@@ -1,9 +1,9 @@
SPELL=alsa-tools
- VERSION=1.0.14rc3
+ VERSION=1.0.14
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/tools/$SOURCE
-
SOURCE_HASH=sha512:bfa604875b10921aecdaf7fd7b158b9b3c1bdb7305fbf99143eb489e9bc42c724d59b9461e5cfb25640c66aceb0679a81406178acd9bbe2ec2d0c88d0fdd2083
+
SOURCE_HASH=sha512:29e840392bec94cf448046a11d2816a89d606c8568ceb1a4ccc4995d261fd779bc90c77eb7476820b0e0027eaf04eebb55f520b2b12c418afaa85b4852ddf77a
WEB_SITE=http://www.alsa-project.org/
ENTERED=20040525
LICENSE[0]=GPL
diff --git a/audio-drivers/alsa-tools/HISTORY
b/audio-drivers/alsa-tools/HISTORY
index 0caa0ae..f5c03d6 100644
--- a/audio-drivers/alsa-tools/HISTORY
+++ b/audio-drivers/alsa-tools/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0.14
+
2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14rc3

diff --git a/audio-drivers/pyalsa/BUILD b/audio-drivers/pyalsa/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/audio-drivers/pyalsa/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/audio-drivers/pyalsa/DEPENDS b/audio-drivers/pyalsa/DEPENDS
new file mode 100755
index 0000000..3bacd1b
--- /dev/null
+++ b/audio-drivers/pyalsa/DEPENDS
@@ -0,0 +1,2 @@
+depends alsa-lib &&
+depends python
diff --git a/audio-drivers/pyalsa/DETAILS b/audio-drivers/pyalsa/DETAILS
new file mode 100755
index 0000000..3bcb8c5
--- /dev/null
+++ b/audio-drivers/pyalsa/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=pyalsa
+ VERSION=1.0.14
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:ca50f218109b6740ab94a1cb9fdb3f9bf192ab6d15078e41933e5dd12e46bef0583ec295c10f9e8ca1e69fe890406ede2d8b6d933e8540fd07724cb69608feca
+ WEB_SITE=http://www.alsa-project.org/
+ ENTERED=20070612
+ LICENSE[0]=GPL
+ KEYWORDS="drivers audio python"
+ SHORT="Python bindings for the Advanced Linux Sound Architecture
project"
+cat << EOF
+From http://www.alsa-project.org/intro.php3
+The Advanced Linux Sound Architecture project is being developed in the
+Linux operating system and is released under version 2 of the GPL (GNU
+general public license) and the LGPL (GNU library general public license).
+
+Primary goals:
+
+1. Create a fully modularized sound driver which supports kerneld and kmod.
+
+2. Create the ALSA Kernel API which surpasses the current OSS API.
+
+3. Maintain compatibility with most OSS/Lite binaries.
+
+4. Create the ALSA Library (C, C++), which simplifies ALSA application
+development.
+
+5. Create the ALSA Manager, an interactive configuration program for
+the driver.
+
+Lastly, this sorcery spell supports one and only one sound card.
+If you have more or it is ISA, then you will likely have to create
+a custom spell.
+EOF
diff --git a/audio-drivers/pyalsa/HISTORY b/audio-drivers/pyalsa/HISTORY
new file mode 100644
index 0000000..c018958
--- /dev/null
+++ b/audio-drivers/pyalsa/HISTORY
@@ -0,0 +1,2 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created the spell
diff --git a/audio-drivers/pyalsa/INSTALL b/audio-drivers/pyalsa/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/audio-drivers/pyalsa/INSTALL
@@ -0,0 +1 @@
+default_install_python
diff --git a/devel/jruby/DETAILS b/devel/jruby/DETAILS
index 0057b5d..90f9d6f 100755
--- a/devel/jruby/DETAILS
+++ b/devel/jruby/DETAILS
@@ -1,8 +1,8 @@
SPELL=jruby
- VERSION=0.9.0
+ VERSION=1.0
SOURCE=$SPELL-src-$VERSION.tar.gz
SOURCE_URL[0]=http://dist.codehaus.org/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:baeab5fbbc4dbc84ffebc6d23e9c51edc68dcd8898d0e751b21a0700a24197d6b86cd5aca389e8101c79fe10ed18e3311a926fa2837f7b9c09692e3978642de8
+
SOURCE_HASH=sha512:948b3a34d4a5ff655298634e5684712b1c5b312e0e7d0724637557a72580ab2f0690a03d033f3a74fff4eeb84f2768eb8fe058d34bf32770c9592efdd8800725
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
WEB_SITE=http://jruby.codehaus.org/Home
LICENSE[0]=GPL
diff --git a/devel/jruby/HISTORY b/devel/jruby/HISTORY
index 5cd0a29..40403a5 100644
--- a/devel/jruby/HISTORY
+++ b/devel/jruby/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.0
+
2006-11-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: java is in z-rejected #11106

diff --git a/graphics-libs/rmagick/DETAILS b/graphics-libs/rmagick/DETAILS
index dc66736..421313b 100755
--- a/graphics-libs/rmagick/DETAILS
+++ b/graphics-libs/rmagick/DETAILS
@@ -1,8 +1,8 @@
SPELL=rmagick
- VERSION=1.15.6
+ VERSION=1.15.7
SOURCE=RMagick-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/RMagick-${VERSION}
- SOURCE_URL[0]=http://rubyforge.org/frs/download.php/20030/$SOURCE
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/21576/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://rmagick.rubyforge.org/
ENTERED=20051105
diff --git a/graphics-libs/rmagick/HISTORY b/graphics-libs/rmagick/HISTORY
index 76c3465..942ee39 100644
--- a/graphics-libs/rmagick/HISTORY
+++ b/graphics-libs/rmagick/HISTORY
@@ -1,3 +1,6 @@
+2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.15.7
+
2007-05-01 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 1.15.6

diff --git a/graphics-libs/rmagick/RMagick-1.15.6.tar.bz2.sig
b/graphics-libs/rmagick/RMagick-1.15.6.tar.bz2.sig
deleted file mode 100644
index c86e4f6..0000000
Binary files a/graphics-libs/rmagick/RMagick-1.15.6.tar.bz2.sig and /dev/null
differ
diff --git a/graphics-libs/rmagick/RMagick-1.15.7.tar.bz2.sig
b/graphics-libs/rmagick/RMagick-1.15.7.tar.bz2.sig
new file mode 100644
index 0000000..0623deb
Binary files /dev/null and b/graphics-libs/rmagick/RMagick-1.15.7.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2614b4e9684db0147795dbbc0b4677fb51f0a68a), Pol Vinogradov, 06/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page