changeset in /hg/icedtea: 2008-10-14 Omair Majid <omajid at redhat....

Omair Majid omajid at redhat.com
Sat Oct 18 21:23:30 PDT 2008


changeset d5201ed0410a in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d5201ed0410a
description:
	2008-10-14 Omair Majid <omajid at redhat.com>

	    * .hgignore: Added pulse-java.jar to ignore list.
	    * Makefile.am: Move jni-common.o out of the way when done.

diffstat:

3 files changed, 7 insertions(+)
.hgignore   |    1 +
ChangeLog   |    5 +++++
Makefile.am |    1 +

diffs (31 lines):

diff -r 81e9c55169c4 -r d5201ed0410a .hgignore
--- a/.hgignore	Tue Oct 14 13:29:55 2008 -0400
+++ b/.hgignore	Tue Oct 14 15:08:24 2008 -0400
@@ -445,3 +445,4 @@ pulseaudio/.*\.o
 pulseaudio/.*\.o
 pulseaudio/src/native/org_.*.h
 pulseaudio/.*jar
+pulse-java.jar
diff -r 81e9c55169c4 -r d5201ed0410a ChangeLog
--- a/ChangeLog	Tue Oct 14 13:29:55 2008 -0400
+++ b/ChangeLog	Tue Oct 14 15:08:24 2008 -0400
@@ -1,3 +1,8 @@ 2008-10-14 Omair Majid <omajid at redhat.co
+2008-10-14 Omair Majid <omajid at redhat.com>
+	
+	* .hgignore: Added pulse-java.jar to ignore list.
+	* Makefile.am: Move jni-common.o out of the way when done.
+
 2008-10-14 Omair Majid <omajid at redhat.com>
 
 	* Makefile.am (stamps/pulse-java.stamp): Added
diff -r 81e9c55169c4 -r d5201ed0410a Makefile.am
--- a/Makefile.am	Tue Oct 14 13:29:55 2008 -0400
+++ b/Makefile.am	Tue Oct 14 15:08:24 2008 -0400
@@ -1429,6 +1429,7 @@ if ENABLE_PULSE_JAVA
 	$(CC) $(LIBPULSE_CFLAGS) $(CFLAGS) -fPIC -c -I$(ICEDTEA_BOOT_DIR)/include/linux -I$(ICEDTEA_BOOT_DIR)/include $(PULSE_JAVA_NATIVE_SRCDIR)/org_classpath_icedtea_pulseaudio_PulseAudioTargetPort.c
 	$(CC) $(LDFLAGS) -shared $(LIBPULSE_LIBS) -o libpulse-java.so org_*pulseaudio*.o jni-common.o
 	mv org_classpath_icedtea_pulseaudio_*.o $(PULSE_JAVA_CLASS_DIR)
+	mv jni-common.o $(PULSE_JAVA_CLASS_DIR)
 endif
 	mkdir -p stamps
 	touch stamps/pulse-java.stamp



More information about the distro-pkg-dev mailing list