Re: gtkpbbuttons 0,6.10

2007-07-09 Thread Elimar Riesebieter
On Sun, 08 Jul 2007 the mental interface of
Bin Zhang told:

 On 7/8/07, Elimar Riesebieter [EMAIL PROTECTED] wrote:

 Hi,

 did one successful build gtkpbbuttons 0.6.10? Here:

 Yes. On my ibook G4 1.2Ghz 12.
 (./configure LAPTOP=POWERBOOK --without-oss --with-alsa
 for compiling pbbuttonsd 0.8.1)

Hmm, --with-alsa is set by default. LAPTOP=POWERBOOK isn't a compile
option (checked by ./configure --help) and why --whithout-oss?

Think, that has nothing to do with the missing cddv.c failure
building gtkpbbuttons.

Elimar


-- 
  You cannot propel yourself forward by
  patting yourself on the back.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gtkpbbuttons 0,6.10

2007-07-09 Thread Bin Zhang

On 7/9/07, Elimar Riesebieter [EMAIL PROTECTED] wrote:

On Sun, 08 Jul 2007 the mental interface of
Bin Zhang told:

 On 7/8/07, Elimar Riesebieter [EMAIL PROTECTED] wrote:

 Hi,

 did one successful build gtkpbbuttons 0.6.10? Here:

 Yes. On my ibook G4 1.2Ghz 12.
 (./configure LAPTOP=POWERBOOK --without-oss --with-alsa
 for compiling pbbuttonsd 0.8.1)

Hmm, --with-alsa is set by default. LAPTOP=POWERBOOK isn't a compile
option (checked by ./configure --help) and why --whithout-oss?


I first built pbbuttonsd 0.8.1 with these options and started service
pbbuttonsd, then built gtkpbbuttons using ./configure and make.



Think, that has nothing to do with the missing cddv.c failure
building gtkpbbuttons.


It compiles and works fine on my ibook.


Bin


Elimar


--
  You cannot propel yourself forward by
  patting yourself on the back.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gtkpbbuttons 0,6.10

2007-07-09 Thread Elimar Riesebieter
On Sun, 08 Jul 2007 the mental interface of
Elimar Riesebieter told:

 
 Hi,
 
 did one successful build gtkpbbuttons 0.6.10? Here:
 
 cd build  /usr/bin/make
 make[1]: Entering directory `/source/gtkpbbuttons/gtkpbbuttons-0.6.10/build'
 /usr/bin/make --no-print-directory all-recursive
 Making all in .
 powerpc-linux-gnu-gcc: ccdv.c: No such file or directory

Here we go: I hacked debian/rules as attached. So ccdv compiled and
the packages are built. Just wondering why lintian mentioned the
missing gtkpbbuttonsd.1 in tþe gnome packege. Too lazy now. Maybe
Frank will have a look at it.

Elimar


-- 
  Learned men are the cisterns of knowledge, 
  not the fountainheads ;-)
diff -urNad debian.orig/changelog debian/changelog
--- debian.orig/changelog   2007-07-08 19:43:04.0 +0200
+++ debian/changelog2007-07-09 22:25:54.0 +0200
@@ -1,3 +1,9 @@
+gtkpbbuttons (0.6.10-0lxtecppc1) unstable; urgency=low
+
+  * New upstream
+
+ -- Elimar Riesebieter [EMAIL PROTECTED]  Mon, 09 Jul 2007 22:06:56 +0200
+
 gtkpbbuttons (0.6.9-1) unstable; urgency=low
 
   * New upstream release
diff -urNad debian.orig/control debian/control
--- debian.orig/control 2007-07-08 19:43:04.0 +0200
+++ debian/control  2007-07-09 22:25:54.0 +0200
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Frank Lichtenheld [EMAIL PROTECTED]
-Build-Depends: debhelper ( 5.0.0), pbbuttonsd-dev (= 0.6.7), bison, 
libgtk2.0-dev, libglib2.0-dev, libgnomeui-dev, libaudiofile-dev
+Build-Depends: debhelper ( 5.0.0), pbbuttonsd-dev (= 0.8.1), bison, 
libgtk2.0-dev, libglib2.0-dev, libgnomeui-dev, libaudiofile-dev
 Standards-Version: 3.7.2
 
 Package: gtkpbbuttons
diff -urNad debian.orig/gtkpbbuttons-gnome.install 
debian/gtkpbbuttons-gnome.install
--- debian.orig/gtkpbbuttons-gnome.install  2007-07-08 19:43:04.0 
+0200
+++ debian/gtkpbbuttons-gnome.install   2007-07-09 22:27:58.0 +0200
@@ -1,2 +1 @@
 debian/tmp-gnome/usr/bin usr/
-debian/tmp-gnome/usr/share/lintian usr/share
diff -urNad debian.orig/gtkpbbuttons.install debian/gtkpbbuttons.install
--- debian.orig/gtkpbbuttons.install2007-07-08 19:43:04.0 +0200
+++ debian/gtkpbbuttons.install 2007-07-09 22:28:08.0 +0200
@@ -1,2 +1 @@
 debian/tmp/usr/bin
-debian/tmp/usr/share/lintian
diff -urNad debian.orig/rules debian/rules
--- debian.orig/rules   2007-07-08 19:43:04.0 +0200
+++ debian/rules2007-07-09 22:26:19.0 +0200
@@ -24,6 +24,7 @@
dh_testdir
# Add here commands to configure the package.
touch Makefile.in
+   gcc -01 -o ccdv ccdv.c
mkdir build
cd build  CFLAGS=$(CFLAGS) ../configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
@@ -57,8 +58,9 @@
rm -f build-stamp build-indep-stamp configure-stamp
rm -fr build build-gnome
rm -fr debian/tmp debian/tmp-gnome
+   rm -f ccdv
 
-   -$(MAKE) distclean
+   [ ! -f Makefile ] || $(MAKE) distclean
-test -r /usr/share/misc/config.sub  \
  cp -f /usr/share/misc/config.sub config.sub
-test -r /usr/share/misc/config.guess  \
@@ -83,10 +85,10 @@
cd build  $(MAKE) install DESTDIR=$(DSTDIR)
cd build-gnome  $(MAKE) install DESTDIR=$(DSTDIR_GNOME)
 
-   install -d $(DSTDIR)/usr/share/lintian/overrides
-   install -d $(DSTDIR_GNOME)/usr/share/lintian/overrides
-   install -m 644 -o root -g root debian/lintian.overrides 
$(DSTDIR)/usr/share/lintian/overrides/gtkpbbuttons
-   install -m 644 -o root -g root debian/lintian.overrides 
$(DSTDIR_GNOME)/usr/share/lintian/overrides/gtkpbbuttons-gnome
+   #install -d $(DSTDIR)/usr/share/lintian/overrides
+   #install -d $(DSTDIR_GNOME)/usr/share/lintian/overrides
+   #install -m 644 -o root -g root debian/lintian.overrides 
$(DSTDIR)/usr/share/lintian/overrides/gtkpbbuttons
+   #install -m 644 -o root -g root debian/lintian.overrides 
$(DSTDIR_GNOME)/usr/share/lintian/overrides/gtkpbbuttons-gnome
 
 # Build architecture-independent files here.
 binary-indep: build-indep install-indep
@@ -103,7 +105,7 @@
dh_installdocs
dh_installexamples
dh_installmenu
-   dh_installman
+   dh_installman gtkpbbuttons.1 gtkpbbuttons.themes.5
dh_installinfo
dh_installchangelogs ChangeLog
dh_link


Re: gtkpbbuttons 0,6.10

2007-07-09 Thread Frank Lichtenheld
On Mon, Jul 09, 2007 at 10:38:41PM +0200, Elimar Riesebieter wrote:
  cd build  /usr/bin/make
  make[1]: Entering directory `/source/gtkpbbuttons/gtkpbbuttons-0.6.10/build'
  /usr/bin/make --no-print-directory all-recursive
  Making all in .
  powerpc-linux-gnu-gcc: ccdv.c: No such file or directory
 
 Here we go: I hacked debian/rules as attached. So ccdv compiled and
 the packages are built. Just wondering why lintian mentioned the
 missing gtkpbbuttonsd.1 in tþe gnome packege. Too lazy now. Maybe
 Frank will have a look at it.

I orphaned all parts of pbbuttons a few months ago when I stopped using
my powerbook. So I will certainly not look into this, sorry :)

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gtkpbbuttons 0,6.10

2007-07-09 Thread Elimar Riesebieter
On Tue, 10 Jul 2007 the mental interface of
Frank Lichtenheld told:

 On Mon, Jul 09, 2007 at 10:38:41PM +0200, Elimar Riesebieter wrote:
   cd build  /usr/bin/make
   make[1]: Entering directory 
   `/source/gtkpbbuttons/gtkpbbuttons-0.6.10/build'
   /usr/bin/make --no-print-directory all-recursive
   Making all in .
   powerpc-linux-gnu-gcc: ccdv.c: No such file or directory
  
  Here we go: I hacked debian/rules as attached. So ccdv compiled and
  the packages are built. Just wondering why lintian mentioned the
  missing gtkpbbuttonsd.1 in tþe gnome packege. Too lazy now. Maybe
  Frank will have a look at it.
 
 I orphaned all parts of pbbuttons a few months ago when I stopped using
 my powerbook. So I will certainly not look into this, sorry :)

So we need a new maintainer! I'll have a look at the packages.

Elimar

-- 
  You cannot propel yourself forward by
  patting yourself on the back.



Re: gtkpbbuttons 0,6.10

2007-07-09 Thread Frank Lichtenheld
On Tue, Jul 10, 2007 at 12:26:13AM +0200, Elimar Riesebieter wrote:
 On Tue, 10 Jul 2007 the mental interface of
 Frank Lichtenheld told:
 
  On Mon, Jul 09, 2007 at 10:38:41PM +0200, Elimar Riesebieter wrote:
cd build  /usr/bin/make
make[1]: Entering directory 
`/source/gtkpbbuttons/gtkpbbuttons-0.6.10/build'
/usr/bin/make --no-print-directory all-recursive
Making all in .
powerpc-linux-gnu-gcc: ccdv.c: No such file or directory
   
   Here we go: I hacked debian/rules as attached. So ccdv compiled and
   the packages are built. Just wondering why lintian mentioned the
   missing gtkpbbuttonsd.1 in tþe gnome packege. Too lazy now. Maybe
   Frank will have a look at it.
  
  I orphaned all parts of pbbuttons a few months ago when I stopped using
  my powerbook. So I will certainly not look into this, sorry :)
 
 So we need a new maintainer! I'll have a look at the packages.

For reference: The WNPP bugs are #422162, #422163, and #422164

There seems to be someone who retitled them to ITAs but didn't act on it
yet. Feel free to contact him about this.

The information about my packaging of the latest versions is in the bug
reports.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gtkpbbuttons 0,6.10

2007-07-08 Thread Bin Zhang

On 7/8/07, Elimar Riesebieter [EMAIL PROTECTED] wrote:


Hi,

did one successful build gtkpbbuttons 0.6.10? Here:


Yes. On my ibook G4 1.2Ghz 12.
(./configure LAPTOP=POWERBOOK --without-oss --with-alsa
for compiling pbbuttonsd 0.8.1)

Regards,
Bin



cd build  /usr/bin/make
make[1]: Entering directory `/source/gtkpbbuttons/gtkpbbuttons-0.6.10/build'
/usr/bin/make --no-print-directory all-recursive
Making all in .
powerpc-linux-gnu-gcc: ccdv.c: No such file or directory

ccdv.c is in the source root. Headers are from pbbuttonsd 0.8.1.

Any hints?
Elimar


--
  On the keyboard of life you have always
  to keep a finger at the escape key;-)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]