[PD] where do u apt-get???

Hans-Christoph Steiner hans at eds.org
Thu Nov 20 18:59:09 CET 2003


I don't recommend using 'unstable' since oftentimes, there are conflicts
and problems with package installs.  Instead, you can have the best of
both worlds: run 'stable' or 'testing' and get Pd from 'unstable' or
'experimental' by setting up the apt preferences.  "man
apt_preferences" is helpful in this regard.  

I attached my /etc/apt/sources.list and /etc/apt/preferences for an
example. I also including /etc/apt/apt.conf, which you may not need.

.hc

On Thu, 20 Nov 2003, CK wrote:

> I read:
> > If people are interested I can offer a backport of the latest pd to
> > Debian stable. Just not on powerpc, because I do not have a Mac.
> 
> If you choose to do this I could grab the source and do ppc packaging
> of the .deb. OTOH I think using unstable is just fine for most people
> and I personally prefer building pd from source anyway. 
>  
> > I could go on talking about Debian release strategy, but it is better I
> > do not start with that,
> 
> oh please elaborate on this, I haven't had this discussion for hours ;)
> maybe invite branden to join the chat ?
> </oops>
> 
> take care,
> 
> x
> 
> -- 
> chris at lo-res.org	Postmodernism is german romanticism with better
> http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.com)
> 
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list
> 

	zen
	   \
	    \
	     \
-------------- next part --------------
// $Id: apt.conf,v 1.43 1999/12/06 02:19:38 jgg Exp $
/* This file is a sample configuration file with a few harmless sample 
   options.   
*/

APT::Cache-Limit "165165824";
-------------- next part --------------
Package: *
Pin: release a=testing
Pin-Priority: 600

Package: *
Pin: release a=unstable
Pin-Priority: 5

Package: *
Pin: release a=experimental
Pin-Priority: 1

#----------------------------------------
# I need the latest version of Pd
Package: puredata
Pin: release a=experimental
Pin-Priority: 601

Package: pd-*
Pin: release a=experimental
Pin-Priority: 601


-------------- next part --------------
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

#------------------------------------------------------------------------------
# CANONICAL SOURCES
#------------------------------------------------------------------------------

# RCN.NET mirror
deb http://mirrors.rcn.net/debian/ testing main
deb-src http://mirrors.rcn.net/debian/ testing main
deb http://mirrors.rcn.net/debian/ unstable main
deb-src http://mirrors.rcn.net/debian/ unstable main
deb http://mirrors.rcn.net/debian/ experimental main
deb-src http://mirrors.rcn.net/debian/ experimental main

# KERNEL.ORG mirror
#deb http://mirrors.kernel.org/debian/ testing main
#deb-src http://mirrors.kernel.org/debian/ testing main
#deb http://mirrors.kernel.org/debian/ unstable main
#deb-src http://mirrors.kernel.org/debian/ unstable main

# DEBIAN US mirror
#deb http://http.us.debian.org/debian/ testing main non-free contrib
#deb-src http://http.us.debian.org/debian/ testing main non-free contrib

##
## non-US mirrors
##
#deb http://tux.u-strasbg.fr/debian-non-US stable/non-US main contrib non-free
#deb-src http://tux.u-strasbg.fr/debian-non-US stable/non-US main contrib non-free
#
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

#deb http://security.debian.org/ stable/updates main contrib non-free


#------------------------------------------------------------------------------
# DEV SOURCES
#------------------------------------------------------------------------------

# GNOME/XIMIAN Sources
#deb http://red-carpet.ximian.com/debian/ stable main

# SoulSeek
#deb http://www.arrakis.es/~frigola/pyslsk woody/

# DeMuDi
#deb ftp://ftp.unix-ag.org/pub/mirrors/demudi testing demudi
#deb ftp://ftp.agnula.org/demudi/ testing demudi 
#deb http://http.demudi.org testing demudi
#deb http://public.planetmirror.com/pub/demudi testing demudi

# image/video format libs
deb http://marillat.free.fr/ testing main




More information about the Pd-list mailing list