gst-plugins-nuvdemux/debian/rules
author melunko
Fri Nov 24 21:43:04 2006 +0000 (2006-11-24)
branchtrunk
changeset 112 a99f881ed02f
parent 75 761a8bbe4278
permissions -rwxr-xr-x
[svn r113] A lot of changes at gmyth_socket.c and gmyth_filetransfer. From now on, file transfer dont handle the monitor socket, and the QUERY_RECORDER messages - dont call spawn livetv, dont call get_file_position, is_recording, etc. These are gmyth_livetv responsibility. File transfer now has the _new, _open, _seek, and _close methods, just like gnomevfs does.
renatofilho@74
     1
#!/usr/bin/make -f
renatofilho@74
     2
renatofilho@74
     3
include /usr/share/cdbs/1/rules/debhelper.mk
renatofilho@74
     4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
renatofilho@74
     5
include /usr/share/cdbs/1/class/gnome.mk
renatofilho@74
     6
include /usr/share/cdbs/1/rules/utils.mk
renatofilho@74
     7
renatofilho@77
     8
# debian package version
renatofilho@77
     9
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
renatofilho@77
    10
renatofilho@77
    11
maint: debian/control
renatofilho@77
    12
renatofilho@74
    13
binary-install/gstreamer0.10-indt-nuvdemux::
renatofilho@74
    14
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la
renatofilho@74
    15
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a
renatofilho@77
    16
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la
renatofilho@77
    17
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a
renatofilho@77
    18
renatofilho@77
    19
.PHONY: maint