summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-14 19:00:06 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-14 19:00:06 +0000
commit2b3a00a1dfd2c206573f9dfd0650d970f465e7b4 (patch)
tree65f8450e9df88de5760d89b87a7735c5885f88ad /media-sound/pd/files
parentNew package. Fixes #2749 (diff)
downloadgentoo-2-2b3a00a1dfd2c206573f9dfd0650d970f465e7b4.tar.gz
gentoo-2-2b3a00a1dfd2c206573f9dfd0650d970f465e7b4.tar.bz2
gentoo-2-2b3a00a1dfd2c206573f9dfd0650d970f465e7b4.zip
New package. Fixes #2987
Diffstat (limited to 'media-sound/pd/files')
-rw-r--r--media-sound/pd/files/digest-pd-0.35_pre241
-rw-r--r--media-sound/pd/files/pd-0.35-test24-gentoo.patch40
2 files changed, 41 insertions, 0 deletions
diff --git a/media-sound/pd/files/digest-pd-0.35_pre24 b/media-sound/pd/files/digest-pd-0.35_pre24
new file mode 100644
index 000000000000..2159f1296864
--- /dev/null
+++ b/media-sound/pd/files/digest-pd-0.35_pre24
@@ -0,0 +1 @@
+MD5 5e16595c97ffd7e3ccb5296031a4e4c6 pd-0.35-test24.linux.tar.gz 1331557
diff --git a/media-sound/pd/files/pd-0.35-test24-gentoo.patch b/media-sound/pd/files/pd-0.35-test24-gentoo.patch
new file mode 100644
index 000000000000..d35143418a2b
--- /dev/null
+++ b/media-sound/pd/files/pd-0.35-test24-gentoo.patch
@@ -0,0 +1,40 @@
+diff -ur pd-0.35-test24.orig/src/makefile.in pd-0.35-test24/src/makefile.in
+--- pd-0.35-test24.orig/src/makefile.in Fri May 24 19:08:40 2002
++++ pd-0.35-test24/src/makefile.in Tue Jun 4 10:44:00 2002
+@@ -12,6 +12,8 @@
+ INSTALL_PREFIX = @prefix@
+ GFLAGS = -DINSTALL_PREFIX=\"$(INSTALL_PREFIX)\"
+
++MANDIR = @mandir@
++
+ # ALSA compilation
+
+ SOUND_ALSA = @alsa@
+@@ -164,6 +166,7 @@
+ cd ../extra/pique;make @EXTERNTARGET@
+
+ INSTDIR = $(DESTDIR)/$(INSTALL_PREFIX)
++MANINSTDIR = $(DESTDIR)/$(MANDIR)
+ install:
+ install -d $(INSTDIR)/lib/pd/bin
+ install $(BIN_DIR)/$(GUINAME) $(INSTDIR)/lib/pd/bin/$(GUINAME)
+@@ -179,12 +182,13 @@
+ cp -r ../doc $(INSTDIR)/lib/pd/
+ install -d $(INSTDIR)/include
+ install -m644 m_pd.h $(INSTDIR)/include/m_pd.h
+- gzip < ../man/pd.1 > $(INSTDIR)/man/man1/pd.1.gz
+- chmod 644 $(INSTDIR)/man/man1/pd.1.gz
+- gzip < ../man/pdsend.1 > $(INSTDIR)/man/man1/pdsend.1.gz
+- chmod 644 $(INSTDIR)/man/man1/pdsend.1.gz
+- gzip < ../man/pdreceive.1 > $(INSTDIR)/man/man1/pdreceive.1.gz
+- chmod 644 $(INSTDIR)/man/man1/pdreceive.1.gz
++ install -d $(MANINSTDIR)/man1
++ gzip < ../man/pd.1 > $(MANINSTDIR)/man1/pd.1.gz
++ chmod 644 $(MANINSTDIR)/man1/pd.1.gz
++ gzip < ../man/pdsend.1 > $(MANINSTDIR)/man1/pdsend.1.gz
++ chmod 644 $(MANINSTDIR)/man1/pdsend.1.gz
++ gzip < ../man/pdreceive.1 > $(MANINSTDIR)/man1/pdreceive.1.gz
++ chmod 644 $(MANINSTDIR)/man1/pdreceive.1.gz
+
+ local-clean:
+ -rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/$(GUINAME) $(BIN_DIR)/pdsend \