public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* installing a deb package
@  Charles Hallenbeck
   ` Kenny Hitt
   ` Sean McMahon
  0 siblings, 2 replies; 9+ messages in thread
From: Charles Hallenbeck @  UTC (permalink / raw)
  To: Speakup Distribution List

I managed to create a "deb" package on my own system, and would like to 
install it. How do I do that?

It ought to be obvious, but it escapes me.


-- 
The Moon is Waxing Gibbous (71% of Full)
"Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
Visit my download site at http://www.mhcable.com/~chuckh


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
   installing a deb package Charles Hallenbeck
@  ` Kenny Hitt
     ` Charles Hallenbeck
   ` Sean McMahon
  1 sibling, 1 reply; 9+ messages in thread
From: Kenny Hitt @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi.

Just type 

dpkg -i your_deb

as root replace your_deb with the name of the locally created Debian
package.

Hope this helps.
          Kenny
	  
On Mon, Apr 18, 2005 at 04:58:45PM -0400, Charles Hallenbeck wrote:
> I managed to create a "deb" package on my own system, and would like to 
> install it. How do I do that?
> 
> It ought to be obvious, but it escapes me.
> 
> 
> -- 
> The Moon is Waxing Gibbous (71% of Full)
> "Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
> Visit my download site at http://www.mhcable.com/~chuckh
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
   installing a deb package Charles Hallenbeck
   ` Kenny Hitt
@  ` Sean McMahon
  1 sibling, 0 replies; 9+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

dpkg -i <packagename>
----- Original Message ----- 
From: "Charles Hallenbeck" <chuckh@hhs48.com>
To: "Speakup Distribution List" <speakup@speech.braille.uwo.ca>
Sent: Monday, April 18, 2005 1:58 PM
Subject: installing a deb package


> I managed to create a "deb" package on my own system, and would like to 
> install it. How do I do that?
> 
> It ought to be obvious, but it escapes me.
> 
> 
> -- 
> The Moon is Waxing Gibbous (71% of Full)
> "Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
> Visit my download site at http://www.mhcable.com/~chuckh
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
   ` Kenny Hitt
@    ` Charles Hallenbeck
       ` Lorenzo Taylor
  0 siblings, 1 reply; 9+ messages in thread
From: Charles Hallenbeck @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Thanks Kenny, and Sean too.

Okay, for the moment I have been able to build and install mplayer 
1.0-pre7 with the supplied debian script, with options to disable the 
gui and the auto detection of the CPU. But still I am not getting alsa 
support. Here is the list of audio output devices:

Available audio output drivers:
         mpegpes DVB audio output
         oss     OSS/ioctl audio output
         null    Null audio output
         pcm     RAW PCM/WAVE file writer audio output

Seems to me there were enough other improvements and bug fixes to 
justify using 1.0-pre7 over pre6, even if it means using the oss driver, 
so that is my current plan.

Now to see what kind of mileage I get with this baby.

Chuck


On Mon, 18 Apr 2005, Kenny Hitt wrote:

> Hi.
>
> Just type
>
> dpkg -i your_deb
>
> as root replace your_deb with the name of the locally created Debian
> package.
>
> Hope this helps.
>          Kenny
>
> On Mon, Apr 18, 2005 at 04:58:45PM -0400, Charles Hallenbeck wrote:
>> I managed to create a "deb" package on my own system, and would like to
>> install it. How do I do that?
>>
>> It ought to be obvious, but it escapes me.
>>
>>
>> --
>> The Moon is Waxing Gibbous (71% of Full)
>> "Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
>> Visit my download site at http://www.mhcable.com/~chuckh
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

-- 
The Moon is Waxing Gibbous (72% of Full)
"Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
Visit my download site at http://www.mhcable.com/~chuckh


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
     ` Charles Hallenbeck
@      ` Lorenzo Taylor
         ` Charles Hallenbeck
  0 siblings, 1 reply; 9+ messages in thread
From: Lorenzo Taylor @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Was there an enable-alsa or similar option in the configuration?  It may be
disabled by default, though one douldn't think so.  Also, you may be missing
libasound2-dev.  Try

apt-get install libasound2-dev

as this is the development libraries for alsa.  This will allow your source to
compile with alsa support.

Lorenzo
-- 
"We decided that we should evaluate the Microsoft offerings first. Once we
realised what a powerful set of tools they were, it became self-evident this was
the right way to go down."

Microsoft: the right way to go down


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
       ` Lorenzo Taylor
@        ` Charles Hallenbeck
           ` Sean McMahon
  0 siblings, 1 reply; 9+ messages in thread
From: Charles Hallenbeck @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.


That package was indeed missing, so I will now recompile and see what 
happens.
Just checked: With that package installed, alsa is autodetected! Hooray 
for our side!
Chuck

On Mon, 18 Apr 2005, Lorenzo Taylor wrote:

> Was there an enable-alsa or similar option in the configuration?  It may be
> disabled by default, though one douldn't think so.  Also, you may be missing
> libasound2-dev.  Try
>
> apt-get install libasound2-dev
>
> as this is the development libraries for alsa.  This will allow your source to
> compile with alsa support.
>
> Lorenzo
>

-- 
The Moon is Waxing Gibbous (72% of Full)
"Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
Visit my download site at http://www.mhcable.com/~chuckh


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
         ` Charles Hallenbeck
@          ` Sean McMahon
             ` Adam Myrow
             ` Charles Hallenbeck
  0 siblings, 2 replies; 9+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Just curious what kind of improvements you felt necessitated using pre7 of
mplayer over pre6?
----- Original Message ----- 
From: "Charles Hallenbeck" <chuckh@hhs48.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, April 18, 2005 4:34 PM
Subject: Re: installing a deb package


>
> That package was indeed missing, so I will now recompile and see what
> happens.
> Just checked: With that package installed, alsa is autodetected! Hooray
> for our side!
> Chuck
>
> On Mon, 18 Apr 2005, Lorenzo Taylor wrote:
>
> > Was there an enable-alsa or similar option in the configuration?  It may be
> > disabled by default, though one douldn't think so.  Also, you may be missing
> > libasound2-dev.  Try
> >
> > apt-get install libasound2-dev
> >
> > as this is the development libraries for alsa.  This will allow your source
to
> > compile with alsa support.
> >
> > Lorenzo
> >
>
> -- 
> The Moon is Waxing Gibbous (72% of Full)
> "Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
> Visit my download site at http://www.mhcable.com/~chuckh
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
           ` Sean McMahon
@            ` Adam Myrow
             ` Charles Hallenbeck
  1 sibling, 0 replies; 9+ messages in thread
From: Adam Myrow @  UTC (permalink / raw)
  To: Sean McMahon, Speakup is a screen review system for Linux.

On Mon, 18 Apr 2005, Sean McMahon wrote:

> Just curious what kind of improvements you felt necessitated using pre7 of
> mplayer over pre6?

Well, for me, the web page mentions some security patches, and support for 
more file formats.  Also, it could play some of the Real Audio links that 
PRE6 bombed out on.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: installing a deb package
           ` Sean McMahon
             ` Adam Myrow
@            ` Charles Hallenbeck
  1 sibling, 0 replies; 9+ messages in thread
From: Charles Hallenbeck @  UTC (permalink / raw)
  To: Sean McMahon, Speakup is a screen review system for Linux.

The release announcement summarized the change.log and mentioned in 
several places "bug fixes all over the place", although most of the 
improvements seemed to be with respect to video performance, and 
improvements to the "mencoder" application. The fact is, mplayer is a 
dynamic product with very active development, and it would be a mistake 
to continue using a version with known bugs when one has a choice.


On Mon, 18 Apr 2005, Sean McMahon wrote:

> Just curious what kind of improvements you felt necessitated using pre7 of
> mplayer over pre6?
> ----- Original Message -----
> From: "Charles Hallenbeck" <chuckh@hhs48.com>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Monday, April 18, 2005 4:34 PM
> Subject: Re: installing a deb package
>
>
>>
>> That package was indeed missing, so I will now recompile and see what
>> happens.
>> Just checked: With that package installed, alsa is autodetected! Hooray
>> for our side!
>> Chuck
>>
>> On Mon, 18 Apr 2005, Lorenzo Taylor wrote:
>>
>>> Was there an enable-alsa or similar option in the configuration?  It may be
>>> disabled by default, though one douldn't think so.  Also, you may be missing
>>> libasound2-dev.  Try
>>>
>>> apt-get install libasound2-dev
>>>
>>> as this is the development libraries for alsa.  This will allow your source
> to
>>> compile with alsa support.
>>>
>>> Lorenzo
>>>
>>
>> --
>> The Moon is Waxing Gibbous (72% of Full)
>> "Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
>> Visit my download site at http://www.mhcable.com/~chuckh
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

-- 
The Moon is Waxing Gibbous (76% of Full)
"Things are in the saddle, and they ride mankind." Ralph Waldo Emerson
Visit my download site at http://www.mhcable.com/~chuckh


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 installing a deb package Charles Hallenbeck
 ` Kenny Hitt
   ` Charles Hallenbeck
     ` Lorenzo Taylor
       ` Charles Hallenbeck
         ` Sean McMahon
           ` Adam Myrow
           ` Charles Hallenbeck
 ` Sean McMahon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).