]> granicus.if.org Git - handbrake/commitdiff
LinGui:
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 26 Apr 2012 17:48:48 +0000 (17:48 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 26 Apr 2012 17:48:48 +0000 (17:48 +0000)
Remove Lucid builds.  Add Pangolin.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4603 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/linux/debian/control.pangolin [new file with mode: 0644]
pkg/linux/module.rules

diff --git a/pkg/linux/debian/control.pangolin b/pkg/linux/debian/control.pangolin
new file mode 100644 (file)
index 0000000..f093af6
--- /dev/null
@@ -0,0 +1,30 @@
+Source: handbrake
+Section: graphics
+Priority: optional
+Maintainer: John Stebbins <jstebbins.hb@gmail.com>
+Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev, libwebkitgtk-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget, subversion, python (>= 2.6), libappindicator-dev, libfribidi-dev (>= 0.19.0)
+Standards-Version: 3.8.4
+Homepage: http://www.handbrake.fr/
+
+Package: handbrake-cli
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: handbrake
+Description: versatile DVD ripper and video transcoder - command line
+ HandBrake is a versatile, easy-to-use tool for converting DVDs and other videos
+ into H.264, MPEG-4, or OGG formatted media. It's particularly useful for making
+ videos that are compatible with portable video devices such as the Apple
+ iPod/iPhone. This package contains the command-line variant,
+ HandBrakeCLI
+
+Package: handbrake-gtk
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkitgtk-1.0-0, libnotify4
+Conflicts: handbrake
+Description: versatile DVD ripper and video transcoder - GTK GUI
+ HandBrake is a versatile, easy-to-use tool for converting DVDs and other videos
+ into H.264, MPEG-4, or OGG formatted media. It's particularly useful for making
+ videos that are compatible with portable video devices such as the Apple
+ iPod/iPhone. This package contains the graphical variant, ghb.
+
+
index b97f14189c2a5b11b13de87cf4e0ee5fe2aa7b2b..ef71d905df372238ebcd048761632f3631dcf8b8 100644 (file)
@@ -61,6 +61,7 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb)
 # Debian source package rules
 #
 pkg.push.src.deb:: $(PKG.src.deb.stamp)
+       (cd $(STAGE.out.src/)pangolin && dput handbrake-snapshots handbrake_$(HB.version)ppa1~pangolin1_source.changes )
        (cd $(STAGE.out.src/)oneiric && dput handbrake-snapshots handbrake_$(HB.version)ppa1~oneiric1_source.changes )
        (cd $(STAGE.out.src/)natty && dput handbrake-snapshots handbrake_$(HB.version)ppa1~natty1_source.changes )
        (cd $(STAGE.out.src/)maverick && dput handbrake-snapshots handbrake_$(HB.version)ppa1~maverick1_source.changes )
@@ -69,6 +70,17 @@ pkg.push.src.deb:: $(PKG.src.deb.stamp)
 $(PKG.src.deb.stamp): GNUmakefile
        -$(RM.exe) -rf $(STAGE.out.src/)
        make contrib.fetch
+       svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)pangolin/$(PKG.deb.basename)
+       $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)pangolin/$(PKG.deb.basename)
+       cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)pangolin/$(PKG.deb.basename)
+       $(CP.exe) $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/control.pangolin $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/control
+       echo "handbrake ($(HB.version)ppa1~pangolin1) pangolin; urgency=low" > $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+       echo "  * Snapshot" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+       echo "    - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+       echo "" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+       echo " -- John Stebbins <jstebbins.hb@gmail.com>  Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+       $(TAR.exe) czf $(STAGE.out.src/)pangolin/$(PKG.src.deb.tar) -C $(STAGE.out.src/)pangolin $(PKG.deb.basename)
+       (cd $(STAGE.out.src/)pangolin/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
        svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)oneiric/$(PKG.deb.basename)
        $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)oneiric/$(PKG.deb.basename)
        cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)oneiric/$(PKG.deb.basename)
@@ -102,18 +114,4 @@ $(PKG.src.deb.stamp): GNUmakefile
        echo " -- John Stebbins <jstebbins.hb@gmail.com>  Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)maverick/$(PKG.deb.basename)/debian/changelog
        $(TAR.exe) czf $(STAGE.out.src/)maverick/$(PKG.src.deb.tar) -C $(STAGE.out.src/)maverick $(PKG.deb.basename)
        (cd $(STAGE.out.src/)maverick/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
-       svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)lucid/$(PKG.deb.basename)
-       $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)lucid/$(PKG.deb.basename)
-       cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)lucid/$(PKG.deb.basename)
-       $(CP.exe) $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/control.lucid $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/control
-       $(CP.exe) $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/rules.lucid $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/rules
-       echo "handbrake ($(HB.version)ppa1~lucid1) lucid; urgency=low" > $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
-       echo "  * Snapshot" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
-       echo "    - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
-       echo "" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
-       echo " -- John Stebbins <jstebbins.hb@gmail.com>  Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
-       $(TAR.exe) czf $(STAGE.out.src/)lucid/$(PKG.src.deb.tar) -C $(STAGE.out.src/)lucid $(PKG.deb.basename)
-       (cd $(STAGE.out.src/)lucid/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
-       $(TOUCH.exe) $(PKG.src.deb.stamp)
-