Changeset - 9674c9f015bb
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-10 17:55:31
drewp@bigasterisk.com
makefile some GI packages
Ignore-this: 88570bfc78a122af51ec8e19518edfb5
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -36,12 +36,17 @@ PYTHON=/usr/bin/python
 

	
 
create_virtualenv:
 
	mkdir -p env
 
	virtualenv -p $(PYTHON) env
 
	ln -sf ../env/bin/python bin/python
 

	
 
tkdnd_build:
 
	# get tkdnd r95 with subversion
 
	# then apply tkdnd-patch-on-r95 to that
 
	cd tkdnd/trunk
 
	./configure
 
	make
 

	
 
bin/ascoltami2: gst_packages link_to_sys_packages
 

	
 
gst_packages:
 
	sudo aptitude install python-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good
0 comments (0 inline, 0 general)