Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (8f1c6574cda4ca37624064ebfecb425956b17e1d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (8f1c6574cda4ca37624064ebfecb425956b17e1d)
  • Date: Fri, 31 Oct 2008 23:26:38 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
accounts | 1 +
audio-drivers/pulseaudio/HISTORY | 1 +
audio-drivers/pulseaudio/PRE_BUILD | 7 +++++++
e-17/edvi/DETAILS | 2 +-
e-17/edvi/HISTORY | 3 +++
e-17/epdf/DETAILS | 2 +-
e-17/epdf/HISTORY | 3 +++
groups | 3 +++
9 files changed, 23 insertions(+), 2 deletions(-)

New commits:
commit 8f1c6574cda4ca37624064ebfecb425956b17e1d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

epdf: License is GPL

commit 2e45fa97e94bef623e0860c5600a4b86c2dd69f8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

edvi: License is GPL

commit 1ccabd2e9508b36ec8cbc0197fad6b0b0326afab
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pulseaudio: Setup pulse accounts

commit 80a9314319899043119f51a27357b00142ddfa0e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

* accounts: Added uid 163:167 pulse for pulseaudio
* groups: Added gid 167 pulse, gid 168 pulse-rt, and 169
pulse-access for pulseaudio

diff --git a/ChangeLog b/ChangeLog
index 1fbca69..48d5d4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
2008-10-31 Eric Sandall <sandalle AT sourcemage.org>
* audio-drivers/pavumeter: Added a GTK+ PulseAudio volume meter
* accounts: backuppc used already-in-use uid 161, change to 162
+ Added uid 163:167 pulse for pulseaudio
+ * groups: Added gid 167 pulse, gid 168 pulse-rt, and 169 pulse-access
+ for pulseaudio

2008-10-30 Justin Boffemmyer <flux AT sourcemage.org>
* i18n/m17n-lib: new spell, multilingualization library
diff --git a/accounts b/accounts
index 00d1f08..2847f96 100755
--- a/accounts
+++ b/accounts
@@ -73,4 +73,5 @@ dovecot:159:159
nsd:160:164
polkituser:161:165
backuppc:162:166
+pulse:163:167
nobody:65534:65534
diff --git a/audio-drivers/pulseaudio/HISTORY
b/audio-drivers/pulseaudio/HISTORY
index 3276a7b..f715725 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,6 +1,7 @@
2008-10-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.13
* DEPENDS: Optionally depends on policykit
+ * PRE_BUILD: Setup pulse accounts

2008-10-02 Pieter Lenaerts <e-type AT sourcemage.org>
* DEPENDS: depends gdbm and speex
diff --git a/audio-drivers/pulseaudio/PRE_BUILD
b/audio-drivers/pulseaudio/PRE_BUILD
new file mode 100755
index 0000000..ed59915
--- /dev/null
+++ b/audio-drivers/pulseaudio/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+for group in pulse{,-rt,-access}; do
+ create_group $group
+done &&
+
+create_account pulse
diff --git a/e-17/edvi/DETAILS b/e-17/edvi/DETAILS
index f0bb2b4..1bfc7a7 100755
--- a/e-17/edvi/DETAILS
+++ b/e-17/edvi/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn

SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/PROTO/$SPELL:$SPELL
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
- LICENSE[0]=BSD
+ LICENSE[0]=GPL
KEYWORDS="pdf enlightenment"
WEB_SITE=http://enlightenment.org/
ENTERED=20060912
diff --git a/e-17/edvi/HISTORY b/e-17/edvi/HISTORY
index e2c15c8..aad47af 100644
--- a/e-17/edvi/HISTORY
+++ b/e-17/edvi/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: License is GPL
+
2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: CVS -> SVN
Remove unneeded modification of SPELL for SOURCE_URL
diff --git a/e-17/epdf/DETAILS b/e-17/epdf/DETAILS
index 4a15366..f6391f8 100755
--- a/e-17/epdf/DETAILS
+++ b/e-17/epdf/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_IGNORE=volatile
WEB_SITE=http://enlightenment.org/
ENTERED=20060220
- LICENSE[0]=BSD
+ LICENSE[0]=GPL
KEYWORDS="pdf enlightenment"
SHORT="EFL based pdf renderer"
cat << EOF
diff --git a/e-17/epdf/HISTORY b/e-17/epdf/HISTORY
index 627d5c7..6d26d0b 100644
--- a/e-17/epdf/HISTORY
+++ b/e-17/epdf/HISTORY
@@ -1,3 +1,6 @@
+2008-10-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: License is GPL
+
2008-09-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: CVS -> SVN
Remove unneeded modification of SPELL for SOURCE_URL
diff --git a/groups b/groups
index 51db485..c0de25a 100755
--- a/groups
+++ b/groups
@@ -87,5 +87,8 @@ vlock:163:
nsd:164:
polkituser:165:
backuppc:166:
+pulse:167:
+pulse-rt:168:
+pulse-access:169:
users:1000:
nogroup:65534:




Archive powered by MHonArc 2.6.24.

Top of Page